Uses of Class
odata.msgraph.client.beta.entity.PrinterShare.Builder
-
Packages that use PrinterShare.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of PrinterShare.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PrinterShare.Builder Modifier and Type Method Description PrinterShare.BuilderPrinterShare.Builder. allowAllUsers(Boolean allowAllUsers)static PrinterShare.BuilderPrinterShare. builderPrinterShare()Returns a builder which is used to create a new instance of this class (given that this class is immutable).PrinterShare.BuilderPrinterShare.Builder. capabilities(PrinterCapabilities capabilities)PrinterShare.BuilderPrinterShare.Builder. createdDateTime(OffsetDateTime createdDateTime)PrinterShare.BuilderPrinterShare.Builder. defaults(PrinterDefaults defaults)PrinterShare.BuilderPrinterShare.Builder. displayName(String displayName)PrinterShare.BuilderPrinterShare.Builder. id(String id)PrinterShare.BuilderPrinterShare.Builder. isAcceptingJobs(Boolean isAcceptingJobs)PrinterShare.BuilderPrinterShare.Builder. location(PrinterLocation location)PrinterShare.BuilderPrinterShare.Builder. manufacturer(String manufacturer)PrinterShare.BuilderPrinterShare.Builder. model(String model)PrinterShare.BuilderPrinterShare.Builder. name(String name)PrinterShare.BuilderPrinterShare.Builder. status(PrinterStatus status)
-