@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class ApplicationLayout extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ELEMENTS |
static String |
JSON_PROPERTY_LABEL |
static String |
JSON_PROPERTY_OPTIONS |
static String |
JSON_PROPERTY_RULE |
static String |
JSON_PROPERTY_SCOPE |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
ApplicationLayout() |
Modifier and Type | Method and Description |
---|---|
ApplicationLayout |
addElementsItem(Map<String,Object> elementsItem) |
ApplicationLayout |
elements(List<Map<String,Object>> elements) |
boolean |
equals(Object o) |
List<Map<String,Object>> |
getElements()
Get elements
|
String |
getLabel()
Get label
|
Map<String,Object> |
getOptions()
Get options
|
ApplicationLayoutRule |
getRule()
Get rule
|
String |
getScope()
Get scope
|
String |
getType()
Get type
|
int |
hashCode() |
ApplicationLayout |
label(String label) |
ApplicationLayout |
options(Map<String,Object> options) |
ApplicationLayout |
putOptionsItem(String key,
Object optionsItem) |
ApplicationLayout |
rule(ApplicationLayoutRule rule) |
ApplicationLayout |
scope(String scope) |
void |
setElements(List<Map<String,Object>> elements) |
void |
setLabel(String label) |
void |
setOptions(Map<String,Object> options) |
void |
setRule(ApplicationLayoutRule rule) |
void |
setScope(String scope) |
void |
setType(String type) |
String |
toString() |
ApplicationLayout |
type(String type) |
public static final String JSON_PROPERTY_ELEMENTS
public static final String JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_OPTIONS
public static final String JSON_PROPERTY_RULE
public static final String JSON_PROPERTY_SCOPE
public static final String JSON_PROPERTY_TYPE
public ApplicationLayout elements(List<Map<String,Object>> elements)
public ApplicationLayout addElementsItem(Map<String,Object> elementsItem)
public ApplicationLayout label(String label)
public void setLabel(String label)
public ApplicationLayout options(Map<String,Object> options)
public ApplicationLayout putOptionsItem(String key, Object optionsItem)
public ApplicationLayout rule(ApplicationLayoutRule rule)
@Nullable public ApplicationLayoutRule getRule()
public void setRule(ApplicationLayoutRule rule)
public ApplicationLayout scope(String scope)
public void setScope(String scope)
public ApplicationLayout type(String type)
public void setType(String type)
Copyright © 2017–2023 Okta. All rights reserved.