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-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
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
-