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