Created
July 2, 2019 04:22
-
-
Save chibenwa/ae0f9c89c83569fc0d3341e23730fa2b 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
@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