Package com.okta.sdk.resource.model
Class LinkedObjectDetails
java.lang.Object
com.okta.sdk.resource.model.LinkedObjectDetails
- 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 LinkedObjectDetails
extends Object
implements Serializable
LinkedObjectDetails
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Description of the `primary` or the `associated` relationshipgetName()
API name of the `primary` or the `associated` link.getTitle()
Display name of the `primary` or the `associated` linkgetType()
Get typeint
hashCode()
void
setDescription
(String description) void
void
void
toString()
type
(LinkedObjectDetailsType type)
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
LinkedObjectDetails
public LinkedObjectDetails()
-
-
Method Details
-
description
-
getDescription
Description of the `primary` or the `associated` relationship- Returns:
- description
-
setDescription
-
name
-
getName
API name of the `primary` or the `associated` link. The `name` parameter can't start with a number and can only contain the following characters: `a-z`, `A-Z`,` 0-9`, and `_`.- Returns:
- name
-
setName
-
title
-
getTitle
Display name of the `primary` or the `associated` link- Returns:
- title
-
setTitle
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-