MicrosoftGraphPolicyPlatformType Class

public final class MicrosoftGraphPolicyPlatformType
extends ExpandableStringEnum<MicrosoftGraphPolicyPlatformType>

policyPlatformType.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphPolicyPlatformType ALL

Static value all for MicrosoftGraphPolicyPlatformType.

static final MicrosoftGraphPolicyPlatformType ANDROID

Static value android for MicrosoftGraphPolicyPlatformType.

static final MicrosoftGraphPolicyPlatformType ANDROID_WORK_PROFILE

Static value androidWorkProfile for MicrosoftGraphPolicyPlatformType.

static final MicrosoftGraphPolicyPlatformType I_OS

Static value iOS for MicrosoftGraphPolicyPlatformType.

static final MicrosoftGraphPolicyPlatformType MAC_OS

Static value macOS for MicrosoftGraphPolicyPlatformType.

static final MicrosoftGraphPolicyPlatformType WINDOWS10AND_LATER

Static value windows10AndLater for MicrosoftGraphPolicyPlatformType.

static final MicrosoftGraphPolicyPlatformType WINDOWS81AND_LATER

Static value windows81AndLater for MicrosoftGraphPolicyPlatformType.

static final MicrosoftGraphPolicyPlatformType WINDOWS_PHONE81

Static value windowsPhone81 for MicrosoftGraphPolicyPlatformType.

Constructor Summary

Constructor Description
MicrosoftGraphPolicyPlatformType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphPolicyPlatformType value.

Method Summary

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

Creates or finds a MicrosoftGraphPolicyPlatformType from its string representation.

static Collection<MicrosoftGraphPolicyPlatformType> values()

Gets known MicrosoftGraphPolicyPlatformType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALL

public static final MicrosoftGraphPolicyPlatformType ALL

Static value all for MicrosoftGraphPolicyPlatformType.

ANDROID

public static final MicrosoftGraphPolicyPlatformType ANDROID

Static value android for MicrosoftGraphPolicyPlatformType.

ANDROID_WORK_PROFILE

public static final MicrosoftGraphPolicyPlatformType ANDROID_WORK_PROFILE

Static value androidWorkProfile for MicrosoftGraphPolicyPlatformType.

I_OS

public static final MicrosoftGraphPolicyPlatformType I_OS

Static value iOS for MicrosoftGraphPolicyPlatformType.

MAC_OS

public static final MicrosoftGraphPolicyPlatformType MAC_OS

Static value macOS for MicrosoftGraphPolicyPlatformType.

WINDOWS10AND_LATER

public static final MicrosoftGraphPolicyPlatformType WINDOWS10AND_LATER

Static value windows10AndLater for MicrosoftGraphPolicyPlatformType.

WINDOWS81AND_LATER

public static final MicrosoftGraphPolicyPlatformType WINDOWS81AND_LATER

Static value windows81AndLater for MicrosoftGraphPolicyPlatformType.

WINDOWS_PHONE81

public static final MicrosoftGraphPolicyPlatformType WINDOWS_PHONE81

Static value windowsPhone81 for MicrosoftGraphPolicyPlatformType.

Constructor Details

MicrosoftGraphPolicyPlatformType

@Deprecated
public MicrosoftGraphPolicyPlatformType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphPolicyPlatformType value.

Method Details

fromString

public static MicrosoftGraphPolicyPlatformType fromString(String name)

Creates or finds a MicrosoftGraphPolicyPlatformType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphPolicyPlatformType.

values

public static Collection values()

Gets known MicrosoftGraphPolicyPlatformType values.

Returns:

known MicrosoftGraphPolicyPlatformType values.

Applies to