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