public final class IdentityType extends ExpandableStringEnum<IdentityType>
| Modifier and Type | Field and Description |
|---|---|
static IdentityType |
SYSTEM_ASSIGNED
Static value SystemAssigned for IdentityType.
|
| Constructor and Description |
|---|
IdentityType() |
| Modifier and Type | Method and Description |
|---|---|
static IdentityType |
fromString(String name)
Creates or finds a IdentityType from its string representation.
|
static Collection<IdentityType> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final IdentityType SYSTEM_ASSIGNED
public static IdentityType fromString(String name)
name - a name to look forpublic static Collection<IdentityType> values()
Copyright © 2019. All rights reserved.