MicrosoftGraphOnenoteSourceService Class

public final class MicrosoftGraphOnenoteSourceService
extends ExpandableStringEnum<MicrosoftGraphOnenoteSourceService>

onenoteSourceService.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphOnenoteSourceService ONE_DRIVE

Static value OneDrive for MicrosoftGraphOnenoteSourceService.

static final MicrosoftGraphOnenoteSourceService ONE_DRIVE_FOR_BUSINESS

Static value OneDriveForBusiness for MicrosoftGraphOnenoteSourceService.

static final MicrosoftGraphOnenoteSourceService ON_PREM_ONE_DRIVE_FOR_BUSINESS

Static value OnPremOneDriveForBusiness for MicrosoftGraphOnenoteSourceService.

static final MicrosoftGraphOnenoteSourceService UNKNOWN

Static value Unknown for MicrosoftGraphOnenoteSourceService.

Constructor Summary

Constructor Description
MicrosoftGraphOnenoteSourceService()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphOnenoteSourceService value.

Method Summary

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

Creates or finds a MicrosoftGraphOnenoteSourceService from its string representation.

static Collection<MicrosoftGraphOnenoteSourceService> values()

Gets known MicrosoftGraphOnenoteSourceService values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ONE_DRIVE

public static final MicrosoftGraphOnenoteSourceService ONE_DRIVE

Static value OneDrive for MicrosoftGraphOnenoteSourceService.

ONE_DRIVE_FOR_BUSINESS

public static final MicrosoftGraphOnenoteSourceService ONE_DRIVE_FOR_BUSINESS

Static value OneDriveForBusiness for MicrosoftGraphOnenoteSourceService.

ON_PREM_ONE_DRIVE_FOR_BUSINESS

public static final MicrosoftGraphOnenoteSourceService ON_PREM_ONE_DRIVE_FOR_BUSINESS

Static value OnPremOneDriveForBusiness for MicrosoftGraphOnenoteSourceService.

UNKNOWN

public static final MicrosoftGraphOnenoteSourceService UNKNOWN

Static value Unknown for MicrosoftGraphOnenoteSourceService.

Constructor Details

MicrosoftGraphOnenoteSourceService

@Deprecated
public MicrosoftGraphOnenoteSourceService()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphOnenoteSourceService value.

Method Details

fromString

public static MicrosoftGraphOnenoteSourceService fromString(String name)

Creates or finds a MicrosoftGraphOnenoteSourceService from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphOnenoteSourceService.

values

public static Collection values()

Gets known MicrosoftGraphOnenoteSourceService values.

Returns:

known MicrosoftGraphOnenoteSourceService values.

Applies to