Uses of Enum
com.microsoft.graph.models.PolicyPlatformType
Packages that use PolicyPlatformType
-
Uses of PolicyPlatformType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PolicyPlatformTypeModifier and TypeMethodDescriptionstatic PolicyPlatformTypeDeviceCompliancePolicySettingStateSummary.getPlatformType()Gets the platformType property value.DeviceCompliancePolicyState.getPlatformType()Gets the platformType property value.DeviceConfigurationState.getPlatformType()Gets the platformType property value.static PolicyPlatformTypeReturns 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.Methods in com.microsoft.graph.models with parameters of type PolicyPlatformTypeModifier and TypeMethodDescriptionvoidDeviceCompliancePolicySettingStateSummary.setPlatformType(PolicyPlatformType value) Sets the platformType property value.voidDeviceCompliancePolicyState.setPlatformType(PolicyPlatformType value) Sets the platformType property value.voidDeviceConfigurationState.setPlatformType(PolicyPlatformType value) Sets the platformType property value.