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
Fields -
Constructor Summary
Constructors -
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
-
Constructor Details
-
Method Details