Class MicrosoftGraphOnenoteSourceService
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphOnenoteSourceService>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteSourceService
-
public final class MicrosoftGraphOnenoteSourceService extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphOnenoteSourceService>
Defines values for MicrosoftGraphOnenoteSourceService.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphOnenoteSourceService
ON_PREM_ONE_DRIVE_FOR_BUSINESS
Static value OnPremOneDriveForBusiness for MicrosoftGraphOnenoteSourceService.static MicrosoftGraphOnenoteSourceService
ONE_DRIVE
Static value OneDrive for MicrosoftGraphOnenoteSourceService.static MicrosoftGraphOnenoteSourceService
ONE_DRIVE_FOR_BUSINESS
Static value OneDriveForBusiness for MicrosoftGraphOnenoteSourceService.static MicrosoftGraphOnenoteSourceService
UNKNOWN
Static value Unknown for MicrosoftGraphOnenoteSourceService.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphOnenoteSourceService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphOnenoteSourceService
fromString(String name)
Creates or finds a MicrosoftGraphOnenoteSourceService from its string representation.static Collection<MicrosoftGraphOnenoteSourceService>
values()
-
-
-
Field Detail
-
UNKNOWN
public static final MicrosoftGraphOnenoteSourceService UNKNOWN
Static value Unknown for MicrosoftGraphOnenoteSourceService.
-
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.
-
-
Method Detail
-
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<MicrosoftGraphOnenoteSourceService> values()
- Returns:
- known MicrosoftGraphOnenoteSourceService values.
-
-