@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class TrustedOriginScope
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_ALLOWED_OKTA_APPS |
static java.lang.String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
TrustedOriginScope() |
Modifier and Type | Method and Description |
---|---|
TrustedOriginScope |
addAllowedOktaAppsItem(IframeEmbedScopeAllowedApps allowedOktaAppsItem) |
TrustedOriginScope |
allowedOktaApps(java.util.List<IframeEmbedScopeAllowedApps> allowedOktaApps) |
boolean |
equals(java.lang.Object o) |
java.util.List<IframeEmbedScopeAllowedApps> |
getAllowedOktaApps()
Get allowedOktaApps
|
TrustedOriginScopeType |
getType()
Get type
|
int |
hashCode() |
void |
setAllowedOktaApps(java.util.List<IframeEmbedScopeAllowedApps> allowedOktaApps) |
void |
setType(TrustedOriginScopeType type) |
java.lang.String |
toString() |
TrustedOriginScope |
type(TrustedOriginScopeType type) |
public static final java.lang.String JSON_PROPERTY_ALLOWED_OKTA_APPS
public static final java.lang.String JSON_PROPERTY_TYPE
public TrustedOriginScope allowedOktaApps(java.util.List<IframeEmbedScopeAllowedApps> allowedOktaApps)
public TrustedOriginScope addAllowedOktaAppsItem(IframeEmbedScopeAllowedApps allowedOktaAppsItem)
@Nullable public java.util.List<IframeEmbedScopeAllowedApps> getAllowedOktaApps()
public void setAllowedOktaApps(java.util.List<IframeEmbedScopeAllowedApps> allowedOktaApps)
public TrustedOriginScope type(TrustedOriginScopeType type)
@Nullable public TrustedOriginScopeType getType()
public void setType(TrustedOriginScopeType type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.