@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class ApplicationLayoutRuleCondition extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_SCHEMA |
static String |
JSON_PROPERTY_SCOPE |
Constructor and Description |
---|
ApplicationLayoutRuleCondition() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getSchema()
Get schema
|
String |
getScope()
Get scope
|
int |
hashCode() |
ApplicationLayoutRuleCondition |
putSchemaItem(String key,
Object schemaItem) |
ApplicationLayoutRuleCondition |
schema(Map<String,Object> schema) |
ApplicationLayoutRuleCondition |
scope(String scope) |
void |
setSchema(Map<String,Object> schema) |
void |
setScope(String scope) |
String |
toString() |
public static final String JSON_PROPERTY_SCHEMA
public static final String JSON_PROPERTY_SCOPE
public ApplicationLayoutRuleCondition schema(Map<String,Object> schema)
public ApplicationLayoutRuleCondition putSchemaItem(String key, Object schemaItem)
public ApplicationLayoutRuleCondition scope(String scope)
public void setScope(String scope)
Copyright © 2017–2023 Okta. All rights reserved.