Uses of Class
com.okta.sdk.resource.user.schema.UserSchemaAttributeUnion
-
Packages that use UserSchemaAttributeUnion Package Description com.okta.sdk.resource.group.schema com.okta.sdk.resource.user.schema -
-
Uses of UserSchemaAttributeUnion in com.okta.sdk.resource.group.schema
Methods in com.okta.sdk.resource.group.schema that return UserSchemaAttributeUnion Modifier and Type Method Description UserSchemaAttributeUnionGroupSchemaAttribute. getUnion()Methods in com.okta.sdk.resource.group.schema with parameters of type UserSchemaAttributeUnion Modifier and Type Method Description GroupSchemaAttributeGroupSchemaAttribute. setUnion(UserSchemaAttributeUnion union) -
Uses of UserSchemaAttributeUnion in com.okta.sdk.resource.user.schema
Methods in com.okta.sdk.resource.user.schema that return UserSchemaAttributeUnion Modifier and Type Method Description 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.user.schema with parameters of type UserSchemaAttributeUnion Modifier and Type Method Description UserSchemaAttributeUserSchemaAttribute. setUnion(UserSchemaAttributeUnion union)
-