MicrosoftGraphScheduleEntityTheme クラス
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphScheduleEntityTheme
- com.
- com.
public final class MicrosoftGraphScheduleEntityTheme
extends ExpandableStringEnum<MicrosoftGraphScheduleEntityTheme>
scheduleEntityTheme。
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
static final
Microsoft |
BLUE
Microsoft |
static final
Microsoft |
DARK_BLUE
Microsoft Graph スケジュール |
static final
Microsoft |
DARK_GREEN
Microsoft |
static final
Microsoft |
DARK_PINK
Microsoft Graph スケジュール |
static final
Microsoft |
DARK_PURPLE
Microsoft Graph スケジュール |
static final
Microsoft |
DARK_YELLOW
Microsoft Graph スケジュール |
static final
Microsoft |
GRAY
Microsoft |
static final
Microsoft |
GREEN
Microsoft |
static final
Microsoft |
PINK
Microsoft |
static final
Microsoft |
PURPLE
Microsoft |
static final
Microsoft |
UNKNOWN_FUTURE_VALUE
Microsoft Graph スケジュール エンティティ テーマの静的な値不明 |
static final
Microsoft |
WHITE
Microsoft |
static final
Microsoft |
YELLOW
Microsoft |
コンストラクターの概要
コンストラクター | 説明 |
---|---|
MicrosoftGraphScheduleEntityTheme() |
非推奨
ファクトリ メソッドを使用します fromString(String name) 。
Microsoft |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
static
Microsoft |
fromString(String name)
文字列表現から Microsoft |
static
Collection<Microsoft |
values()
既知の Microsoft |
メソッドの継承元: ExpandableStringEnum
メソッドの継承元: java.lang.Object
フィールドの詳細
BLUE
public static final MicrosoftGraphScheduleEntityTheme BLUE
MicrosoftGraphScheduleEntityTheme の静的な値は青です。
DARK_BLUE
public static final MicrosoftGraphScheduleEntityTheme DARK_BLUE
MicrosoftGraphScheduleEntityTheme の静的な値 darkBlue。
DARK_GREEN
public static final MicrosoftGraphScheduleEntityTheme DARK_GREEN
MicrosoftGraphScheduleEntityTheme の静的な値 darkGreen。
DARK_PINK
public static final MicrosoftGraphScheduleEntityTheme DARK_PINK
MicrosoftGraphScheduleEntityTheme の静的な値 darkPink。
DARK_PURPLE
public static final MicrosoftGraphScheduleEntityTheme DARK_PURPLE
MicrosoftGraphScheduleEntityTheme の静的な値 darkPurple。
DARK_YELLOW
public static final MicrosoftGraphScheduleEntityTheme DARK_YELLOW
MicrosoftGraphScheduleEntityTheme の静的な値 darkYellow。
GRAY
public static final MicrosoftGraphScheduleEntityTheme GRAY
MicrosoftGraphScheduleEntityTheme の静的な値灰色。
GREEN
public static final MicrosoftGraphScheduleEntityTheme GREEN
MicrosoftGraphScheduleEntityTheme の静的な値は緑色です。
PINK
public static final MicrosoftGraphScheduleEntityTheme PINK
MicrosoftGraphScheduleEntityTheme の静的な値はピンクです。
PURPLE
public static final MicrosoftGraphScheduleEntityTheme PURPLE
MicrosoftGraphScheduleEntityTheme の静的な値は紫色です。
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphScheduleEntityTheme UNKNOWN_FUTURE_VALUE
MicrosoftGraphScheduleEntityTheme の静的な値 unknownFutureValue。
WHITE
public static final MicrosoftGraphScheduleEntityTheme WHITE
MicrosoftGraphScheduleEntityTheme の静的な値は白です。
YELLOW
public static final MicrosoftGraphScheduleEntityTheme YELLOW
MicrosoftGraphScheduleEntityTheme の静的な値は黄色です。
コンストラクターの詳細
MicrosoftGraphScheduleEntityTheme
@Deprecated
public MicrosoftGraphScheduleEntityTheme()
非推奨
MicrosoftGraphScheduleEntityTheme 値の新しいインスタンスを作成します。
メソッドの詳細
fromString
public static MicrosoftGraphScheduleEntityTheme fromString(String name)
文字列表現から MicrosoftGraphScheduleEntityTheme を作成または検索します。
Parameters:
Returns:
values
public static Collection
既知の MicrosoftGraphScheduleEntityTheme 値を取得します。
Returns:
適用対象
Azure SDK for Java