@Generated(value={"Immutables.generator","_CreateGroupRequest"}) 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:
description, displayName, members, identityZoneId, identityZoneSubdomain. |
String |
toString()
Prints the immutable value
CreateGroupRequest with attribute values. |
public String getDescription()
public String getDisplayName()
public List<MemberSummary> getMembers()
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public boolean equals(Object another)
CreateGroupRequest that have equal attribute values.public int hashCode()
description, displayName, members, identityZoneId, identityZoneSubdomain.public String toString()
CreateGroupRequest with attribute values.public static CreateGroupRequest.Builder builder()
CreateGroupRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.