Uses of Class
odata.msgraph.client.beta.entity.PrintOperation
-
Packages that use PrintOperation Package Description odata.msgraph.client.beta.entity -
-
Uses of PrintOperation in odata.msgraph.client.beta.entity
Subclasses of PrintOperation in odata.msgraph.client.beta.entity Modifier and Type Class Description classPrinterCreateOperationMethods in odata.msgraph.client.beta.entity that return PrintOperation Modifier and Type Method Description PrintOperationPrintOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PrintOperationPrintOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PrintOperationPrintOperation. withCreatedDateTime(OffsetDateTime createdDateTime)PrintOperationPrintOperation. withStatus(PrintOperationStatus status)PrintOperationPrintOperation. withUnmappedField(String name, String value)
-