Package com.okta.sdk.resource.model
Class CSRLinks
java.lang.Object
com.okta.sdk.resource.model.CSRLinks
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-07-28T10:14:57.946459+05:30[Asia/Kolkata]",
comments="Generator version: 7.11.0")
public class CSRLinks
extends Object
implements Serializable
Specifies link relations (see [Web Linking](https://www.rfc-editor.org/rfc/rfc8288)) available for the current status
of a CSR object 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 TypeMethodDescriptionbooleanGet publishgetSelf()Get selfinthashCode()publish(HrefCsrPublishLink publish) self(HrefCsrSelfLink self) voidsetPublish(HrefCsrPublishLink publish) voidsetSelf(HrefCsrSelfLink self) toString()
-
Field Details
-
JSON_PROPERTY_PUBLISH
- See Also:
-
JSON_PROPERTY_SELF
- See Also:
-
-
Constructor Details
-
CSRLinks
public CSRLinks()
-
-
Method Details