MicrosoftGraphOnlineMeetingPresenters Class

public final class MicrosoftGraphOnlineMeetingPresenters
extends ExpandableStringEnum<MicrosoftGraphOnlineMeetingPresenters>

onlineMeetingPresenters.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphOnlineMeetingPresenters EVERYONE

Static value everyone for MicrosoftGraphOnlineMeetingPresenters.

static final MicrosoftGraphOnlineMeetingPresenters ORGANIZATION

Static value organization for MicrosoftGraphOnlineMeetingPresenters.

static final MicrosoftGraphOnlineMeetingPresenters ORGANIZER

Static value organizer for MicrosoftGraphOnlineMeetingPresenters.

static final MicrosoftGraphOnlineMeetingPresenters ROLE_IS_PRESENTER

Static value roleIsPresenter for MicrosoftGraphOnlineMeetingPresenters.

static final MicrosoftGraphOnlineMeetingPresenters UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphOnlineMeetingPresenters.

Constructor Summary

Constructor Description
MicrosoftGraphOnlineMeetingPresenters()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphOnlineMeetingPresenters value.

Method Summary

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

Creates or finds a MicrosoftGraphOnlineMeetingPresenters from its string representation.

static Collection<MicrosoftGraphOnlineMeetingPresenters> values()

Gets known MicrosoftGraphOnlineMeetingPresenters values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EVERYONE

public static final MicrosoftGraphOnlineMeetingPresenters EVERYONE

Static value everyone for MicrosoftGraphOnlineMeetingPresenters.

ORGANIZATION

public static final MicrosoftGraphOnlineMeetingPresenters ORGANIZATION

Static value organization for MicrosoftGraphOnlineMeetingPresenters.

ORGANIZER

public static final MicrosoftGraphOnlineMeetingPresenters ORGANIZER

Static value organizer for MicrosoftGraphOnlineMeetingPresenters.

ROLE_IS_PRESENTER

public static final MicrosoftGraphOnlineMeetingPresenters ROLE_IS_PRESENTER

Static value roleIsPresenter for MicrosoftGraphOnlineMeetingPresenters.

UNKNOWN_FUTURE_VALUE

public static final MicrosoftGraphOnlineMeetingPresenters UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphOnlineMeetingPresenters.

Constructor Details

MicrosoftGraphOnlineMeetingPresenters

@Deprecated
public MicrosoftGraphOnlineMeetingPresenters()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphOnlineMeetingPresenters value.

Method Details

fromString

public static MicrosoftGraphOnlineMeetingPresenters fromString(String name)

Creates or finds a MicrosoftGraphOnlineMeetingPresenters from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphOnlineMeetingPresenters.

values

public static Collection values()

Gets known MicrosoftGraphOnlineMeetingPresenters values.

Returns:

known MicrosoftGraphOnlineMeetingPresenters values.

Applies to