Package com.okta.sdk.resource.model
Class LinksAssignee
java.lang.Object
com.okta.sdk.resource.model.LinksAssignee
- 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 LinksAssignee
extends Object
implements Serializable
Specifies link relations (see [Web Linking](https://www.rfc-editor.org/rfc/rfc8288)) available using the [JSON
Hypertext Application Language](https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-06) specification.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassignee
(HrefObjectAssigneeLink assignee) boolean
Get assigneeint
hashCode()
void
setAssignee
(HrefObjectAssigneeLink assignee) toString()
-
Field Details
-
JSON_PROPERTY_ASSIGNEE
- See Also:
-
-
Constructor Details
-
LinksAssignee
public LinksAssignee()
-
-
Method Details