PolicyType Class

Definition

Defines values for PolicyType.

public final class PolicyType extends ExpandableStringEnum<PolicyType>
Inheritance
java.lang.Object
com.microsoft.rest.ExpandableStringEnum
PolicyType

Inherited Members

com.microsoft.rest.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>) com.microsoft.rest.ExpandableStringEnum.<T>values(java.lang.Class<T>) com.microsoft.rest.ExpandableStringEnum.equals(java.lang.Object) com.microsoft.rest.ExpandableStringEnum.hashCode() com.microsoft.rest.ExpandableStringEnum.toString() com.microsoft.rest.ExpandableStringEnum.withNameValue(java.lang.String,T,java.lang.Class<T>) java.lang.Object.clone() java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructors

PolicyType()

Fields

BUILT_IN

Static value BuiltIn for PolicyType.

CUSTOM

Static value Custom for PolicyType.

NOT_SPECIFIED

Static value NotSpecified for PolicyType.

Methods

fromString(String name)

Creates or finds a PolicyType from its string representation.

values()

Applies to