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-01-30T09:30:33.152574-06:00[America/Chicago]")
public class LinkedObjectDetails
extends Object
implements Serializable
LinkedObjectDetails
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet descriptiongetName()Get namegetTitle()Get titlegetType()Get typeinthashCode()voidsetDescription(String description) voidvoidvoidtoString()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
Get description- Returns:
- description
-
setDescription
-
name
-
getName
Get name- Returns:
- name
-
setName
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-