Package com.okta.sdk.resource.model
Class HrefObjectAuthorizeLink
java.lang.Object
com.okta.sdk.resource.model.HrefObjectAuthorizeLink
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class HrefObjectAuthorizeLink
extends Object
implements Serializable
Link to authorize scopes
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getHints()
Get hintsgetHref()
Link URIint
hashCode()
hints
(HrefHintsGuidanceObject hints) void
setHints
(HrefHintsGuidanceObject hints) void
toString()
-
Field Details
-
JSON_PROPERTY_HINTS
- See Also:
-
JSON_PROPERTY_HREF
- See Also:
-
-
Constructor Details
-
HrefObjectAuthorizeLink
public HrefObjectAuthorizeLink()
-
-
Method Details