@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateGroupRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateGroupRequest.Builder
Builds instances of type
UpdateGroupRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGroupRequest.Builder |
builder()
Creates a builder for
UpdateGroupRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateGroupRequest that have equal attribute values. |
String |
getDescription()
Human readable description of the group, displayed e.g.
|
String |
getDisplayName()
The identifier specified upon creation of the group, unique within the identity zone
|
String |
getGroupId()
The group id
|
String |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
List<MemberSummary> |
getMembers()
Array of group members
|
String |
getVersion()
The version
|
int |
hashCode()
Computes a hash code from attributes:
identityZoneId, identityZoneSubdomain, version, description, displayName, groupId, members. |
String |
toString()
Prints the immutable value
UpdateGroupRequest with attribute values. |
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public String getVersion()
getVersion in interface Versionedpublic String getDescription()
public String getDisplayName()
public String getGroupId()
public List<MemberSummary> getMembers()
public boolean equals(Object another)
UpdateGroupRequest that have equal attribute values.public int hashCode()
identityZoneId, identityZoneSubdomain, version, description, displayName, groupId, members.public String toString()
UpdateGroupRequest with attribute values.public static UpdateGroupRequest.Builder builder()
UpdateGroupRequest.
UpdateGroupRequest.builder()
.identityZoneId(String | null) // nullable identityZoneId
.identityZoneSubdomain(String | null) // nullable identityZoneSubdomain
.version(String) // required version
.description(String | null) // nullable description
.displayName(String) // required displayName
.groupId(String) // required groupId
.member|addAllMembers(MemberSummary) // members elements
.build();
Copyright © 2020. All rights reserved.