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 UserSchemaAttributeUnionGroupSchemaAttribute. getUnion()UserSchemaAttributeUnionUserSchemaAttribute. getUnion()static UserSchemaAttributeUnionUserSchemaAttributeUnion. 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 GroupSchemaAttributeGroupSchemaAttribute. setUnion(UserSchemaAttributeUnion union)UserSchemaAttributeUserSchemaAttribute. setUnion(UserSchemaAttributeUnion union)
-