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-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class HrefHintsGuidanceObject
extends Object
implements Serializable
HrefHintsGuidanceObject
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddallowItem(HttpMethod allowItem) addguidanceItem(String guidanceItem) allow(List<HttpMethod> allow) booleangetAllow()Get allowSpecifies the URI to invoke for granting scope consent required to complete the OAuth 2.0 connectioninthashCode()voidsetAllow(List<HttpMethod> allow) voidsetGuidance(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
 
 -