@Generated(value="org.immutables.processor.ProxyProcessor") public final class UnmapExternalGroupByGroupDisplayNameResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UnmapExternalGroupByGroupDisplayNameResponse.Builder
Builds instances of type
UnmapExternalGroupByGroupDisplayNameResponse. |
| Modifier and Type | Method and Description |
|---|---|
static UnmapExternalGroupByGroupDisplayNameResponse.Builder |
builder()
Creates a builder for
UnmapExternalGroupByGroupDisplayNameResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
UnmapExternalGroupByGroupDisplayNameResponse that have equal attribute values. |
String |
getDisplayName()
The group's displayed name
|
String |
getExternalGroup()
The identifier for the group in external identity provider that needs to be mapped to internal UAA groups
|
String |
getGroupId()
The group unique ID
|
Metadata |
getMetadata()
The group's metadata
|
String |
getOrigin()
Unique alias of the identity provider
|
List<String> |
getSchemas()
The group's schemas
|
int |
hashCode()
Computes a hash code from attributes:
displayName, externalGroup, groupId, origin, metadata, schemas. |
String |
toString()
Prints the immutable value
UnmapExternalGroupByGroupDisplayNameResponse with attribute values. |
public String getDisplayName()
public String getExternalGroup()
public String getGroupId()
public String getOrigin()
public Metadata getMetadata()
public boolean equals(Object another)
UnmapExternalGroupByGroupDisplayNameResponse that have equal attribute values.public int hashCode()
displayName, externalGroup, groupId, origin, metadata, schemas.public String toString()
UnmapExternalGroupByGroupDisplayNameResponse with attribute values.public static UnmapExternalGroupByGroupDisplayNameResponse.Builder builder()
UnmapExternalGroupByGroupDisplayNameResponse.
UnmapExternalGroupByGroupDisplayNameResponse.builder()
.displayName(String) // required displayName
.externalGroup(String) // required externalGroup
.groupId(String) // required groupId
.origin(String) // required origin
.metadata(org.cloudfoundry.uaa.Metadata) // required metadata
.schema|addAllSchemas(String) // schemas elements
.build();
Copyright © 2020. All rights reserved.