Class Print

java.lang.Object
com.microsoft.graph.models.Print
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class Print extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
  • Field Details

    • backingStore

      @Nonnull protected com.microsoft.kiota.store.BackingStore backingStore
      Stores model information.
  • Constructor Details

    • Print

      public Print()
      Instantiates a new Print and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static Print createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a Print
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getBackingStore

      @Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()
      Gets the backingStore property value. Stores model information.
      Specified by:
      getBackingStore in interface com.microsoft.kiota.store.BackedModel
      Returns:
      a BackingStore
    • getConnectors

      @Nullable public List<PrintConnector> getConnectors()
      Gets the connectors property value. The list of available print connectors.
      Returns:
      a List<PrintConnector>
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getOdataType

      @Nullable public String getOdataType()
      Gets the @odata.type property value. The OdataType property
      Returns:
      a String
    • getOperations

      @Nullable public List<PrintOperation> getOperations()
      Gets the operations property value. The list of print long running operations.
      Returns:
      a List<PrintOperation>
    • getPrinters

      @Nullable public List<Printer> getPrinters()
      Gets the printers property value. The list of printers registered in the tenant.
      Returns:
      a List<Printer>
    • getServices

      @Nullable public List<PrintService> getServices()
      Gets the services property value. The list of available Universal Print service endpoints.
      Returns:
      a List<PrintService>
    • getSettings

      @Nullable public PrintSettings getSettings()
      Gets the settings property value. Tenant-wide settings for the Universal Print service.
      Returns:
      a PrintSettings
    • getShares

      @Nullable public List<PrinterShare> getShares()
      Gets the shares property value. The list of printer shares registered in the tenant.
      Returns:
      a List<PrinterShare>
    • getTaskDefinitions

      @Nullable public List<PrintTaskDefinition> getTaskDefinitions()
      Gets the taskDefinitions property value. List of abstract definition for a task that can be triggered when various events occur within Universal Print.
      Returns:
      a List<PrintTaskDefinition>
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setBackingStore

      public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value)
      Sets the backingStore property value. Stores model information.
      Parameters:
      value - Value to set for the backingStore property.
    • setConnectors

      public void setConnectors(@Nullable List<PrintConnector> value)
      Sets the connectors property value. The list of available print connectors.
      Parameters:
      value - Value to set for the connectors property.
    • setOdataType

      public void setOdataType(@Nullable String value)
      Sets the @odata.type property value. The OdataType property
      Parameters:
      value - Value to set for the @odata.type property.
    • setOperations

      public void setOperations(@Nullable List<PrintOperation> value)
      Sets the operations property value. The list of print long running operations.
      Parameters:
      value - Value to set for the operations property.
    • setPrinters

      public void setPrinters(@Nullable List<Printer> value)
      Sets the printers property value. The list of printers registered in the tenant.
      Parameters:
      value - Value to set for the printers property.
    • setServices

      public void setServices(@Nullable List<PrintService> value)
      Sets the services property value. The list of available Universal Print service endpoints.
      Parameters:
      value - Value to set for the services property.
    • setSettings

      public void setSettings(@Nullable PrintSettings value)
      Sets the settings property value. Tenant-wide settings for the Universal Print service.
      Parameters:
      value - Value to set for the settings property.
    • setShares

      public void setShares(@Nullable List<PrinterShare> value)
      Sets the shares property value. The list of printer shares registered in the tenant.
      Parameters:
      value - Value to set for the shares property.
    • setTaskDefinitions

      public void setTaskDefinitions(@Nullable List<PrintTaskDefinition> value)
      Sets the taskDefinitions property value. List of abstract definition for a task that can be triggered when various events occur within Universal Print.
      Parameters:
      value - Value to set for the taskDefinitions property.