Package com.okta.sdk.resource.model
Class APIServiceIntegrationLinks
java.lang.Object
com.okta.sdk.resource.model.APIServiceIntegrationLinks
- 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 APIServiceIntegrationLinks
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 TypeMethodDescriptionclient
(HrefObjectClientLink client) boolean
Get clientgetLogo()
Get logogetSelf()
Get selfint
hashCode()
logo
(HrefObjectLogoLink logo) self
(HrefObjectSelfLink self) void
setClient
(HrefObjectClientLink client) void
setLogo
(HrefObjectLogoLink logo) void
setSelf
(HrefObjectSelfLink self) toString()
-
Field Details
-
JSON_PROPERTY_CLIENT
- See Also:
-
JSON_PROPERTY_LOGO
- See Also:
-
JSON_PROPERTY_SELF
- See Also:
-
-
Constructor Details
-
APIServiceIntegrationLinks
public APIServiceIntegrationLinks()
-
-
Method Details