| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ManagedDeviceOwnerType |
AppleOwnerTypeEnrollmentType.ownerType |
protected ManagedDeviceOwnerType |
RetireScheduledManagedDevice.ownerType |
| Modifier and Type | Method and Description |
|---|---|
Optional<ManagedDeviceOwnerType> |
AppleOwnerTypeEnrollmentType.getOwnerType()
“The owner type.”
|
Optional<ManagedDeviceOwnerType> |
RetireScheduledManagedDevice.getOwnerType()
“Managed Device ManagedDeviceOwnerType”
|
| Modifier and Type | Method and Description |
|---|---|
AppleOwnerTypeEnrollmentType.Builder |
AppleOwnerTypeEnrollmentType.Builder.ownerType(ManagedDeviceOwnerType ownerType)
“The owner type.”
|
RetireScheduledManagedDevice.Builder |
RetireScheduledManagedDevice.Builder.ownerType(ManagedDeviceOwnerType ownerType)
“Managed Device ManagedDeviceOwnerType”
|
AppleOwnerTypeEnrollmentType |
AppleOwnerTypeEnrollmentType.withOwnerType(ManagedDeviceOwnerType ownerType)
Returns an immutable copy of
this with just the ownerType field
changed. |
RetireScheduledManagedDevice |
RetireScheduledManagedDevice.withOwnerType(ManagedDeviceOwnerType ownerType)
Returns an immutable copy of
this with just the ownerType field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected ManagedDeviceOwnerType |
ManagedDevice.managedDeviceOwnerType |
| Modifier and Type | Method and Description |
|---|---|
Optional<ManagedDeviceOwnerType> |
ManagedDevice.getManagedDeviceOwnerType()
“Ownership of the device.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsManagedDevice.Builder |
WindowsManagedDevice.Builder.managedDeviceOwnerType(ManagedDeviceOwnerType managedDeviceOwnerType) |
ManagedDevice.Builder |
ManagedDevice.Builder.managedDeviceOwnerType(ManagedDeviceOwnerType managedDeviceOwnerType)
“Ownership of the device.
|
ManagedDevice |
ManagedDevice.withManagedDeviceOwnerType(ManagedDeviceOwnerType managedDeviceOwnerType)
Returns an immutable copy of
this with just the managedDeviceOwnerType field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ManagedDeviceOwnerType |
ManagedDeviceOwnerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedDeviceOwnerType[] |
ManagedDeviceOwnerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.