Uses of Class
odata.msgraph.client.beta.complex.IntegerRange
-
Packages that use IntegerRange Package Description odata.msgraph.client.beta.complex -
-
Uses of IntegerRange in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as IntegerRange Modifier and Type Field Description protected IntegerRangePrinterCapabilities. copiesPerJobprotected IntegerRangePrinterCapabilities. supportedCopiesPerJobprotected IntegerRangePrinterCapabilities. supportedPagesPerSheetFields in odata.msgraph.client.beta.complex with type parameters of type IntegerRange Modifier and Type Field Description protected List<IntegerRange>PrinterDocumentConfiguration. pageRangesprotected List<IntegerRange>PrintJobConfiguration. pageRangesMethods in odata.msgraph.client.beta.complex that return IntegerRange Modifier and Type Method Description IntegerRangeIntegerRange.Builder. build()IntegerRangeIntegerRange. withEnd(Long end)IntegerRangeIntegerRange. withMaximum(Long maximum)IntegerRangeIntegerRange. withMinimum(Long minimum)IntegerRangeIntegerRange. withStart(Long start)IntegerRangeIntegerRange. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.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>PrinterDocumentConfiguration. getPageRanges()com.github.davidmoten.odata.client.CollectionPage<IntegerRange>PrinterDocumentConfiguration. getPageRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)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)Optional<IntegerRange>PrinterCapabilities. getSupportedCopiesPerJob()Optional<IntegerRange>PrinterCapabilities. getSupportedPagesPerSheet()Methods in odata.msgraph.client.beta.complex with parameters of type IntegerRange Modifier and Type Method Description PrinterCapabilities.BuilderPrinterCapabilities.Builder. copiesPerJob(IntegerRange copiesPerJob)PrinterDocumentConfiguration.BuilderPrinterDocumentConfiguration.Builder. pageRanges(IntegerRange... pageRanges)PrintJobConfiguration.BuilderPrintJobConfiguration.Builder. pageRanges(IntegerRange... pageRanges)PrinterCapabilities.BuilderPrinterCapabilities.Builder. supportedCopiesPerJob(IntegerRange supportedCopiesPerJob)PrinterCapabilities.BuilderPrinterCapabilities.Builder. supportedPagesPerSheet(IntegerRange supportedPagesPerSheet)PrinterCapabilitiesPrinterCapabilities. withCopiesPerJob(IntegerRange copiesPerJob)PrinterCapabilitiesPrinterCapabilities. withSupportedCopiesPerJob(IntegerRange supportedCopiesPerJob)PrinterCapabilitiesPrinterCapabilities. withSupportedPagesPerSheet(IntegerRange supportedPagesPerSheet)Method parameters in odata.msgraph.client.beta.complex with type arguments of type IntegerRange Modifier and Type Method Description PrinterDocumentConfiguration.BuilderPrinterDocumentConfiguration.Builder. pageRanges(List<IntegerRange> pageRanges)PrintJobConfiguration.BuilderPrintJobConfiguration.Builder. pageRanges(List<IntegerRange> pageRanges)
-