Uses of Class
odata.msgraph.client.beta.entity.PrintJob
-
Packages that use PrintJob Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of PrintJob in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PrintJob Modifier and Type Method Description PrintJobPrintJob.Builder. build()PrintJobPrintJob. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PrintJobPrintJob. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PrintJobPrintJob. withConfiguration(PrintJobConfiguration configuration)PrintJobPrintJob. withCreatedBy(UserIdentity createdBy)PrintJobPrintJob. withCreatedDateTime(OffsetDateTime createdDateTime)PrintJobPrintJob. withIsFetchable(Boolean isFetchable)PrintJobPrintJob. withRedirectedFrom(String redirectedFrom)PrintJobPrintJob. withRedirectedTo(String redirectedTo)PrintJobPrintJob. withStatus(PrintJobStatus status)PrintJobPrintJob. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type PrintJob Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PrintJob>PrintJob. redirect(String destinationPrinterId, PrintJobConfiguration configuration) -
Uses of PrintJob in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type PrintJob Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PrintJob>PrintJobRequest. redirect(String destinationPrinterId, PrintJobConfiguration configuration)
-