次の方法で共有


MicrosoftGraphCalendarColor クラス

public final class MicrosoftGraphCalendarColor
extends ExpandableStringEnum<MicrosoftGraphCalendarColor>

calendarColor。

フィールドの概要

修飾子と型 フィールドと説明
static final MicrosoftGraphCalendarColor AUTO

MicrosoftGraphカレンダーの色の静的な値 auto。

static final MicrosoftGraphCalendarColor LIGHT_BLUE

MicrosoftGraphの予定表の色の静的な値の薄い青。

static final MicrosoftGraphCalendarColor LIGHT_BROWN

MicrosoftGraphカレンダーの色の静的な値 lightBrown。

static final MicrosoftGraphCalendarColor LIGHT_GRAY

MicrosoftGraphの予定表の色の静的な値の薄い灰色。

static final MicrosoftGraphCalendarColor LIGHT_GREEN

MicrosoftGraphカレンダーの色の静的な値の明るい緑。

static final MicrosoftGraphCalendarColor LIGHT_ORANGE

MicrosoftGraphカレンダーの色の静的な値ライトオレンジ。

static final MicrosoftGraphCalendarColor LIGHT_PINK

MicrosoftGraphカレンダーの色の静的な値ライトピンク。

static final MicrosoftGraphCalendarColor LIGHT_RED

MicrosoftGraphカレンダーの色の静的な値ライト赤。

static final MicrosoftGraphCalendarColor LIGHT_TEAL

MicrosoftGraphカレンダーの色の静的な値の薄いティール。

static final MicrosoftGraphCalendarColor LIGHT_YELLOW

MicrosoftGraphカレンダーの色の静的な値は黄色です。

static final MicrosoftGraphCalendarColor MAX_COLOR

MicrosoftGraphカレンダーの色の静的な値の最大値の色。

コンストラクターの概要

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

非推奨

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

MicrosoftGraphカレンダーの色の値の新しいインスタンスを作成します。

メソッドの概要

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

文字列表現から MicrosoftGraphカレンダーの色を作成または検索します。

static Collection<MicrosoftGraphCalendarColor> values()

既知の MicrosoftGraphカレンダーの色の値を取得します。

メソッドの継承元: ExpandableStringEnum

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

フィールドの詳細

AUTO

public static final MicrosoftGraphCalendarColor AUTO

MicrosoftGraphCalendarColor の静的な値 auto。

LIGHT_BLUE

public static final MicrosoftGraphCalendarColor LIGHT_BLUE

MicrosoftGraphCalendarColor の静的な値 lightBlue。

LIGHT_BROWN

public static final MicrosoftGraphCalendarColor LIGHT_BROWN

MicrosoftGraphCalendarColor の静的値 lightBrown。

LIGHT_GRAY

public static final MicrosoftGraphCalendarColor LIGHT_GRAY

MicrosoftGraphCalendarColor の静的な値 lightGray。

LIGHT_GREEN

public static final MicrosoftGraphCalendarColor LIGHT_GREEN

MicrosoftGraphCalendarColor の静的な値 lightGreen。

LIGHT_ORANGE

public static final MicrosoftGraphCalendarColor LIGHT_ORANGE

MicrosoftGraphCalendarColor の静的な値 lightOrange。

LIGHT_PINK

public static final MicrosoftGraphCalendarColor LIGHT_PINK

MicrosoftGraphCalendarColor の静的な値 lightPink。

LIGHT_RED

public static final MicrosoftGraphCalendarColor LIGHT_RED

MicrosoftGraphCalendarColor の静的な値 lightRed。

LIGHT_TEAL

public static final MicrosoftGraphCalendarColor LIGHT_TEAL

MicrosoftGraphCalendarColor の静的な値 lightTeal。

LIGHT_YELLOW

public static final MicrosoftGraphCalendarColor LIGHT_YELLOW

MicrosoftGraphCalendarColor の静的な値 lightYellow。

MAX_COLOR

public static final MicrosoftGraphCalendarColor MAX_COLOR

MicrosoftGraphCalendarColor の静的値 maxColor。

コンストラクターの詳細

MicrosoftGraphCalendarColor

@Deprecated
public MicrosoftGraphCalendarColor()

非推奨

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

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

メソッドの詳細

fromString

public static MicrosoftGraphCalendarColor fromString(String name)

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

Parameters:

name - 検索する名前。

Returns:

対応する MicrosoftGraphCalendarColor。

values

public static Collection values()

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

Returns:

既知の MicrosoftGraphCalendarColor 値。

適用対象