ImmutableUaaUserList |
ImmutableUaaUserList.Builder.build() |
|
static ImmutableUaaUserList |
ImmutableUaaUserList.copyOf(UaaUserList instance) |
|
ImmutableUaaUserList |
ImmutableUaaUserList.withItemsPerPage(Integer value) |
Copy the current immutable object by setting a value for the itemsPerPage attribute.
|
ImmutableUaaUserList |
ImmutableUaaUserList.withResources(UaaUser... elements) |
Copy the current immutable object with elements that replace the content of resources.
|
ImmutableUaaUserList |
ImmutableUaaUserList.withResources(Iterable<? extends UaaUser> elements) |
Copy the current immutable object with elements that replace the content of resources.
|
ImmutableUaaUserList |
ImmutableUaaUserList.withSchemas(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of schemas.
|
ImmutableUaaUserList |
ImmutableUaaUserList.withSchemas(String... elements) |
Copy the current immutable object with elements that replace the content of schemas.
|
ImmutableUaaUserList |
ImmutableUaaUserList.withStartIndex(Integer value) |
Copy the current immutable object by setting a value for the startIndex attribute.
|
ImmutableUaaUserList |
ImmutableUaaUserList.withTotalResults(Integer value) |
Copy the current immutable object by setting a value for the totalResults attribute.
|