Package org.openapitools.client.model
Class APIServiceIntegrationLinks
java.lang.Object
org.openapitools.client.model.APIServiceIntegrationLinks
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-14T14:39:12.692995-05:00[America/Chicago]")
public class APIServiceIntegrationLinks
extends Object
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
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