Package com.okta.sdk.resource.model
Class GroupSchemaAttribute
java.lang.Object
com.okta.sdk.resource.model.GroupSchemaAttribute
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class GroupSchemaAttribute
extends Object
implements Serializable
GroupSchemaAttribute
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEnumItem(String _enumItem) addOneOfItem(UserSchemaAttributeEnum oneOfItem) addPermissionsItem(UserSchemaAttributePermission permissionsItem) description(String description) booleanexternalName(String externalName) externalNamespace(String externalNamespace) Get descriptiongetEnum()Get _enumGet externalNameGet externalNamespacegetItems()Get itemsGet masterGet maxLengthGet minLengthGet mutabilitygetOneOf()Get oneOfGet permissionsGet requiredgetScope()Get scopegetTitle()Get titlegetType()Get typegetUnion()Get unionGet uniqueinthashCode()items(UserSchemaAttributeItems items) master(UserSchemaAttributeMaster master) mutability(String mutability) oneOf(List<UserSchemaAttributeEnum> oneOf) permissions(List<UserSchemaAttributePermission> permissions) scope(UserSchemaAttributeScope scope) voidsetDescription(String description) voidvoidsetExternalName(String externalName) voidsetExternalNamespace(String externalNamespace) voidsetItems(UserSchemaAttributeItems items) voidsetMaster(UserSchemaAttributeMaster master) voidsetMaxLength(Integer maxLength) voidsetMinLength(Integer minLength) voidsetMutability(String mutability) voidsetOneOf(List<UserSchemaAttributeEnum> oneOf) voidsetPermissions(List<UserSchemaAttributePermission> permissions) voidsetRequired(Boolean required) voidsetScope(UserSchemaAttributeScope scope) voidvoidvoidsetUnion(UserSchemaAttributeUnion union) voidtoString()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_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
-
GroupSchemaAttribute
public GroupSchemaAttribute()
-
-
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
-
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
-