MicrosoftGraphOnlineMeetingRole Class

public final class MicrosoftGraphOnlineMeetingRole
extends ExpandableStringEnum<MicrosoftGraphOnlineMeetingRole>

onlineMeetingRole.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphOnlineMeetingRole ATTENDEE

Static value attendee for MicrosoftGraphOnlineMeetingRole.

static final MicrosoftGraphOnlineMeetingRole PRESENTER

Static value presenter for MicrosoftGraphOnlineMeetingRole.

static final MicrosoftGraphOnlineMeetingRole UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphOnlineMeetingRole.

Constructor Summary

Constructor Description
MicrosoftGraphOnlineMeetingRole()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphOnlineMeetingRole value.

Method Summary

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

Creates or finds a MicrosoftGraphOnlineMeetingRole from its string representation.

static Collection<MicrosoftGraphOnlineMeetingRole> values()

Gets known MicrosoftGraphOnlineMeetingRole values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ATTENDEE

public static final MicrosoftGraphOnlineMeetingRole ATTENDEE

Static value attendee for MicrosoftGraphOnlineMeetingRole.

PRESENTER

public static final MicrosoftGraphOnlineMeetingRole PRESENTER

Static value presenter for MicrosoftGraphOnlineMeetingRole.

UNKNOWN_FUTURE_VALUE

public static final MicrosoftGraphOnlineMeetingRole UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphOnlineMeetingRole.

Constructor Details

MicrosoftGraphOnlineMeetingRole

@Deprecated
public MicrosoftGraphOnlineMeetingRole()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphOnlineMeetingRole value.

Method Details

fromString

public static MicrosoftGraphOnlineMeetingRole fromString(String name)

Creates or finds a MicrosoftGraphOnlineMeetingRole from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphOnlineMeetingRole.

values

public static Collection values()

Gets known MicrosoftGraphOnlineMeetingRole values.

Returns:

known MicrosoftGraphOnlineMeetingRole values.

Applies to