MicrosoftGraphScheduleChangeState Class

public final class MicrosoftGraphScheduleChangeState
extends ExpandableStringEnum<MicrosoftGraphScheduleChangeState>

scheduleChangeState.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphScheduleChangeState APPROVED

Static value approved for MicrosoftGraphScheduleChangeState.

static final MicrosoftGraphScheduleChangeState DECLINED

Static value declined for MicrosoftGraphScheduleChangeState.

static final MicrosoftGraphScheduleChangeState PENDING

Static value pending for MicrosoftGraphScheduleChangeState.

static final MicrosoftGraphScheduleChangeState UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphScheduleChangeState.

Constructor Summary

Constructor Description
MicrosoftGraphScheduleChangeState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphScheduleChangeState value.

Method Summary

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

Creates or finds a MicrosoftGraphScheduleChangeState from its string representation.

static Collection<MicrosoftGraphScheduleChangeState> values()

Gets known MicrosoftGraphScheduleChangeState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

APPROVED

public static final MicrosoftGraphScheduleChangeState APPROVED

Static value approved for MicrosoftGraphScheduleChangeState.

DECLINED

public static final MicrosoftGraphScheduleChangeState DECLINED

Static value declined for MicrosoftGraphScheduleChangeState.

PENDING

public static final MicrosoftGraphScheduleChangeState PENDING

Static value pending for MicrosoftGraphScheduleChangeState.

UNKNOWN_FUTURE_VALUE

public static final MicrosoftGraphScheduleChangeState UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphScheduleChangeState.

Constructor Details

MicrosoftGraphScheduleChangeState

@Deprecated
public MicrosoftGraphScheduleChangeState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphScheduleChangeState value.

Method Details

fromString

public static MicrosoftGraphScheduleChangeState fromString(String name)

Creates or finds a MicrosoftGraphScheduleChangeState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphScheduleChangeState.

values

public static Collection values()

Gets known MicrosoftGraphScheduleChangeState values.

Returns:

known MicrosoftGraphScheduleChangeState values.

Applies to