| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceManagementPartnerAppType |
DeviceManagementPartner.partnerAppType |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceManagementPartnerAppType> |
DeviceManagementPartner.getPartnerAppType()
“Partner App type”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementPartner.Builder |
DeviceManagementPartner.Builder.partnerAppType(DeviceManagementPartnerAppType partnerAppType)
“Partner App type”
|
DeviceManagementPartner |
DeviceManagementPartner.withPartnerAppType(DeviceManagementPartnerAppType partnerAppType)
Returns an immutable copy of
this with just the partnerAppType
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementPartnerAppType |
DeviceManagementPartnerAppType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementPartnerAppType[] |
DeviceManagementPartnerAppType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.