public static class PrintQueueInfo.PrintQueueInfoBuilder extends Object
Modifier and Type | Method and Description |
---|---|
PrintQueueInfo |
build() |
PrintQueueInfo.PrintQueueInfoBuilder |
cleanupPrd(Short cleanupPrd)
Constraints: Not nullable
|
PrintQueueInfo.PrintQueueInfoBuilder |
createTime(LocalDateTime createTime)
Constraints: Not nullable, Precision: 0
|
PrintQueueInfo.PrintQueueInfoBuilder |
lastRetrieveTime(LocalDateTime lastRetrieveTime)
Constraints: Not nullable, Precision: 0
|
PrintQueueInfo.PrintQueueInfoBuilder |
locationID(String locationID)
Constraints: Not nullable, Maximum length: 60
|
PrintQueueInfo.PrintQueueInfoBuilder |
locationIDType(String locationIDType)
Constraints: Not nullable, Maximum length: 3
|
PrintQueueInfo.PrintQueueInfoBuilder |
mandt(String mandt)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
PrintQueueInfo.PrintQueueInfoBuilder |
nrOfNewItems(Short nrOfNewItems)
Constraints: Not nullable
|
PrintQueueInfo.PrintQueueInfoBuilder |
oMSType(Short oMSType)
Constraints: Not nullable
|
PrintQueueInfo.PrintQueueInfoBuilder |
qdescription(String qdescription)
Constraints: Not nullable, Maximum length: 80
|
PrintQueueInfo.PrintQueueInfoBuilder |
qformat(String qformat)
Constraints: Not nullable, Maximum length: 51
|
PrintQueueInfo.PrintQueueInfoBuilder |
qformatDescript(String qformatDescript)
Constraints: Not nullable, Maximum length: 40
|
PrintQueueInfo.PrintQueueInfoBuilder |
qname(String qname)
(Key Field) Constraints: Not nullable, Maximum length: 32
|
PrintQueueInfo.PrintQueueInfoBuilder |
qparams(String qparams)
Constraints: Not nullable
|
PrintQueueInfo.PrintQueueInfoBuilder |
qstatus(String qstatus)
Constraints: Not nullable, Maximum length: 1
|
PrintQueueInfo.PrintQueueInfoBuilder |
techUserName(String techUserName)
Constraints: Not nullable, Maximum length: 12
|
String |
toString() |
@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder mandt(@Nullable String mandt)
Original property name from the Odata EDM: Mandt
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder qname(@Nullable String qname)
Original property name from the Odata EDM: Qname
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder qdescription(@Nullable String qdescription)
Original property name from the Odata EDM: Qdescription
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder qformat(@Nullable String qformat)
Original property name from the Odata EDM: Qformat
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder qformatDescript(@Nullable String qformatDescript)
Original property name from the Odata EDM: QformatDescript
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder techUserName(@Nullable String techUserName)
Original property name from the Odata EDM: TechUserName
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder qstatus(@Nullable String qstatus)
Original property name from the Odata EDM: Qstatus
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder createTime(@Nullable LocalDateTime createTime)
Original property name from the Odata EDM: CreateTime
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder lastRetrieveTime(@Nullable LocalDateTime lastRetrieveTime)
Original property name from the Odata EDM: LastRetrieveTime
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder cleanupPrd(@Nullable Short cleanupPrd)
Original property name from the Odata EDM: CleanupPrd
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder locationID(@Nullable String locationID)
Original property name from the Odata EDM: LocationID
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder locationIDType(@Nullable String locationIDType)
Original property name from the Odata EDM: LocationIDType
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder oMSType(@Nullable Short oMSType)
Original property name from the Odata EDM: OMSType
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder qparams(@Nullable String qparams)
Original property name from the Odata EDM: Qparams
this
.@Nonnull public PrintQueueInfo.PrintQueueInfoBuilder nrOfNewItems(@Nullable Short nrOfNewItems)
Original property name from the Odata EDM: NrOfNewItems
this
.@Nonnull public PrintQueueInfo build()
Copyright © 2021 SAP SE. All rights reserved.