public final class AccessLevel extends com.microsoft.rest.ExpandableStringEnum<AccessLevel>
| Modifier and Type | Field and Description |
|---|---|
static AccessLevel |
NONE
Static value None for AccessLevel.
|
static AccessLevel |
READ
Static value Read for AccessLevel.
|
| Constructor and Description |
|---|
AccessLevel() |
| Modifier and Type | Method and Description |
|---|---|
static AccessLevel |
fromString(String name)
Creates or finds a AccessLevel from its string representation.
|
static Collection<AccessLevel> |
values() |
public static final AccessLevel NONE
public static final AccessLevel READ
public static AccessLevel fromString(String name)
name - a name to look forpublic static Collection<AccessLevel> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/