@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateGroupRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateGroupRequest.Builder
Builds instances of type
CreateGroupRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateGroupRequest.Builder |
builder()
Creates a builder for
CreateGroupRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateGroupRequest 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 |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
List<MemberSummary> |
getMembers()
Array of group members
|
int |
hashCode()
Computes a hash code from attributes:
identityZoneId, identityZoneSubdomain, description, displayName, members. |
String |
toString()
Prints the immutable value
CreateGroupRequest with attribute values. |
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public String getDescription()
public String getDisplayName()
public List<MemberSummary> getMembers()
public boolean equals(Object another)
CreateGroupRequest that have equal attribute values.public int hashCode()
identityZoneId, identityZoneSubdomain, description, displayName, members.public String toString()
CreateGroupRequest with attribute values.public static CreateGroupRequest.Builder builder()
CreateGroupRequest.
CreateGroupRequest.builder()
.identityZoneId(String | null) // nullable identityZoneId
.identityZoneSubdomain(String | null) // nullable identityZoneSubdomain
.description(String | null) // nullable description
.displayName(String) // required displayName
.members(List<MemberSummary> | null) // nullable members
.build();
Copyright © 2020. All rights reserved.