Package com.okta.sdk.resource.model
Class AppCustomHrefObject
java.lang.Object
com.okta.sdk.resource.model.AppCustomHrefObject
- 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 AppCustomHrefObject
extends Object
implements Serializable
AppCustomHrefObject
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getHints()
Get hintsgetHref()
Link URIgetTitle()
Link namegetType()
The media type of the link.int
hashCode()
hints
(AppCustomHrefObjectHints hints) void
setHints
(AppCustomHrefObjectHints hints) void
void
void
toString()
-
Field Details
-
JSON_PROPERTY_HINTS
- See Also:
-
JSON_PROPERTY_HREF
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
AppCustomHrefObject
public AppCustomHrefObject()
-
-
Method Details
-
hints
-
getHints
Get hints- Returns:
- hints
-
setHints
-
href
-
getHref
Link URI- Returns:
- href
-
setHref
-
title
-
getTitle
Link name- Returns:
- title
-
setTitle
-
type
-
getType
The media type of the link. If omitted, it is implicitly `application/json`.- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-