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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.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
Get allow- Returns:
- allow
-
setAllow
-
guidance
-
addguidanceItem
-
getGuidance
Specifies the URI to invoke for granting scope consent required to complete the OAuth 2.0 connection- Returns:
- guidance
-
setGuidance
-
equals
-
hashCode
public int hashCode() -
toString
-