@Generated(value={"Immutables.generator","_MapExternalGroupResponse"}) public final class MapExternalGroupResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MapExternalGroupResponse.Builder
Builds instances of type
MapExternalGroupResponse. |
| Modifier and Type | Method and Description |
|---|---|
static MapExternalGroupResponse.Builder |
builder()
Creates a builder for
MapExternalGroupResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
MapExternalGroupResponse 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:
metadata, schemas, displayName, externalGroup, groupId, origin. |
String |
toString()
Prints the immutable value
MapExternalGroupResponse with attribute values. |
public Metadata getMetadata()
public String getDisplayName()
public String getExternalGroup()
public String getGroupId()
public String getOrigin()
public boolean equals(Object another)
MapExternalGroupResponse that have equal attribute values.public int hashCode()
metadata, schemas, displayName, externalGroup, groupId, origin.public String toString()
MapExternalGroupResponse with attribute values.public static MapExternalGroupResponse.Builder builder()
MapExternalGroupResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.