Package org.openapitools.client.model
Class IdentityProvider
java.lang.Object
org.openapitools.client.model.IdentityProvider
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class IdentityProvider
extends Object
IdentityProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get createdorg.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>
getId()
Get idGet issuerModeGet lastUpdatedgetLinks()
Get linksgetName()
Get nameGet policyGet protocolGet statusgetType()
Get typeint
hashCode()
issuerMode
(IssuerMode issuerMode) policy
(IdentityProviderPolicy policy) void
setIssuerMode
(IssuerMode issuerMode) void
void
setPolicy
(IdentityProviderPolicy policy) void
setProtocol
(Protocol protocol) void
setStatus
(LifecycleStatus status) void
setType
(IdentityProviderType type) status
(LifecycleStatus status) toString()
type
(IdentityProviderType type)
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_ISSUER_MODE
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_POLICY
- See Also:
-
JSON_PROPERTY_PROTOCOL
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
IdentityProvider
public IdentityProvider()
-
-
Method Details
-
getCreated
Get created- Returns:
- created
-
getCreated_JsonNullable
-
getId
Get id- Returns:
- id
-
issuerMode
-
getIssuerMode
Get issuerMode- Returns:
- issuerMode
-
setIssuerMode
-
getLastUpdated
Get lastUpdated- Returns:
- lastUpdated
-
name
-
getName
Get name- Returns:
- name
-
setName
-
policy
-
getPolicy
Get policy- Returns:
- policy
-
setPolicy
-
protocol
-
getProtocol
Get protocol- Returns:
- protocol
-
setProtocol
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
type
-
getType
Get type- Returns:
- type
-
setType
-
getLinks
Get links- Returns:
- links
-
equals
-
hashCode
public int hashCode() -
toString
-