共用方式為


MicrosoftGraphMdmAuthority Class

public final class MicrosoftGraphMdmAuthority
extends ExpandableStringEnum<MicrosoftGraphMdmAuthority>

mdmAuthority.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphMdmAuthority INTUNE

Static value intune for MicrosoftGraphMdmAuthority.

static final MicrosoftGraphMdmAuthority OFFICE365

Static value office365 for MicrosoftGraphMdmAuthority.

static final MicrosoftGraphMdmAuthority SCCM

Static value sccm for MicrosoftGraphMdmAuthority.

static final MicrosoftGraphMdmAuthority UNKNOWN

Static value unknown for MicrosoftGraphMdmAuthority.

Constructor Summary

Constructor Description
MicrosoftGraphMdmAuthority()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphMdmAuthority value.

Method Summary

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

Creates or finds a MicrosoftGraphMdmAuthority from its string representation.

static Collection<MicrosoftGraphMdmAuthority> values()

Gets known MicrosoftGraphMdmAuthority values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

INTUNE

public static final MicrosoftGraphMdmAuthority INTUNE

Static value intune for MicrosoftGraphMdmAuthority.

OFFICE365

public static final MicrosoftGraphMdmAuthority OFFICE365

Static value office365 for MicrosoftGraphMdmAuthority.

SCCM

public static final MicrosoftGraphMdmAuthority SCCM

Static value sccm for MicrosoftGraphMdmAuthority.

UNKNOWN

public static final MicrosoftGraphMdmAuthority UNKNOWN

Static value unknown for MicrosoftGraphMdmAuthority.

Constructor Details

MicrosoftGraphMdmAuthority

@Deprecated
public MicrosoftGraphMdmAuthority()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphMdmAuthority value.

Method Details

fromString

public static MicrosoftGraphMdmAuthority fromString(String name)

Creates or finds a MicrosoftGraphMdmAuthority from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphMdmAuthority.

values

public static Collection values()

Gets known MicrosoftGraphMdmAuthority values.

Returns:

known MicrosoftGraphMdmAuthority values.

Applies to