ContentKeyPolicyPlayReadyContentType Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.mediaservices.v2020_05_01.ContentKeyPolicyPlayReadyContentType

public final class ContentKeyPolicyPlayReadyContentType
extends com.microsoft.rest.ExpandableStringEnum<ContentKeyPolicyPlayReadyContentType>

Defines values for ContentKeyPolicyPlayReadyContentType.

Field Summary

Modifier and Type Field and Description
static final ContentKeyPolicyPlayReadyContentType ULTRA_VIOLET_DOWNLOAD

Static value UltraVioletDownload for ContentKeyPolicyPlayReadyContentType.

static final ContentKeyPolicyPlayReadyContentType ULTRA_VIOLET_STREAMING

Static value UltraVioletStreaming for ContentKeyPolicyPlayReadyContentType.

static final ContentKeyPolicyPlayReadyContentType UNKNOWN

Static value Unknown for ContentKeyPolicyPlayReadyContentType.

static final ContentKeyPolicyPlayReadyContentType UNSPECIFIED

Static value Unspecified for ContentKeyPolicyPlayReadyContentType.

Constructor Summary

Constructor Description
ContentKeyPolicyPlayReadyContentType()

Method Summary

Modifier and Type Method and Description
static ContentKeyPolicyPlayReadyContentType fromString(String name)

Creates or finds a ContentKeyPolicyPlayReadyContentType from its string representation.

static java.util.Collection<ContentKeyPolicyPlayReadyContentType> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

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 java.lang.Object.wait

Field Details

ULTRA_VIOLET_DOWNLOAD

public static final ContentKeyPolicyPlayReadyContentType ULTRA_VIOLET_DOWNLOAD

Static value UltraVioletDownload for ContentKeyPolicyPlayReadyContentType.

ULTRA_VIOLET_STREAMING

public static final ContentKeyPolicyPlayReadyContentType ULTRA_VIOLET_STREAMING

Static value UltraVioletStreaming for ContentKeyPolicyPlayReadyContentType.

UNKNOWN

public static final ContentKeyPolicyPlayReadyContentType UNKNOWN

Static value Unknown for ContentKeyPolicyPlayReadyContentType.

UNSPECIFIED

public static final ContentKeyPolicyPlayReadyContentType UNSPECIFIED

Static value Unspecified for ContentKeyPolicyPlayReadyContentType.

Constructor Details

ContentKeyPolicyPlayReadyContentType

public ContentKeyPolicyPlayReadyContentType()

Method Details

fromString

public static ContentKeyPolicyPlayReadyContentType fromString(String name)

Creates or finds a ContentKeyPolicyPlayReadyContentType from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding ContentKeyPolicyPlayReadyContentType

values

public static Collection<ContentKeyPolicyPlayReadyContentType> values()

Returns:

known ContentKeyPolicyPlayReadyContentType values

Applies to