Package com.okta.sdk.resource.model
Class OAuthClientSecretLinks
java.lang.Object
com.okta.sdk.resource.model.OAuthClientSecretLinks
- 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 OAuthClientSecretLinks
extends Object
implements Serializable
Specifies link relations (see [Web Linking](https://www.rfc-editor.org/rfc/rfc8288)) available for the current status
of an application using the [JSON Hypertext Application
Language](https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-06) specification. This object is used for
dynamic discovery of related resources and lifecycle operations.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionactivate
(HrefObjectActivateLink activate) deactivate
(HrefObjectDeactivateLink deactivate) delete
(HrefObjectDeleteLink delete) boolean
Get activateGet deactivateGet deleteint
hashCode()
void
setActivate
(HrefObjectActivateLink activate) void
setDeactivate
(HrefObjectDeactivateLink deactivate) void
setDelete
(HrefObjectDeleteLink delete) toString()
-
Field Details
-
JSON_PROPERTY_ACTIVATE
- See Also:
-
JSON_PROPERTY_DEACTIVATE
- See Also:
-
JSON_PROPERTY_DELETE
- See Also:
-
-
Constructor Details
-
OAuthClientSecretLinks
public OAuthClientSecretLinks()
-
-
Method Details
-
activate
-
getActivate
Get activate- Returns:
- activate
-
setActivate
-
deactivate
-
getDeactivate
Get deactivate- Returns:
- deactivate
-
setDeactivate
-
delete
-
getDelete
Get delete- Returns:
- delete
-
setDelete
-
equals
-
hashCode
public int hashCode() -
toString
-