Package com.okta.sdk.resource.model
Class UserSchemaAttribute
java.lang.Object
com.okta.sdk.resource.model.UserSchemaAttribute
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class UserSchemaAttribute
extends Object
implements Serializable
UserSchemaAttribute
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddEnumItem
(String _enumItem) addOneOfItem
(UserSchemaAttributeEnum oneOfItem) addPermissionsItem
(UserSchemaAttributePermission permissionsItem) description
(String description) boolean
externalName
(String externalName) externalNamespace
(String externalNamespace) Get descriptiongetEnum()
Get _enumGet externalNameGet externalNamespacegetItems()
Get itemsGet masterGet maxLengthGet minLengthGet mutabilitygetOneOf()
Get oneOfGet patternGet permissionsGet requiredgetScope()
Get scopegetTitle()
Get titlegetType()
Get typegetUnion()
Get unionGet uniqueint
hashCode()
items
(UserSchemaAttributeItems items) master
(UserSchemaAttributeMaster master) mutability
(String mutability) oneOf
(List<UserSchemaAttributeEnum> oneOf) permissions
(List<UserSchemaAttributePermission> permissions) scope
(UserSchemaAttributeScope scope) void
setDescription
(String description) void
void
setExternalName
(String externalName) void
setExternalNamespace
(String externalNamespace) void
setItems
(UserSchemaAttributeItems items) void
setMaster
(UserSchemaAttributeMaster master) void
setMaxLength
(Integer maxLength) void
setMinLength
(Integer minLength) void
setMutability
(String mutability) void
setOneOf
(List<UserSchemaAttributeEnum> oneOf) void
setPattern
(String pattern) void
setPermissions
(List<UserSchemaAttributePermission> permissions) void
setRequired
(Boolean required) void
setScope
(UserSchemaAttributeScope scope) void
void
void
setUnion
(UserSchemaAttributeUnion union) void
toString()
type
(UserSchemaAttributeType type) union
(UserSchemaAttributeUnion union)
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ENUM
- See Also:
-
JSON_PROPERTY_EXTERNAL_NAME
- See Also:
-
JSON_PROPERTY_EXTERNAL_NAMESPACE
- See Also:
-
JSON_PROPERTY_ITEMS
- See Also:
-
JSON_PROPERTY_MASTER
- See Also:
-
JSON_PROPERTY_MAX_LENGTH
- See Also:
-
JSON_PROPERTY_MIN_LENGTH
- See Also:
-
JSON_PROPERTY_MUTABILITY
- See Also:
-
JSON_PROPERTY_ONE_OF
- See Also:
-
JSON_PROPERTY_PATTERN
- See Also:
-
JSON_PROPERTY_PERMISSIONS
- See Also:
-
JSON_PROPERTY_REQUIRED
- See Also:
-
JSON_PROPERTY_SCOPE
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_UNION
- See Also:
-
JSON_PROPERTY_UNIQUE
- See Also:
-
-
Constructor Details
-
UserSchemaAttribute
public UserSchemaAttribute()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
_enum
-
addEnumItem
-
getEnum
Get _enum- Returns:
- _enum
-
setEnum
-
externalName
-
getExternalName
Get externalName- Returns:
- externalName
-
setExternalName
-
externalNamespace
-
getExternalNamespace
Get externalNamespace- Returns:
- externalNamespace
-
setExternalNamespace
-
items
-
getItems
Get items- Returns:
- items
-
setItems
-
master
-
getMaster
Get master- Returns:
- master
-
setMaster
-
maxLength
-
getMaxLength
Get maxLength- Returns:
- maxLength
-
setMaxLength
-
minLength
-
getMinLength
Get minLength- Returns:
- minLength
-
setMinLength
-
mutability
-
getMutability
Get mutability- Returns:
- mutability
-
setMutability
-
oneOf
-
addOneOfItem
-
getOneOf
Get oneOf- Returns:
- oneOf
-
setOneOf
-
pattern
-
getPattern
Get pattern- Returns:
- pattern
-
setPattern
-
permissions
-
addPermissionsItem
-
getPermissions
Get permissions- Returns:
- permissions
-
setPermissions
-
required
-
getRequired
Get required- Returns:
- required
-
setRequired
-
scope
-
getScope
Get scope- Returns:
- scope
-
setScope
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
type
-
getType
Get type- Returns:
- type
-
setType
-
union
-
getUnion
Get union- Returns:
- union
-
setUnion
-
unique
-
getUnique
Get unique- Returns:
- unique
-
setUnique
-
equals
-
hashCode
public int hashCode() -
toString
-