Uses of Class
odata.msgraph.client.beta.complex.OperatingSystemVersionRange
-
Packages that use OperatingSystemVersionRange Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of OperatingSystemVersionRange in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return OperatingSystemVersionRange Modifier and Type Method Description OperatingSystemVersionRangeOperatingSystemVersionRange.Builder. build()OperatingSystemVersionRangeOperatingSystemVersionRange. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.OperatingSystemVersionRangeOperatingSystemVersionRange. withHighestVersion(String highestVersion)Returns an immutable copy ofthiswith just thehighestVersionfield changed.OperatingSystemVersionRangeOperatingSystemVersionRange. withLowestVersion(String lowestVersion)Returns an immutable copy ofthiswith just thelowestVersionfield changed.OperatingSystemVersionRangeOperatingSystemVersionRange. withUnmappedField(String name, String value) -
Uses of OperatingSystemVersionRange in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type OperatingSystemVersionRange Modifier and Type Field Description protected List<OperatingSystemVersionRange>Windows10CompliancePolicy. validOperatingSystemBuildRangesprotected List<OperatingSystemVersionRange>Windows10MobileCompliancePolicy. validOperatingSystemBuildRangesMethods in odata.msgraph.client.beta.entity that return types with arguments of type OperatingSystemVersionRange Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<OperatingSystemVersionRange>Windows10CompliancePolicy. getValidOperatingSystemBuildRanges()“The valid operating system build ranges on Windows devices.com.github.davidmoten.odata.client.CollectionPage<OperatingSystemVersionRange>Windows10CompliancePolicy. getValidOperatingSystemBuildRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)“The valid operating system build ranges on Windows devices.com.github.davidmoten.odata.client.CollectionPage<OperatingSystemVersionRange>Windows10MobileCompliancePolicy. getValidOperatingSystemBuildRanges()“The valid operating system build ranges on Windows devices.com.github.davidmoten.odata.client.CollectionPage<OperatingSystemVersionRange>Windows10MobileCompliancePolicy. getValidOperatingSystemBuildRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)“The valid operating system build ranges on Windows devices.Methods in odata.msgraph.client.beta.entity with parameters of type OperatingSystemVersionRange Modifier and Type Method Description Windows10CompliancePolicy.BuilderWindows10CompliancePolicy.Builder. validOperatingSystemBuildRanges(OperatingSystemVersionRange... validOperatingSystemBuildRanges)“The valid operating system build ranges on Windows devices.Windows10MobileCompliancePolicy.BuilderWindows10MobileCompliancePolicy.Builder. validOperatingSystemBuildRanges(OperatingSystemVersionRange... validOperatingSystemBuildRanges)“The valid operating system build ranges on Windows devices.Method parameters in odata.msgraph.client.beta.entity with type arguments of type OperatingSystemVersionRange Modifier and Type Method Description Windows10CompliancePolicy.BuilderWindows10CompliancePolicy.Builder. validOperatingSystemBuildRanges(List<OperatingSystemVersionRange> validOperatingSystemBuildRanges)“The valid operating system build ranges on Windows devices.Windows10MobileCompliancePolicy.BuilderWindows10MobileCompliancePolicy.Builder. validOperatingSystemBuildRanges(List<OperatingSystemVersionRange> validOperatingSystemBuildRanges)“The valid operating system build ranges on Windows devices.Windows10CompliancePolicyWindows10CompliancePolicy. withValidOperatingSystemBuildRanges(List<OperatingSystemVersionRange> validOperatingSystemBuildRanges)Returns an immutable copy ofthiswith just thevalidOperatingSystemBuildRangesfield changed.Windows10MobileCompliancePolicyWindows10MobileCompliancePolicy. withValidOperatingSystemBuildRanges(List<OperatingSystemVersionRange> validOperatingSystemBuildRanges)Returns an immutable copy ofthiswith just thevalidOperatingSystemBuildRangesfield changed.
-