Package com.okta.sdk.resource.model
Class ProvisioningConnectionResponse
java.lang.Object
com.okta.sdk.resource.model.ProvisioningConnectionResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class ProvisioningConnectionResponse
extends Object
implements Serializable
ProvisioningConnectionResponse
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthScheme(ProvisioningConnectionTokenAuthScheme authScheme) booleanGet authSchemeBase URLgetLinks()Get linksGet profileGet statusinthashCode()voidsetAuthScheme(ProvisioningConnectionTokenAuthScheme authScheme) voidsetBaseUrl(String baseUrl) voidvoidvoidstatus(ProvisioningConnectionStatus status) toString()
-
Field Details
-
JSON_PROPERTY_AUTH_SCHEME
- See Also:
-
JSON_PROPERTY_BASE_URL
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
ProvisioningConnectionResponse
public ProvisioningConnectionResponse()
-
-
Method Details
-
authScheme
-
getAuthScheme
Get authScheme- Returns:
- authScheme
-
setAuthScheme
-
baseUrl
-
getBaseUrl
Base URL- Returns:
- baseUrl
-
setBaseUrl
-
profile
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-