MicrosoftGraphOnenoteSourceService Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOnenoteSourceService
- com.
- com.
public final class MicrosoftGraphOnenoteSourceService
extends ExpandableStringEnum<MicrosoftGraphOnenoteSourceService>
onenoteSourceService.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
ONE_DRIVE
Static value One |
static final
Microsoft |
ONE_DRIVE_FOR_BUSINESS
Static value One |
static final
Microsoft |
ON_PREM_ONE_DRIVE_FOR_BUSINESS
Static value On |
static final
Microsoft |
UNKNOWN
Static value Unknown for Microsoft |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphOnenoteSourceService() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Microsoft |
fromString(String name)
Creates or finds a Microsoft |
static
Collection<Microsoft |
values()
Gets known Microsoft |
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
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:
Returns:
values
public static Collection
Gets known MicrosoftGraphOnenoteSourceService values.
Returns:
Applies to
Azure SDK for Java