@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","ScimGroupForUser"}) @Immutable public final class ImmutableScimGroupForUser extends ScimGroupForUser
ScimGroupForUser.
Use the builder to create immutable instances:
ImmutableScimGroupForUser.builder().
Use the static factory method to create immutable instances:
ImmutableScimGroupForUser.of().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableScimGroupForUser.Builder
Builds instances of type
ImmutableScimGroupForUser. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableScimGroupForUser.Builder |
builder()
Creates a builder for
ImmutableScimGroupForUser. |
static ImmutableScimGroupForUser |
copyOf(ScimGroupForUser instance)
Creates an immutable copy of a
ScimGroupForUser value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableScimGroupForUser that have equal attribute values. |
String |
getValue() |
int |
hashCode()
Computes a hash code from attributes:
value. |
static ImmutableScimGroupForUser |
of(String value)
Construct a new immutable
ScimGroupForUser instance. |
String |
toString()
Prints the immutable value
ScimGroupForUser with attribute values. |
ImmutableScimGroupForUser |
withValue(String value)
Copy the current immutable object by setting a value for the
value attribute. |
public String getValue()
getValue in class ScimGroupForUservalue attributepublic final ImmutableScimGroupForUser withValue(String value)
value attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for valuethis objectpublic boolean equals(@Nullable Object another)
ImmutableScimGroupForUser that have equal attribute values.public int hashCode()
value.public String toString()
ScimGroupForUser with attribute values.public static ImmutableScimGroupForUser of(String value)
ScimGroupForUser instance.value - The value for the value attributepublic static ImmutableScimGroupForUser copyOf(ScimGroupForUser instance)
ScimGroupForUser value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copypublic static ImmutableScimGroupForUser.Builder builder()
ImmutableScimGroupForUser.Copyright © 2016 Atlassian. All rights reserved.