Package com.okta.sdk.resource.model
Class HrefHintsGuidanceObject
java.lang.Object
com.okta.sdk.resource.model.HrefHintsGuidanceObject
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class HrefHintsGuidanceObject
extends Object
implements Serializable
HrefHintsGuidanceObject
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddallowItem
(HttpMethod allowItem) addguidanceItem
(String guidanceItem) allow
(List<HttpMethod> allow) boolean
getAllow()
Get allowSpecifies the URI to invoke for granting scope consent required to complete the OAuth 2.0 connectionint
hashCode()
void
setAllow
(List<HttpMethod> allow) void
setGuidance
(List<String> guidance) toString()
-
Field Details
-
JSON_PROPERTY_ALLOW
- See Also:
-
JSON_PROPERTY_GUIDANCE
- See Also:
-
-
Constructor Details
-
HrefHintsGuidanceObject
public HrefHintsGuidanceObject()
-
-
Method Details
-
allow
-
addallowItem
-
getAllow
-
setAllow
-
guidance
-
addguidanceItem
-
getGuidance
-
setGuidance
-
equals
-
hashCode
-
toString
-