Skip to content

Instantly share code, notes, and snippets.

@chibenwa
Created July 2, 2019 04:22
Show Gist options
  • Save chibenwa/ae0f9c89c83569fc0d3341e23730fa2b to your computer and use it in GitHub Desktop.
Save chibenwa/ae0f9c89c83569fc0d3341e23730fa2b to your computer and use it in GitHub Desktop.
@JsonProperty("#ids")
public Builder idsBackReference(BackReferencesPath backReferencesPath) {
this.idsBackReferencesPath = Optional.of(backReferencesPath);
return this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment