Package com.okta.sdk.resource.model
Class APIServiceIntegrationSecretLinks
java.lang.Object
com.okta.sdk.resource.model.APIServiceIntegrationSecretLinks
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class APIServiceIntegrationSecretLinks
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivate(HrefObjectActivateLink activate) deactivate(HrefObjectDeactivateLink deactivate) delete(HrefObjectDeleteLink delete) booleanGet activateGet deactivateGet deleteinthashCode()voidsetActivate(HrefObjectActivateLink activate) voidsetDeactivate(HrefObjectDeactivateLink deactivate) voidsetDelete(HrefObjectDeleteLink delete) toString()
-
Field Details
-
JSON_PROPERTY_ACTIVATE
- See Also:
-
JSON_PROPERTY_DEACTIVATE
- See Also:
-
JSON_PROPERTY_DELETE
- See Also:
-
-
Constructor Details
-
APIServiceIntegrationSecretLinks
public APIServiceIntegrationSecretLinks()
-
-
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
-