@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateIdentityProviderResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateIdentityProviderResponse.Builder
Builds instances of type
UpdateIdentityProviderResponse. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateIdentityProviderResponse.Builder |
builder()
Creates a builder for
UpdateIdentityProviderResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateIdentityProviderResponse that have equal attribute values. |
Boolean |
getActive()
Whether the identity provider is active
|
IdentityProviderConfiguration |
getConfiguration()
The configuration of this identity provider
|
Long |
getCreatedAt()
The creation date of the identity provider
|
String |
getId()
The id
|
String |
getIdentityZoneId()
Set to the zone that this provider will be active in.
|
Long |
getLastModified()
The last modification date of the identity provider
|
String |
getName()
Human-readable name for this provider
|
String |
getOriginKey()
A unique alias for the provider
|
Type |
getType()
The type of identity provider
|
Integer |
getVersion()
Version of the identity provider data.
|
int |
hashCode()
Computes a hash code from attributes:
active, configuration, createdAt, id, identityZoneId, lastModified, name, originKey, type, version. |
String |
toString()
Prints the immutable value
UpdateIdentityProviderResponse with attribute values. |
public Boolean getActive()
public IdentityProviderConfiguration getConfiguration()
public Long getCreatedAt()
public String getId()
public String getIdentityZoneId()
public Long getLastModified()
public String getName()
public String getOriginKey()
public Type getType()
public Integer getVersion()
public boolean equals(Object another)
UpdateIdentityProviderResponse that have equal attribute values.public int hashCode()
active, configuration, createdAt, id, identityZoneId, lastModified, name, originKey, type, version.public String toString()
UpdateIdentityProviderResponse with attribute values.public static UpdateIdentityProviderResponse.Builder builder()
UpdateIdentityProviderResponse.
UpdateIdentityProviderResponse.builder()
.active(Boolean) // required active
.configuration(org.cloudfoundry.uaa.identityproviders.IdentityProviderConfiguration | null) // nullable configuration
.createdAt(Long) // required createdAt
.id(String) // required id
.identityZoneId(String) // required identityZoneId
.lastModified(Long) // required lastModified
.name(String) // required name
.originKey(String) // required originKey
.type(org.cloudfoundry.uaa.identityproviders.Type) // required type
.version(Integer) // required version
.build();
Copyright © 2020. All rights reserved.