Uses of Class
com.okta.sdk.resource.UserSchemaAttributeUnion
-
Packages that use UserSchemaAttributeUnion Package Description com.okta.sdk.resource -
-
Uses of UserSchemaAttributeUnion in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return UserSchemaAttributeUnion Modifier and Type Method Description UserSchemaAttributeUnion
GroupSchemaAttribute. getUnion()
UserSchemaAttributeUnion
UserSchemaAttribute. getUnion()
static UserSchemaAttributeUnion
UserSchemaAttributeUnion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UserSchemaAttributeUnion[]
UserSchemaAttributeUnion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type UserSchemaAttributeUnion Modifier and Type Method Description GroupSchemaAttribute
GroupSchemaAttribute. setUnion(UserSchemaAttributeUnion union)
UserSchemaAttribute
UserSchemaAttribute. setUnion(UserSchemaAttributeUnion union)
-