ImmutableReferencesResponse |
ImmutableReferencesResponse.Builder.build() |
|
static ImmutableReferencesResponse |
ImmutableReferencesResponse.copyOf(ReferencesResponse instance) |
|
ImmutableReferencesResponse |
ImmutableReferencesResponse.withIsHasMore(boolean value) |
Copy the current immutable object by setting a value for the isHasMore attribute.
|
ImmutableReferencesResponse |
ImmutableReferencesResponse.withReferences(Iterable<? extends Reference> elements) |
Copy the current immutable object with elements that replace the content of references.
|
ImmutableReferencesResponse |
ImmutableReferencesResponse.withReferences(Reference... elements) |
Copy the current immutable object with elements that replace the content of references.
|
ImmutableReferencesResponse |
ImmutableReferencesResponse.withToken(String value) |
Copy the current immutable object by setting a value for the token attribute.
|