Uses of Class
odata.msgraph.client.complex.IntegerRange
-
Packages that use IntegerRange Package Description odata.msgraph.client.complex -
-
Uses of IntegerRange in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as IntegerRange Modifier and Type Field Description protected IntegerRangePrinterCapabilities. copiesPerJobFields in odata.msgraph.client.complex with type parameters of type IntegerRange Modifier and Type Field Description protected List<IntegerRange>PrintJobConfiguration. pageRangesMethods in odata.msgraph.client.complex that return IntegerRange Modifier and Type Method Description IntegerRangeIntegerRange.Builder. build()IntegerRangeIntegerRange. withEnd(Long end)IntegerRangeIntegerRange. withStart(Long start)IntegerRangeIntegerRange. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type IntegerRange Modifier and Type Method Description Optional<IntegerRange>PrinterCapabilities. getCopiesPerJob()com.github.davidmoten.odata.client.CollectionPage<IntegerRange>PrintJobConfiguration. getPageRanges()com.github.davidmoten.odata.client.CollectionPage<IntegerRange>PrintJobConfiguration. getPageRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type IntegerRange Modifier and Type Method Description PrinterCapabilities.BuilderPrinterCapabilities.Builder. copiesPerJob(IntegerRange copiesPerJob)PrintJobConfiguration.BuilderPrintJobConfiguration.Builder. pageRanges(IntegerRange... pageRanges)PrinterCapabilitiesPrinterCapabilities. withCopiesPerJob(IntegerRange copiesPerJob)Method parameters in odata.msgraph.client.complex with type arguments of type IntegerRange Modifier and Type Method Description PrintJobConfiguration.BuilderPrintJobConfiguration.Builder. pageRanges(List<IntegerRange> pageRanges)
-