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-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ApplicationLayout
extends Object
implements Serializable
ApplicationLayout
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddelementsItem
(Map<String, Object> elementsItem) boolean
Get elementsgetLabel()
Get labelGet optionsgetRule()
Get rulegetScope()
Get scopegetType()
Get typeint
hashCode()
putoptionsItem
(String key, Object optionsItem) rule
(ApplicationLayoutRule rule) void
setElements
(List<Map<String, Object>> elements) void
void
setOptions
(Map<String, Object> options) void
setRule
(ApplicationLayoutRule rule) void
void
toString()
-
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
-