@Generated(value={"Immutables.generator","_UpdateGroupRequest"}) 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
|
List<MemberSummary> |
getMembers()
Array of group members
|
String |
getVersion()
The version
|
int |
hashCode()
Computes a hash code from attributes:
version, description, displayName, groupId, members, identityZoneId. |
String |
toString()
Prints the immutable value
UpdateGroupRequest with attribute values. |
public String getVersion()
getVersion in interface Versionedpublic String getDescription()
public String getDisplayName()
public String getGroupId()
public List<MemberSummary> getMembers()
public String getIdentityZoneId()
public boolean equals(Object another)
UpdateGroupRequest that have equal attribute values.public int hashCode()
version, description, displayName, groupId, members, identityZoneId.public String toString()
UpdateGroupRequest with attribute values.public static UpdateGroupRequest.Builder builder()
UpdateGroupRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.