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>
onenoteSourceService.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphOnenoteSourceServiceStatic value OnPremOneDriveForBusiness for MicrosoftGraphOnenoteSourceService.static final MicrosoftGraphOnenoteSourceServiceStatic value OneDrive for MicrosoftGraphOnenoteSourceService.static final MicrosoftGraphOnenoteSourceServiceStatic value OneDriveForBusiness for MicrosoftGraphOnenoteSourceService.static final MicrosoftGraphOnenoteSourceServiceStatic value Unknown for MicrosoftGraphOnenoteSourceService. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphOnenoteSourceService from its string representation.values()Gets known MicrosoftGraphOnenoteSourceService values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for MicrosoftGraphOnenoteSourceService. -
ONE_DRIVE
Static value OneDrive for MicrosoftGraphOnenoteSourceService. -
ONE_DRIVE_FOR_BUSINESS
Static value OneDriveForBusiness for MicrosoftGraphOnenoteSourceService. -
ON_PREM_ONE_DRIVE_FOR_BUSINESS
Static value OnPremOneDriveForBusiness for MicrosoftGraphOnenoteSourceService.
-
-
Constructor Details
-
MicrosoftGraphOnenoteSourceService
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphOnenoteSourceService value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphOnenoteSourceService from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphOnenoteSourceService.
-
values
Gets known MicrosoftGraphOnenoteSourceService values.- Returns:
- known MicrosoftGraphOnenoteSourceService values.
-
fromString(String)factory method.