@Generated(value="org.immutables.processor.ProxyProcessor") public final class DeleteGroupResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteGroupResponse.Builder
Builds instances of type
DeleteGroupResponse. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteGroupResponse.Builder |
builder()
Creates a builder for
DeleteGroupResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
DeleteGroupResponse 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 |
getId()
The globally unique group ID
|
List<MemberSummary> |
getMembers()
Array of group members
|
Metadata |
getMetadata()
The group's metadata
|
List<String> |
getSchemas()
The group's schemas
|
String |
getZoneId()
Identifier for the identity zone to which the group belongs
|
int |
hashCode()
Computes a hash code from attributes:
description, displayName, id, members, metadata, schemas, zoneId. |
String |
toString()
Prints the immutable value
DeleteGroupResponse with attribute values. |
public String getDescription()
public String getDisplayName()
public String getId()
public List<MemberSummary> getMembers()
public Metadata getMetadata()
public String getZoneId()
public boolean equals(Object another)
DeleteGroupResponse that have equal attribute values.public int hashCode()
description, displayName, id, members, metadata, schemas, zoneId.public String toString()
DeleteGroupResponse with attribute values.public static DeleteGroupResponse.Builder builder()
DeleteGroupResponse.
DeleteGroupResponse.builder()
.description(String | null) // nullable description
.displayName(String) // required displayName
.id(String) // required id
.member|addAllMembers(MemberSummary) // members elements
.metadata(org.cloudfoundry.uaa.Metadata) // required metadata
.schema|addAllSchemas(String) // schemas elements
.zoneId(String) // required zoneId
.build();
Copyright © 2020. All rights reserved.