public final class UserType extends com.azure.core.util.ExpandableStringEnum<UserType>
| Modifier and Type | Field and Description |
|---|---|
static UserType |
GUEST
Static value Guest for UserType.
|
static UserType |
MEMBER
Static value Member for UserType.
|
| Constructor and Description |
|---|
UserType() |
| Modifier and Type | Method and Description |
|---|---|
static UserType |
fromString(String name)
Creates or finds a UserType from its string representation.
|
static Collection<UserType> |
values() |
public static final UserType MEMBER
public static final UserType GUEST
public static UserType fromString(String name)
name - a name to look for.public static Collection<UserType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.