ImmutableUaaGroup |
ImmutableUaaGroup.Builder.build() |
|
static ImmutableUaaGroup |
ImmutableUaaGroup.copyOf(UaaGroup instance) |
Creates an immutable copy of a UaaGroup value.
|
ImmutableUaaGroup |
ImmutableUaaGroup.withDescription(String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableUaaGroup |
ImmutableUaaGroup.withDisplayName(String value) |
Copy the current immutable object by setting a value for the displayName attribute.
|
ImmutableUaaGroup |
ImmutableUaaGroup.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableUaaGroup |
ImmutableUaaGroup.withMembers(UaaGroup.Member... elements) |
Copy the current immutable object with elements that replace the content of members.
|
ImmutableUaaGroup |
ImmutableUaaGroup.withMembers(Iterable<? extends UaaGroup.Member> elements) |
Copy the current immutable object with elements that replace the content of members.
|
ImmutableUaaGroup |
ImmutableUaaGroup.withMeta(UaaMeta value) |
Copy the current immutable object by setting a value for the meta attribute.
|
ImmutableUaaGroup |
ImmutableUaaGroup.withSchemas(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of schemas.
|
ImmutableUaaGroup |
ImmutableUaaGroup.withSchemas(String... elements) |
Copy the current immutable object with elements that replace the content of schemas.
|
ImmutableUaaGroup |
ImmutableUaaGroup.withZoneId(String value) |
Copy the current immutable object by setting a value for the zoneId attribute.
|