MicrosoftGraphAttendeeType Class

public final class MicrosoftGraphAttendeeType
extends ExpandableStringEnum<MicrosoftGraphAttendeeType>

attendeeType.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphAttendeeType OPTIONAL

Static value optional for MicrosoftGraphAttendeeType.

static final MicrosoftGraphAttendeeType REQUIRED

Static value required for MicrosoftGraphAttendeeType.

static final MicrosoftGraphAttendeeType RESOURCE

Static value resource for MicrosoftGraphAttendeeType.

Constructor Summary

Constructor Description
MicrosoftGraphAttendeeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphAttendeeType value.

Method Summary

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

Creates or finds a MicrosoftGraphAttendeeType from its string representation.

static Collection<MicrosoftGraphAttendeeType> values()

Gets known MicrosoftGraphAttendeeType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

OPTIONAL

public static final MicrosoftGraphAttendeeType OPTIONAL

Static value optional for MicrosoftGraphAttendeeType.

REQUIRED

public static final MicrosoftGraphAttendeeType REQUIRED

Static value required for MicrosoftGraphAttendeeType.

RESOURCE

public static final MicrosoftGraphAttendeeType RESOURCE

Static value resource for MicrosoftGraphAttendeeType.

Constructor Details

MicrosoftGraphAttendeeType

@Deprecated
public MicrosoftGraphAttendeeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphAttendeeType value.

Method Details

fromString

public static MicrosoftGraphAttendeeType fromString(String name)

Creates or finds a MicrosoftGraphAttendeeType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphAttendeeType.

values

public static Collection values()

Gets known MicrosoftGraphAttendeeType values.

Returns:

known MicrosoftGraphAttendeeType values.

Applies to