Package com.microsoft.graph.models
Class Print
java.lang.Object
com.microsoft.graph.models.Print
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Print.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Connectors.the OData type of the object as returned by the serviceThe Operations.The Printers.The Services.The Settings.The Shares.The Task Definitions. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
settings
@SerializedName(value="settings", alternate="Settings") @Expose @Nullable public PrintSettings settingsThe Settings. Tenant-wide settings for the Universal Print service. -
connectors
@SerializedName(value="connectors", alternate="Connectors") @Expose @Nullable public PrintConnectorCollectionPage connectorsThe Connectors. The list of available print connectors. -
operations
@SerializedName(value="operations", alternate="Operations") @Expose @Nullable public PrintOperationCollectionPage operationsThe Operations. The list of print long running operations. -
printers
@SerializedName(value="printers", alternate="Printers") @Expose @Nullable public PrinterCollectionPage printersThe Printers. The list of printers registered in the tenant. -
services
@SerializedName(value="services", alternate="Services") @Expose @Nullable public PrintServiceCollectionPage servicesThe Services. The list of available Universal Print service endpoints. -
taskDefinitions
@SerializedName(value="taskDefinitions", alternate="TaskDefinitions") @Expose @Nullable public PrintTaskDefinitionCollectionPage taskDefinitionsThe Task Definitions. List of abstract definition for a task that can be triggered when various events occur within Universal Print.
-
-
Constructor Details
-
Print
public Print()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-