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-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ProvisioningConnectionResponse
extends Object
implements Serializable
ProvisioningConnectionResponse
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthScheme
(ProvisioningConnectionTokenAuthScheme authScheme) boolean
Get authSchemeBase URLgetLinks()
Get linksGet profileGet statusint
hashCode()
void
setAuthScheme
(ProvisioningConnectionTokenAuthScheme authScheme) void
setBaseUrl
(String baseUrl) void
void
void
status
(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
-