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