Uses of Interface
com.okta.sdk.resource.GroupSchemaAttribute
-
Packages that use GroupSchemaAttribute Package Description com.okta.sdk.resource -
-
Uses of GroupSchemaAttribute in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return GroupSchemaAttribute Modifier and Type Method Description GroupSchemaAttribute
GroupSchemaBaseProperties. getDescription()
GroupSchemaAttribute
GroupSchemaBaseProperties. getName()
GroupSchemaAttribute
GroupSchemaAttribute. setDescription(java.lang.String description)
GroupSchemaAttribute
GroupSchemaAttribute. setEnum(java.util.List<java.lang.String> _enum)
GroupSchemaAttribute
GroupSchemaAttribute. setExternalName(java.lang.String externalName)
GroupSchemaAttribute
GroupSchemaAttribute. setExternalNamespace(java.lang.String externalNamespace)
GroupSchemaAttribute
GroupSchemaAttribute. setItems(UserSchemaAttributeItems items)
GroupSchemaAttribute
GroupSchemaAttribute. setMaster(UserSchemaAttributeMaster master)
GroupSchemaAttribute
GroupSchemaAttribute. setMaxLength(java.lang.Integer maxLength)
GroupSchemaAttribute
GroupSchemaAttribute. setMinLength(java.lang.Integer minLength)
GroupSchemaAttribute
GroupSchemaAttribute. setMutability(java.lang.String mutability)
GroupSchemaAttribute
GroupSchemaAttribute. setOneOf(java.util.List<UserSchemaAttributeEnum> oneOf)
GroupSchemaAttribute
GroupSchemaAttribute. setPermissions(java.util.List<UserSchemaAttributePermission> permissions)
GroupSchemaAttribute
GroupSchemaAttribute. setRequired(java.lang.Boolean required)
GroupSchemaAttribute
GroupSchemaAttribute. setScope(UserSchemaAttributeScope scope)
GroupSchemaAttribute
GroupSchemaAttribute. setTitle(java.lang.String title)
GroupSchemaAttribute
GroupSchemaAttribute. setType(UserSchemaAttributeType type)
GroupSchemaAttribute
GroupSchemaAttribute. setUnion(UserSchemaAttributeUnion union)
GroupSchemaAttribute
GroupSchemaAttribute. setUnique(java.lang.String unique)
Methods in com.okta.sdk.resource that return types with arguments of type GroupSchemaAttribute Modifier and Type Method Description java.util.Map<java.lang.String,GroupSchemaAttribute>
GroupSchemaCustom. getProperties()
Methods in com.okta.sdk.resource with parameters of type GroupSchemaAttribute Modifier and Type Method Description GroupSchemaBaseProperties
GroupSchemaBaseProperties. setDescription(GroupSchemaAttribute description)
GroupSchemaBaseProperties
GroupSchemaBaseProperties. setName(GroupSchemaAttribute name)
Method parameters in com.okta.sdk.resource with type arguments of type GroupSchemaAttribute Modifier and Type Method Description GroupSchemaCustom
GroupSchemaCustom. setProperties(java.util.Map<java.lang.String,GroupSchemaAttribute> properties)
-