Package org.openapitools.client.model
Class LinksSelf
java.lang.Object
org.openapitools.client.model.LinksSelf
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-14T14:39:12.692995-05:00[America/Chicago]")
public class LinksSelf
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 TypeMethodDescriptionboolean
getSelf()
Get selfint
hashCode()
self
(HrefObjectSelfLink self) void
setSelf
(HrefObjectSelfLink self) toString()
-
Field Details
-
JSON_PROPERTY_SELF
- See Also:
-
-
Constructor Details
-
LinksSelf
public LinksSelf()
-
-
Method Details