Skip to content

Instantly share code, notes, and snippets.

@gregturn
Created November 11, 2017 15:51
Show Gist options
  • Save gregturn/07ae445eb06a90e37747351516ccd136 to your computer and use it in GitHub Desktop.
Save gregturn/07ae445eb06a90e37747351516ccd136 to your computer and use it in GitHub Desktop.
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