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