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