Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static UserSchemaAttributeScope |
UserSchemaAttributeScope.fromValue(String value) |
UserSchemaAttributeScope |
GroupSchemaAttribute.getScope()
Get scope
|
UserSchemaAttributeScope |
UserSchemaAttribute.getScope()
Get scope
|
static UserSchemaAttributeScope |
UserSchemaAttributeScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSchemaAttributeScope[] |
UserSchemaAttributeScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GroupSchemaAttribute |
GroupSchemaAttribute.scope(UserSchemaAttributeScope scope) |
UserSchemaAttribute |
UserSchemaAttribute.scope(UserSchemaAttributeScope scope) |
void |
GroupSchemaAttribute.setScope(UserSchemaAttributeScope scope) |
void |
UserSchemaAttribute.setScope(UserSchemaAttributeScope scope) |
Copyright © 2017–2023 Okta. All rights reserved.