@Generated(value={"Immutables.generator","_UpdateIdentityProviderRequest"}) public final class UpdateIdentityProviderRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateIdentityProviderRequest.Builder
Builds instances of type
UpdateIdentityProviderRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateIdentityProviderRequest.Builder |
builder()
Creates a builder for
UpdateIdentityProviderRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateIdentityProviderRequest that have equal attribute values. |
Boolean |
getActive()
Whether the identity provider is active
|
IdentityProviderConfiguration |
getConfiguration()
The configuration of this identity provider according to its type.
|
String |
getIdentityProviderId()
The identity provider id
|
String |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
String |
getName()
Human-readable name for this provider
|
String |
getOriginKey()
A unique identifier for the IDP.
|
Type |
getType()
The type of the identity provider.
|
Integer |
getVersion()
Version of the identity provider data.
|
int |
hashCode()
Computes a hash code from attributes:
active, configuration, identityProviderId, name, originKey, type, version, identityZoneId, identityZoneSubdomain. |
String |
toString()
Prints the immutable value
UpdateIdentityProviderRequest with attribute values. |
public Boolean getActive()
public IdentityProviderConfiguration getConfiguration()
public String getIdentityProviderId()
public String getName()
public String getOriginKey()
public Type getType()
public Integer getVersion()
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public boolean equals(Object another)
UpdateIdentityProviderRequest that have equal attribute values.public int hashCode()
active, configuration, identityProviderId, name, originKey, type, version, identityZoneId, identityZoneSubdomain.public String toString()
UpdateIdentityProviderRequest with attribute values.public static UpdateIdentityProviderRequest.Builder builder()
UpdateIdentityProviderRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.