MicrosoftGraphManagedDeviceOwnerType Class

public final class MicrosoftGraphManagedDeviceOwnerType
extends ExpandableStringEnum<MicrosoftGraphManagedDeviceOwnerType>

managedDeviceOwnerType.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphManagedDeviceOwnerType COMPANY

Static value company for MicrosoftGraphManagedDeviceOwnerType.

static final MicrosoftGraphManagedDeviceOwnerType PERSONAL

Static value personal for MicrosoftGraphManagedDeviceOwnerType.

static final MicrosoftGraphManagedDeviceOwnerType UNKNOWN

Static value unknown for MicrosoftGraphManagedDeviceOwnerType.

Constructor Summary

Constructor Description
MicrosoftGraphManagedDeviceOwnerType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphManagedDeviceOwnerType value.

Method Summary

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

Creates or finds a MicrosoftGraphManagedDeviceOwnerType from its string representation.

static Collection<MicrosoftGraphManagedDeviceOwnerType> values()

Gets known MicrosoftGraphManagedDeviceOwnerType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

COMPANY

public static final MicrosoftGraphManagedDeviceOwnerType COMPANY

Static value company for MicrosoftGraphManagedDeviceOwnerType.

PERSONAL

public static final MicrosoftGraphManagedDeviceOwnerType PERSONAL

Static value personal for MicrosoftGraphManagedDeviceOwnerType.

UNKNOWN

public static final MicrosoftGraphManagedDeviceOwnerType UNKNOWN

Static value unknown for MicrosoftGraphManagedDeviceOwnerType.

Constructor Details

MicrosoftGraphManagedDeviceOwnerType

@Deprecated
public MicrosoftGraphManagedDeviceOwnerType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphManagedDeviceOwnerType value.

Method Details

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 values()

Gets known MicrosoftGraphManagedDeviceOwnerType values.

Returns:

known MicrosoftGraphManagedDeviceOwnerType values.

Applies to