Created
November 11, 2017 15:51
-
-
Save gregturn/07ae445eb06a90e37747351516ccd136 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CollectionJson collectionJson = collectionJson() | |
.version("1.0") | |
.href(resource.getId().expand().getHref()) | |
.links(value) | |
.items(Collections.EMPTY_LIST) | |
.build(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment