Partilhar via


MicrosoftGraphScheduleEntityTheme Classe

public final class MicrosoftGraphScheduleEntityTheme
extends ExpandableStringEnum<MicrosoftGraphScheduleEntityTheme>

scheduleEntityTheme.

Resumo do campo

Modificador e tipo Campo e descrição
static final MicrosoftGraphScheduleEntityTheme BLUE

Valor estático azul para o Tema da Entidadede Agendamentodo MicrosoftGraph.

static final MicrosoftGraphScheduleEntityTheme DARK_BLUE

Valor estático azul escuropara o Tema da Entidadede Agendamentodo MicrosoftGraph.

static final MicrosoftGraphScheduleEntityTheme DARK_GREEN

Valor estático verde escuropara o Tema da Entidadede Agendamentodo MicrosoftGraph.

static final MicrosoftGraphScheduleEntityTheme DARK_PINK

Valor estático escuroRosa para o Tema da Entidadede Agendamentodo MicrosoftGraph.

static final MicrosoftGraphScheduleEntityTheme DARK_PURPLE

Valor estático roxo escuropara o Tema da Entidadede Agendamentodo MicrosoftGraph.

static final MicrosoftGraphScheduleEntityTheme DARK_YELLOW

Valor estático escuroAmarelo para o Tema da Entidadede Agendamentodo MicrosoftGraph.

static final MicrosoftGraphScheduleEntityTheme GRAY

Valor estático cinza para o Tema da Entidadede Agendamentodo MicrosoftGraph.

static final MicrosoftGraphScheduleEntityTheme GREEN

Valor estático verde para o Tema da Entidadede Agendamentodo MicrosoftGraph.

static final MicrosoftGraphScheduleEntityTheme PINK

Valor estático rosa para o Tema da Entidadede Agendamentodo MicrosoftGraph.

static final MicrosoftGraphScheduleEntityTheme PURPLE

Valor estático roxo para o Tema da Entidadede Agendamentodo MicrosoftGraph.

static final MicrosoftGraphScheduleEntityTheme UNKNOWN_FUTURE_VALUE

Valor estático desconhecidoValor futuropara o Tema da Entidadede Agendamentodo MicrosoftGraph.

static final MicrosoftGraphScheduleEntityTheme WHITE

Valor estático em branco para o Tema da Entidadede Agendamentodo MicrosoftGraph.

static final MicrosoftGraphScheduleEntityTheme YELLOW

Valor estático amarelo para o Tema da Entidadede Agendamentodo MicrosoftGraph.

Resumo do Construtor

Construtor Description
MicrosoftGraphScheduleEntityTheme()

Preterido

Use o fromString(String name) método de fábrica.

Cria uma nova instância do valor tema da entidadede agendamentodo MicrosoftGraph.

Resumo do método

Modificador e tipo Método e descrição
static MicrosoftGraphScheduleEntityTheme fromString(String name)

Cria ou localiza um Tema de Entidadede Agendamentodo MicrosoftGraphde sua representação de cadeia de caracteres.

static Collection<MicrosoftGraphScheduleEntityTheme> values()

Obtém valores conhecidos de Tema de Entidadede Agendamentodo MicrosoftGraph.

Métodos herdados de ExpandableStringEnum

Métodos herdados de java.lang.Object

Detalhes do campo

BLUE

public static final MicrosoftGraphScheduleEntityTheme BLUE

Valor estático azul para MicrosoftGraphScheduleEntityTheme.

DARK_BLUE

public static final MicrosoftGraphScheduleEntityTheme DARK_BLUE

Valor estático darkBlue para MicrosoftGraphScheduleEntityTheme.

DARK_GREEN

public static final MicrosoftGraphScheduleEntityTheme DARK_GREEN

Valor estático darkGreen para MicrosoftGraphScheduleEntityTheme.

DARK_PINK

public static final MicrosoftGraphScheduleEntityTheme DARK_PINK

Valor estático darkPink para MicrosoftGraphScheduleEntityTheme.

DARK_PURPLE

public static final MicrosoftGraphScheduleEntityTheme DARK_PURPLE

Valor estático darkPurple para MicrosoftGraphScheduleEntityTheme.

DARK_YELLOW

public static final MicrosoftGraphScheduleEntityTheme DARK_YELLOW

Valor estático darkYellow para MicrosoftGraphScheduleEntityTheme.

GRAY

public static final MicrosoftGraphScheduleEntityTheme GRAY

Valor estático cinza para MicrosoftGraphScheduleEntityTheme.

GREEN

public static final MicrosoftGraphScheduleEntityTheme GREEN

Valor estático verde para MicrosoftGraphScheduleEntityTheme.

PINK

public static final MicrosoftGraphScheduleEntityTheme PINK

Valor estático rosa para MicrosoftGraphScheduleEntityTheme.

PURPLE

public static final MicrosoftGraphScheduleEntityTheme PURPLE

Valor estático roxo para MicrosoftGraphScheduleEntityTheme.

UNKNOWN_FUTURE_VALUE

public static final MicrosoftGraphScheduleEntityTheme UNKNOWN_FUTURE_VALUE

Valor estático unknownFutureValue para MicrosoftGraphScheduleEntityTheme.

WHITE

public static final MicrosoftGraphScheduleEntityTheme WHITE

O valor estático é branco para MicrosoftGraphScheduleEntityTheme.

YELLOW

public static final MicrosoftGraphScheduleEntityTheme YELLOW

Valor estático amarelo para MicrosoftGraphScheduleEntityTheme.

Detalhes do construtor

MicrosoftGraphScheduleEntityTheme

@Deprecated
public MicrosoftGraphScheduleEntityTheme()

Preterido

Use o fromString(String name) método de fábrica.

Cria uma nova instância do valor MicrosoftGraphScheduleEntityTheme.

Detalhes do método

fromString

public static MicrosoftGraphScheduleEntityTheme fromString(String name)

Cria ou localiza um MicrosoftGraphScheduleEntityTheme de sua representação de cadeia de caracteres.

Parameters:

name - um nome a ser buscado.

Returns:

o MicrosoftGraphScheduleEntityTheme correspondente.

values

public static Collection values()

Obtém valores conhecidos de MicrosoftGraphScheduleEntityTheme.

Returns:

valores conhecidos de MicrosoftGraphScheduleEntityTheme.

Aplica-se a