Class PrintQueueInfo.PrintQueueInfoBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.printqueueitem.PrintQueueInfo.PrintQueueInfoBuilder
Enclosing class:
PrintQueueInfo

public static class PrintQueueInfo.PrintQueueInfoBuilder extends Object
  • Method Details

    • mandt

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder mandt(@Nullable String mandt)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Mandt

      Returns:
      this.
    • qname

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder qname(@Nullable String qname)
      (Key Field) Constraints: Not nullable, Maximum length: 32

      Original property name from the Odata EDM: Qname

      Returns:
      this.
    • qdescription

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder qdescription(@Nullable String qdescription)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: Qdescription

      Returns:
      this.
    • qformat

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder qformat(@Nullable String qformat)
      Constraints: Not nullable, Maximum length: 51

      Original property name from the Odata EDM: Qformat

      Returns:
      this.
    • qformatDescript

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder qformatDescript(@Nullable String qformatDescript)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: QformatDescript

      Returns:
      this.
    • techUserName

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder techUserName(@Nullable String techUserName)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: TechUserName

      Returns:
      this.
    • qstatus

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder qstatus(@Nullable String qstatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: Qstatus

      Returns:
      this.
    • createTime

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder createTime(@Nullable LocalDateTime createTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreateTime

      Returns:
      this.
    • lastRetrieveTime

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder lastRetrieveTime(@Nullable LocalDateTime lastRetrieveTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastRetrieveTime

      Returns:
      this.
    • cleanupPrd

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder cleanupPrd(@Nullable Short cleanupPrd)
      Constraints: Not nullable

      Original property name from the Odata EDM: CleanupPrd

      Returns:
      this.
    • locationID

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder locationID(@Nullable String locationID)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: LocationID

      Returns:
      this.
    • locationIDType

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder locationIDType(@Nullable String locationIDType)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: LocationIDType

      Returns:
      this.
    • oMSType

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder oMSType(@Nullable Short oMSType)
      Constraints: Not nullable

      Original property name from the Odata EDM: OMSType

      Returns:
      this.
    • qparams

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder qparams(@Nullable String qparams)
      Constraints: Not nullable

      Original property name from the Odata EDM: Qparams

      Returns:
      this.
    • nrOfNewItems

      @Nonnull public PrintQueueInfo.PrintQueueInfoBuilder nrOfNewItems(@Nullable Short nrOfNewItems)
      Constraints: Not nullable

      Original property name from the Odata EDM: NrOfNewItems

      Returns:
      this.
    • build

      @Nonnull public PrintQueueInfo build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object