Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static UserSchemaAttributeUnion |
UserSchemaAttributeUnion.fromValue(String value) |
UserSchemaAttributeUnion |
GroupSchemaAttribute.getUnion()
Get union
|
UserSchemaAttributeUnion |
UserSchemaAttribute.getUnion()
Get union
|
static UserSchemaAttributeUnion |
UserSchemaAttributeUnion.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupSchemaAttribute.setUnion(UserSchemaAttributeUnion union) |
void |
UserSchemaAttribute.setUnion(UserSchemaAttributeUnion union) |
GroupSchemaAttribute |
GroupSchemaAttribute.union(UserSchemaAttributeUnion union) |
UserSchemaAttribute |
UserSchemaAttribute.union(UserSchemaAttributeUnion union) |
Copyright © 2017–2023 Okta. All rights reserved.