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