Class PrintConnector

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.PrintConnector
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrintConnector extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Print Connector.
  • Field Details

    • appVersion

      @SerializedName(value="appVersion", alternate="AppVersion") @Expose @Nullable public String appVersion
      The App Version. The connector's version.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the connector.
    • fullyQualifiedDomainName

      @SerializedName(value="fullyQualifiedDomainName", alternate="FullyQualifiedDomainName") @Expose @Nullable public String fullyQualifiedDomainName
      The Fully Qualified Domain Name. The connector machine's hostname.
    • location

      @SerializedName(value="location", alternate="Location") @Expose @Nullable public PrinterLocation location
      The Location. The physical and/or organizational location of the connector.
    • operatingSystem

      @SerializedName(value="operatingSystem", alternate="OperatingSystem") @Expose @Nullable public String operatingSystem
      The Operating System. The connector machine's operating system version.
    • registeredDateTime

      @SerializedName(value="registeredDateTime", alternate="RegisteredDateTime") @Expose @Nullable public OffsetDateTime registeredDateTime
      The Registered Date Time. The DateTimeOffset when the connector was registered.
  • Constructor Details

    • PrintConnector

      public PrintConnector()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to