Uses of Class
odata.msgraph.client.entity.PrintService
-
Packages that use PrintService Package Description odata.msgraph.client.entity -
-
Uses of PrintService in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type PrintService Modifier and Type Field Description protected List<PrintService>Print. servicesMethods in odata.msgraph.client.entity that return PrintService Modifier and Type Method Description PrintServicePrintService.Builder. build()PrintServicePrintService. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PrintServicePrintService. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PrintServicePrintService. withEndpoints(List<PrintServiceEndpoint> endpoints)PrintServicePrintService. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type PrintService Modifier and Type Method Description Print.BuilderPrint.Builder. services(PrintService... services)Method parameters in odata.msgraph.client.entity with type arguments of type PrintService Modifier and Type Method Description Print.BuilderPrint.Builder. services(List<PrintService> services)PrintPrint. withServices(List<PrintService> services)
-