Package com.okta.sdk.resource.model
Class LinksNext
java.lang.Object
com.okta.sdk.resource.model.LinksNext
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class LinksNext
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. Use the `LinksNext` object for dynamic discovery of related resources and lifecycle operations.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getNext()
Get nextint
hashCode()
next
(HrefObject next) void
setNext
(HrefObject next) toString()
-
Field Details
-
JSON_PROPERTY_NEXT
- See Also:
-
-
Constructor Details
-
LinksNext
public LinksNext()
-
-
Method Details