| Modifier and Type | Field and Description |
|---|---|
static ProfileStatus |
ProfileStatus.DISABLED
Static value Disabled for ProfileStatus.
|
static ProfileStatus |
ProfileStatus.ENABLED
Static value Enabled for ProfileStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static ProfileStatus |
ProfileStatus.fromString(String name)
Creates or finds a ProfileStatus from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ProfileStatus> |
ProfileStatus.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/