| Modifier and Type | Field and Description |
|---|---|
static UserType |
UserType.GUEST
Static value Guest for UserType.
|
static UserType |
UserType.MEMBER
Static value Member for UserType.
|
| Modifier and Type | Method and Description |
|---|---|
static UserType |
UserType.fromString(String name)
Creates or finds a UserType from its string representation.
|
UserType |
UserBase.userType()
Get the userType value.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<UserType> |
UserType.values() |
| Modifier and Type | Method and Description |
|---|---|
UserBase |
UserBase.withUserType(UserType userType)
Set the userType value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/