Class MicrosoftGraphManagedDeviceOwnerType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphManagedDeviceOwnerType>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphManagedDeviceOwnerType
-
public final class MicrosoftGraphManagedDeviceOwnerType extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphManagedDeviceOwnerType>
Defines values for MicrosoftGraphManagedDeviceOwnerType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphManagedDeviceOwnerTypeCOMPANYStatic value company for MicrosoftGraphManagedDeviceOwnerType.static MicrosoftGraphManagedDeviceOwnerTypePERSONALStatic value personal for MicrosoftGraphManagedDeviceOwnerType.static MicrosoftGraphManagedDeviceOwnerTypeUNKNOWNStatic value unknown for MicrosoftGraphManagedDeviceOwnerType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphManagedDeviceOwnerType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphManagedDeviceOwnerTypefromString(String name)Creates or finds a MicrosoftGraphManagedDeviceOwnerType from its string representation.static Collection<MicrosoftGraphManagedDeviceOwnerType>values()
-
-
-
Field Detail
-
UNKNOWN
public static final MicrosoftGraphManagedDeviceOwnerType UNKNOWN
Static value unknown for MicrosoftGraphManagedDeviceOwnerType.
-
COMPANY
public static final MicrosoftGraphManagedDeviceOwnerType COMPANY
Static value company for MicrosoftGraphManagedDeviceOwnerType.
-
PERSONAL
public static final MicrosoftGraphManagedDeviceOwnerType PERSONAL
Static value personal for MicrosoftGraphManagedDeviceOwnerType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphManagedDeviceOwnerType fromString(String name)
Creates or finds a MicrosoftGraphManagedDeviceOwnerType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphManagedDeviceOwnerType.
-
values
public static Collection<MicrosoftGraphManagedDeviceOwnerType> values()
- Returns:
- known MicrosoftGraphManagedDeviceOwnerType values.
-
-