Package com.okta.sdk.resource.model
Class HrefObject
java.lang.Object
com.okta.sdk.resource.model.HrefObject
- 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 HrefObject
extends Object
implements Serializable
HrefObject
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getHints()
Get hintsgetHref()
Link URIgetName()
Link nameIndicates whether the Link Object's `href` property is a URI template.getType()
The media type of the link.int
hashCode()
void
setAdditionalProperties
(Map<String, Object> additionalProperties) void
void
void
void
setTemplated
(Boolean templated) void
toString()
-
Field Details
-
additionalProperties
-
JSON_PROPERTY_HINTS
- See Also:
-
JSON_PROPERTY_HREF
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TEMPLATED
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
HrefObject
public HrefObject()
-
-
Method Details
-
getAdditionalProperties
-
setAdditionalProperties
-
hints
-
getHints
Get hints- Returns:
- hints
-
setHints
-
href
-
getHref
Link URI- Returns:
- href
-
setHref
-
name
-
getName
Link name- Returns:
- name
-
setName
-
templated
-
getTemplated
Indicates whether the Link Object's `href` property is a URI template.- Returns:
- templated
-
setTemplated
-
type
-
getType
The media type of the link. If omitted, it is implicitly `application/json`.- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-