Uses of Class
odata.msgraph.client.complex.PrintJobStatus
-
Packages that use PrintJobStatus Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of PrintJobStatus in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return PrintJobStatus Modifier and Type Method Description PrintJobStatusPrintJobStatus.Builder. build()PrintJobStatusPrintJobStatus. withDescription(String description)PrintJobStatusPrintJobStatus. withIsAcquiredByPrinter(Boolean isAcquiredByPrinter)PrintJobStatusPrintJobStatus. withState(PrintJobProcessingState state)PrintJobStatusPrintJobStatus. withUnmappedField(String name, Object value) -
Uses of PrintJobStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PrintJobStatus Modifier and Type Field Description protected PrintJobStatusPrintJob. statusMethods in odata.msgraph.client.entity that return types with arguments of type PrintJobStatus Modifier and Type Method Description Optional<PrintJobStatus>PrintJob. getStatus()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PrintJobStatus>PrintJob. start()Methods in odata.msgraph.client.entity with parameters of type PrintJobStatus Modifier and Type Method Description PrintJob.BuilderPrintJob.Builder. status(PrintJobStatus status)PrintJobPrintJob. withStatus(PrintJobStatus status) -
Uses of PrintJobStatus in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type PrintJobStatus Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PrintJobStatus>PrintJobRequest. start()
-