Package com.okta.sdk.resource.model
Class ApplicationLayout
java.lang.Object
com.okta.sdk.resource.model.ApplicationLayout
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class ApplicationLayout
extends Object
implements Serializable
ApplicationLayout
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddElementsItem(Map<String, Object> elementsItem) booleanGet elementsgetLabel()Get labelGet optionsgetRule()Get rulegetScope()Get scopegetType()Get typeinthashCode()putOptionsItem(String key, Object optionsItem) rule(ApplicationLayoutRule rule) voidsetElements(List<Map<String, Object>> elements) voidvoidsetOptions(Map<String, Object> options) voidsetRule(ApplicationLayoutRule rule) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_ELEMENTS
- See Also:
-
JSON_PROPERTY_LABEL
- See Also:
-
JSON_PROPERTY_OPTIONS
- See Also:
-
JSON_PROPERTY_RULE
- See Also:
-
JSON_PROPERTY_SCOPE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
ApplicationLayout
public ApplicationLayout()
-
-
Method Details
-
elements
-
addElementsItem
-
getElements
Get elements- Returns:
- elements
-
setElements
-
label
-
getLabel
Get label- Returns:
- label
-
setLabel
-
options
-
putOptionsItem
-
getOptions
Get options- Returns:
- options
-
setOptions
-
rule
-
getRule
Get rule- Returns:
- rule
-
setRule
-
scope
-
getScope
Get scope- Returns:
- scope
-
setScope
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-