MicrosoftGraphOnenoteUserRole Class

public final class MicrosoftGraphOnenoteUserRole
extends ExpandableStringEnum<MicrosoftGraphOnenoteUserRole>

onenoteUserRole.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphOnenoteUserRole CONTRIBUTOR

Static value Contributor for MicrosoftGraphOnenoteUserRole.

static final MicrosoftGraphOnenoteUserRole NONE

Static value None for MicrosoftGraphOnenoteUserRole.

static final MicrosoftGraphOnenoteUserRole OWNER

Static value Owner for MicrosoftGraphOnenoteUserRole.

static final MicrosoftGraphOnenoteUserRole READER

Static value Reader for MicrosoftGraphOnenoteUserRole.

Constructor Summary

Constructor Description
MicrosoftGraphOnenoteUserRole()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphOnenoteUserRole value.

Method Summary

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

Creates or finds a MicrosoftGraphOnenoteUserRole from its string representation.

static Collection<MicrosoftGraphOnenoteUserRole> values()

Gets known MicrosoftGraphOnenoteUserRole values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONTRIBUTOR

public static final MicrosoftGraphOnenoteUserRole CONTRIBUTOR

Static value Contributor for MicrosoftGraphOnenoteUserRole.

NONE

public static final MicrosoftGraphOnenoteUserRole NONE

Static value None for MicrosoftGraphOnenoteUserRole.

OWNER

public static final MicrosoftGraphOnenoteUserRole OWNER

Static value Owner for MicrosoftGraphOnenoteUserRole.

READER

public static final MicrosoftGraphOnenoteUserRole READER

Static value Reader for MicrosoftGraphOnenoteUserRole.

Constructor Details

MicrosoftGraphOnenoteUserRole

@Deprecated
public MicrosoftGraphOnenoteUserRole()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphOnenoteUserRole value.

Method Details

fromString

public static MicrosoftGraphOnenoteUserRole fromString(String name)

Creates or finds a MicrosoftGraphOnenoteUserRole from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphOnenoteUserRole.

values

public static Collection values()

Gets known MicrosoftGraphOnenoteUserRole values.

Returns:

known MicrosoftGraphOnenoteUserRole values.

Applies to