| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected PolicyPlatformType |
DeviceConfigurationState.platformType |
protected PolicyPlatformType |
DeviceCompliancePolicyState.platformType |
protected PolicyPlatformType |
ManagedDeviceMobileAppConfigurationState.platformType |
protected PolicyPlatformType |
DeviceManagementTemplate.platformType |
protected PolicyPlatformType |
DeviceCompliancePolicySettingStateSummary.platformType |
protected PolicyPlatformType |
RestrictedAppsViolation.platformType |
| Modifier and Type | Method and Description |
|---|---|
Optional<PolicyPlatformType> |
DeviceConfigurationState.getPlatformType()
“Platform type that the policy applies to”
|
Optional<PolicyPlatformType> |
DeviceCompliancePolicyState.getPlatformType()
“Platform type that the policy applies to”
|
Optional<PolicyPlatformType> |
ManagedDeviceMobileAppConfigurationState.getPlatformType()
“Platform type that the policy applies to”
|
Optional<PolicyPlatformType> |
DeviceManagementTemplate.getPlatformType()
“The template's platform.”
|
Optional<PolicyPlatformType> |
DeviceCompliancePolicySettingStateSummary.getPlatformType()
“Setting platform”
|
Optional<PolicyPlatformType> |
RestrictedAppsViolation.getPlatformType()
“Platform type”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceConfigurationState.Builder |
DeviceConfigurationState.Builder.platformType(PolicyPlatformType platformType)
“Platform type that the policy applies to”
|
DeviceCompliancePolicyState.Builder |
DeviceCompliancePolicyState.Builder.platformType(PolicyPlatformType platformType)
“Platform type that the policy applies to”
|
ManagedDeviceMobileAppConfigurationState.Builder |
ManagedDeviceMobileAppConfigurationState.Builder.platformType(PolicyPlatformType platformType)
“Platform type that the policy applies to”
|
DeviceManagementTemplate.Builder |
DeviceManagementTemplate.Builder.platformType(PolicyPlatformType platformType)
“The template's platform.”
|
DeviceCompliancePolicySettingStateSummary.Builder |
DeviceCompliancePolicySettingStateSummary.Builder.platformType(PolicyPlatformType platformType)
“Setting platform”
|
SecurityBaselineTemplate.Builder |
SecurityBaselineTemplate.Builder.platformType(PolicyPlatformType platformType) |
RestrictedAppsViolation.Builder |
RestrictedAppsViolation.Builder.platformType(PolicyPlatformType platformType)
“Platform type”
|
DeviceConfigurationState |
DeviceConfigurationState.withPlatformType(PolicyPlatformType platformType)
Returns an immutable copy of
this with just the platformType
field changed. |
DeviceCompliancePolicyState |
DeviceCompliancePolicyState.withPlatformType(PolicyPlatformType platformType)
Returns an immutable copy of
this with just the platformType
field changed. |
ManagedDeviceMobileAppConfigurationState |
ManagedDeviceMobileAppConfigurationState.withPlatformType(PolicyPlatformType platformType)
Returns an immutable copy of
this with just the platformType
field changed. |
DeviceManagementTemplate |
DeviceManagementTemplate.withPlatformType(PolicyPlatformType platformType)
Returns an immutable copy of
this with just the platformType
field changed. |
DeviceCompliancePolicySettingStateSummary |
DeviceCompliancePolicySettingStateSummary.withPlatformType(PolicyPlatformType platformType)
Returns an immutable copy of
this with just the platformType
field changed. |
RestrictedAppsViolation |
RestrictedAppsViolation.withPlatformType(PolicyPlatformType platformType)
Returns an immutable copy of
this with just the platformType
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static PolicyPlatformType |
PolicyPlatformType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyPlatformType[] |
PolicyPlatformType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.