次の方法で共有


MicrosoftGraphMdmAuthority クラス

public final class MicrosoftGraphMdmAuthority
extends ExpandableStringEnum<MicrosoftGraphMdmAuthority>

mdmAuthority。

フィールドの概要

修飾子と型 フィールドと説明
static final MicrosoftGraphMdmAuthority INTUNE

MicrosoftGraphMdm機関の静的な値 intune。

static final MicrosoftGraphMdmAuthority OFFICE365

MicrosoftGraphMdm機関の静的な値 office365。

static final MicrosoftGraphMdmAuthority SCCM

MicrosoftGraphMdm機関の静的な値 sccm。

static final MicrosoftGraphMdmAuthority UNKNOWN

MicrosoftGraphMdm機関の静的な値は不明です。

コンストラクターの概要

コンストラクター 説明
MicrosoftGraphMdmAuthority()

非推奨

ファクトリ メソッドを使用します fromString(String name)

MicrosoftGraphMdmAuthority 値の新しいインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
static MicrosoftGraphMdmAuthority fromString(String name)

MicrosoftGraphMdm機関を作成または検索します。

static Collection<MicrosoftGraphMdmAuthority> values()

既知の MicrosoftGraphMdm機関の値を取得します。

メソッドの継承元: ExpandableStringEnum

メソッドの継承元: java.lang.Object

フィールドの詳細

INTUNE

public static final MicrosoftGraphMdmAuthority INTUNE

MicrosoftGraphMdmAuthority の静的な値 intune。

OFFICE365

public static final MicrosoftGraphMdmAuthority OFFICE365

MicrosoftGraphMdmAuthority の静的値 office365。

SCCM

public static final MicrosoftGraphMdmAuthority SCCM

MicrosoftGraphMdmAuthority の静的値 sccm。

UNKNOWN

public static final MicrosoftGraphMdmAuthority UNKNOWN

MicrosoftGraphMdmAuthority の静的な値は不明です。

コンストラクターの詳細

MicrosoftGraphMdmAuthority

@Deprecated
public MicrosoftGraphMdmAuthority()

非推奨

ファクトリ メソッドを使用します fromString(String name)

MicrosoftGraphMdmAuthority 値の新しいインスタンスを作成します。

メソッドの詳細

fromString

public static MicrosoftGraphMdmAuthority fromString(String name)

文字列表現から MicrosoftGraphMdmAuthority を作成または検索します。

Parameters:

name - 検索する名前。

Returns:

対応する MicrosoftGraphMdmAuthority。

values

public static Collection values()

既知の MicrosoftGraphMdmAuthority 値を取得します。

Returns:

既知の MicrosoftGraphMdmAuthority 値。

適用対象