Uses of Class
odata.msgraph.client.beta.enums.PolicyPlatformType
-
Packages that use PolicyPlatformType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.enums -
-
Uses of PolicyPlatformType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as PolicyPlatformType Modifier and Type Field Description protected PolicyPlatformTypeDeviceCompliancePolicySettingStateSummary. platformTypeprotected PolicyPlatformTypeDeviceCompliancePolicyState. platformTypeprotected PolicyPlatformTypeDeviceConfigurationState. platformTypeprotected PolicyPlatformTypeDeviceManagementTemplate. platformTypeprotected PolicyPlatformTypeManagedDeviceMobileAppConfigurationState. platformTypeprotected PolicyPlatformTypeRestrictedAppsViolation. platformTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type PolicyPlatformType Modifier and Type Method Description Optional<PolicyPlatformType>DeviceCompliancePolicySettingStateSummary. getPlatformType()“Setting platform”Optional<PolicyPlatformType>DeviceCompliancePolicyState. getPlatformType()“Platform type that the policy applies to”Optional<PolicyPlatformType>DeviceConfigurationState. getPlatformType()“Platform type that the policy applies to”Optional<PolicyPlatformType>DeviceManagementTemplate. getPlatformType()“The template's platform.”Optional<PolicyPlatformType>ManagedDeviceMobileAppConfigurationState. getPlatformType()“Platform type that the policy applies to”Optional<PolicyPlatformType>RestrictedAppsViolation. getPlatformType()“Platform type”Methods in odata.msgraph.client.beta.entity with parameters of type PolicyPlatformType Modifier and Type Method Description DeviceCompliancePolicySettingStateSummary.BuilderDeviceCompliancePolicySettingStateSummary.Builder. platformType(PolicyPlatformType platformType)“Setting platform”DeviceCompliancePolicyState.BuilderDeviceCompliancePolicyState.Builder. platformType(PolicyPlatformType platformType)“Platform type that the policy applies to”DeviceConfigurationState.BuilderDeviceConfigurationState.Builder. platformType(PolicyPlatformType platformType)“Platform type that the policy applies to”DeviceManagementTemplate.BuilderDeviceManagementTemplate.Builder. platformType(PolicyPlatformType platformType)“The template's platform.”ManagedDeviceMobileAppConfigurationState.BuilderManagedDeviceMobileAppConfigurationState.Builder. platformType(PolicyPlatformType platformType)“Platform type that the policy applies to”RestrictedAppsViolation.BuilderRestrictedAppsViolation.Builder. platformType(PolicyPlatformType platformType)“Platform type”SecurityBaselineTemplate.BuilderSecurityBaselineTemplate.Builder. platformType(PolicyPlatformType platformType)DeviceCompliancePolicySettingStateSummaryDeviceCompliancePolicySettingStateSummary. withPlatformType(PolicyPlatformType platformType)Returns an immutable copy ofthiswith just theplatformTypefield changed.DeviceCompliancePolicyStateDeviceCompliancePolicyState. withPlatformType(PolicyPlatformType platformType)Returns an immutable copy ofthiswith just theplatformTypefield changed.DeviceConfigurationStateDeviceConfigurationState. withPlatformType(PolicyPlatformType platformType)Returns an immutable copy ofthiswith just theplatformTypefield changed.DeviceManagementTemplateDeviceManagementTemplate. withPlatformType(PolicyPlatformType platformType)Returns an immutable copy ofthiswith just theplatformTypefield changed.ManagedDeviceMobileAppConfigurationStateManagedDeviceMobileAppConfigurationState. withPlatformType(PolicyPlatformType platformType)Returns an immutable copy ofthiswith just theplatformTypefield changed.RestrictedAppsViolationRestrictedAppsViolation. withPlatformType(PolicyPlatformType platformType)Returns an immutable copy ofthiswith just theplatformTypefield changed. -
Uses of PolicyPlatformType in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type PolicyPlatformType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceManagementResourceAccessProfileBase>DeviceManagementResourceAccessProfileBaseCollectionRequest. queryByPlatformType(PolicyPlatformType platformType) -
Uses of PolicyPlatformType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PolicyPlatformType Modifier and Type Method Description static PolicyPlatformTypePolicyPlatformType. 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.
-