@Generated(value="org.immutables.processor.ProxyProcessor") public final class ExternalGroupResource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalGroupResource.Builder
Builds instances of type
ExternalGroupResource. |
| Modifier and Type | Method and Description |
|---|---|
static ExternalGroupResource.Builder |
builder()
Creates a builder for
ExternalGroupResource. |
boolean |
equals(Object another)
This instance is equal to all instances of
ExternalGroupResource 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
|
String |
getOrigin()
Unique alias of the identity provider
|
int |
hashCode()
Computes a hash code from attributes:
displayName, externalGroup, groupId, origin. |
String |
toString()
Prints the immutable value
ExternalGroupResource with attribute values. |
public String getDisplayName()
public String getExternalGroup()
public String getGroupId()
public String getOrigin()
public boolean equals(Object another)
ExternalGroupResource that have equal attribute values.public int hashCode()
displayName, externalGroup, groupId, origin.public String toString()
ExternalGroupResource with attribute values.public static ExternalGroupResource.Builder builder()
ExternalGroupResource.
ExternalGroupResource.builder()
.displayName(String) // required displayName
.externalGroup(String) // required externalGroup
.groupId(String) // required groupId
.origin(String) // required origin
.build();
Copyright © 2020. All rights reserved.