Package com.okta.sdk.resource.model
Class OpenIdConnectApplicationAllOf
java.lang.Object
com.okta.sdk.resource.model.OpenIdConnectApplicationAllOf
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:03.723859-06:00[America/Chicago]")
public class OpenIdConnectApplicationAllOf
extends Object
implements Serializable
OpenIdConnectApplicationAllOf
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncredentials
(OAuthApplicationCredentials credentials) boolean
Get credentialsgetName()
Get nameGet settingsint
hashCode()
void
setCredentials
(OAuthApplicationCredentials credentials) void
void
setSettings
(OpenIdConnectApplicationSettings settings) settings
(OpenIdConnectApplicationSettings settings) toString()
-
Field Details
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SETTINGS
- See Also:
-
-
Constructor Details
-
OpenIdConnectApplicationAllOf
public OpenIdConnectApplicationAllOf()
-
-
Method Details
-
credentials
-
getCredentials
Get credentials- Returns:
- credentials
-
setCredentials
-
name
-
getName
Get name- Returns:
- name
-
setName
-
settings
-
getSettings
Get settings- Returns:
- settings
-
setSettings
-
equals
-
hashCode
public int hashCode() -
toString
-