MicrosoftGraphFreeBusyStatus Class

public final class MicrosoftGraphFreeBusyStatus
extends ExpandableStringEnum<MicrosoftGraphFreeBusyStatus>

freeBusyStatus.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphFreeBusyStatus BUSY

Static value busy for MicrosoftGraphFreeBusyStatus.

static final MicrosoftGraphFreeBusyStatus FREE

Static value free for MicrosoftGraphFreeBusyStatus.

static final MicrosoftGraphFreeBusyStatus OOF

Static value oof for MicrosoftGraphFreeBusyStatus.

static final MicrosoftGraphFreeBusyStatus TENTATIVE

Static value tentative for MicrosoftGraphFreeBusyStatus.

static final MicrosoftGraphFreeBusyStatus UNKNOWN

Static value unknown for MicrosoftGraphFreeBusyStatus.

static final MicrosoftGraphFreeBusyStatus WORKING_ELSEWHERE

Static value workingElsewhere for MicrosoftGraphFreeBusyStatus.

Constructor Summary

Constructor Description
MicrosoftGraphFreeBusyStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphFreeBusyStatus value.

Method Summary

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

Creates or finds a MicrosoftGraphFreeBusyStatus from its string representation.

static Collection<MicrosoftGraphFreeBusyStatus> values()

Gets known MicrosoftGraphFreeBusyStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BUSY

public static final MicrosoftGraphFreeBusyStatus BUSY

Static value busy for MicrosoftGraphFreeBusyStatus.

FREE

public static final MicrosoftGraphFreeBusyStatus FREE

Static value free for MicrosoftGraphFreeBusyStatus.

OOF

public static final MicrosoftGraphFreeBusyStatus OOF

Static value oof for MicrosoftGraphFreeBusyStatus.

TENTATIVE

public static final MicrosoftGraphFreeBusyStatus TENTATIVE

Static value tentative for MicrosoftGraphFreeBusyStatus.

UNKNOWN

public static final MicrosoftGraphFreeBusyStatus UNKNOWN

Static value unknown for MicrosoftGraphFreeBusyStatus.

WORKING_ELSEWHERE

public static final MicrosoftGraphFreeBusyStatus WORKING_ELSEWHERE

Static value workingElsewhere for MicrosoftGraphFreeBusyStatus.

Constructor Details

MicrosoftGraphFreeBusyStatus

@Deprecated
public MicrosoftGraphFreeBusyStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphFreeBusyStatus value.

Method Details

fromString

public static MicrosoftGraphFreeBusyStatus fromString(String name)

Creates or finds a MicrosoftGraphFreeBusyStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphFreeBusyStatus.

values

public static Collection values()

Gets known MicrosoftGraphFreeBusyStatus values.

Returns:

known MicrosoftGraphFreeBusyStatus values.

Applies to