Class PrintQueueInfo
Original entity name from the Odata EDM: PrintQueueInfo
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PrintQueueInfoSelectableSelector for all available fields of PrintQueueInfo.static final PrintQueueInfoField<Short>Use with available fluent helpers to apply the CleanupPrd field to query operations.static final PrintQueueInfoField<LocalDateTime>Use with available fluent helpers to apply the CreateTime field to query operations.static final PrintQueueInfoField<LocalDateTime>Use with available fluent helpers to apply the LastRetrieveTime field to query operations.static final PrintQueueInfoField<String>Use with available fluent helpers to apply the LocationID field to query operations.static final PrintQueueInfoField<String>Use with available fluent helpers to apply the LocationIDType field to query operations.static final PrintQueueInfoField<String>Use with available fluent helpers to apply the Mandt field to query operations.static final PrintQueueInfoField<Short>Use with available fluent helpers to apply the NrOfNewItems field to query operations.static final PrintQueueInfoField<Short>Use with available fluent helpers to apply the OMSType field to query operations.static final PrintQueueInfoField<String>Use with available fluent helpers to apply the Qdescription field to query operations.static final PrintQueueInfoField<String>Use with available fluent helpers to apply the Qformat field to query operations.static final PrintQueueInfoField<String>Use with available fluent helpers to apply the QformatDescript field to query operations.static final PrintQueueInfoField<String>Use with available fluent helpers to apply the Qname field to query operations.static final PrintQueueInfoField<String>Use with available fluent helpers to apply the Qparams field to query operations.static final PrintQueueInfoField<String>Use with available fluent helpers to apply the Qstatus field to query operations.static final PrintQueueInfoField<String>Use with available fluent helpers to apply the TechUserName field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionPrintQueueInfo(String mandt, String qname, String qdescription, String qformat, String qformatDescript, String techUserName, String qstatus, LocalDateTime createTime, LocalDateTime lastRetrieveTime, Short cleanupPrd, String locationID, String locationIDType, Short oMSType, String qparams, Short nrOfNewItems) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
PrintQueueInfoField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> PrintQueueInfoField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullableConstraints: Not nullable, Precision: 0protected Stringprotected StringgetKey()Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 60Constraints: Not nullable, Maximum length: 3getMandt()(Key Field) Constraints: Not nullable, Maximum length: 3Constraints: Not nullableConstraints: Not nullableConstraints: Not nullable, Maximum length: 80Constraints: Not nullable, Maximum length: 51Constraints: Not nullable, Maximum length: 40getQname()(Key Field) Constraints: Not nullable, Maximum length: 32Constraints: Not nullableConstraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 12getType()inthashCode()voidsetCleanupPrd(Short cleanupPrd) Constraints: Not nullablevoidsetCreateTime(LocalDateTime createTime) Constraints: Not nullable, Precision: 0voidsetLastRetrieveTime(LocalDateTime lastRetrieveTime) Constraints: Not nullable, Precision: 0voidsetLocationID(String locationID) Constraints: Not nullable, Maximum length: 60voidsetLocationIDType(String locationIDType) Constraints: Not nullable, Maximum length: 3void(Key Field) Constraints: Not nullable, Maximum length: 3voidsetNrOfNewItems(Short nrOfNewItems) Constraints: Not nullablevoidsetOMSType(Short oMSType) Constraints: Not nullablevoidsetQdescription(String qdescription) Constraints: Not nullable, Maximum length: 80voidsetQformat(String qformat) Constraints: Not nullable, Maximum length: 51voidsetQformatDescript(String qformatDescript) Constraints: Not nullable, Maximum length: 40void(Key Field) Constraints: Not nullable, Maximum length: 32voidsetQparams(String qparams) Constraints: Not nullablevoidsetQstatus(String qstatus) Constraints: Not nullable, Maximum length: 1protected voidsetServicePathForFetch(String servicePathForFetch) voidsetTechUserName(String techUserName) Constraints: Not nullable, Maximum length: 12toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of PrintQueueInfo. -
MANDT
Use with available fluent helpers to apply the Mandt field to query operations. -
QNAME
Use with available fluent helpers to apply the Qname field to query operations. -
QDESCRIPTION
Use with available fluent helpers to apply the Qdescription field to query operations. -
QFORMAT
Use with available fluent helpers to apply the Qformat field to query operations. -
QFORMAT_DESCRIPT
Use with available fluent helpers to apply the QformatDescript field to query operations. -
TECH_USER_NAME
Use with available fluent helpers to apply the TechUserName field to query operations. -
QSTATUS
Use with available fluent helpers to apply the Qstatus field to query operations. -
CREATE_TIME
Use with available fluent helpers to apply the CreateTime field to query operations. -
LAST_RETRIEVE_TIME
Use with available fluent helpers to apply the LastRetrieveTime field to query operations. -
CLEANUP_PRD
Use with available fluent helpers to apply the CleanupPrd field to query operations. -
LOCATION_ID
Use with available fluent helpers to apply the LocationID field to query operations. -
LOCATION_ID_TYPE
Use with available fluent helpers to apply the LocationIDType field to query operations. -
OMS_TYPE
Use with available fluent helpers to apply the OMSType field to query operations. -
QPARAMS
Use with available fluent helpers to apply the Qparams field to query operations. -
NR_OF_NEW_ITEMS
Use with available fluent helpers to apply the NrOfNewItems field to query operations.
-
-
Constructor Details
-
PrintQueueInfo
public PrintQueueInfo() -
PrintQueueInfo
public PrintQueueInfo(@Nullable String mandt, @Nullable String qname, @Nullable String qdescription, @Nullable String qformat, @Nullable String qformatDescript, @Nullable String techUserName, @Nullable String qstatus, @Nullable LocalDateTime createTime, @Nullable LocalDateTime lastRetrieveTime, @Nullable Short cleanupPrd, @Nullable String locationID, @Nullable String locationIDType, @Nullable Short oMSType, @Nullable String qparams, @Nullable Short nrOfNewItems)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<PrintQueueInfo>
-
setMandt
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Mandt
- Parameters:
mandt- Client
-
setQname
(Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: Qname
- Parameters:
qname- Unique ID of a Queue
-
setQdescription
Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: Qdescription
- Parameters:
qdescription- Queue Description
-
setQformat
Constraints: Not nullable, Maximum length: 51Original property name from the Odata EDM: Qformat
- Parameters:
qformat- Technical Format ID
-
setQformatDescript
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: QformatDescript
- Parameters:
qformatDescript- Queue Format
-
setTechUserName
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: TechUserName
- Parameters:
techUserName- Technical User
-
setQstatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Qstatus
- Parameters:
qstatus- Queue Status
-
setCreateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreateTime
- Parameters:
createTime- Create time
-
setLastRetrieveTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastRetrieveTime
- Parameters:
lastRetrieveTime- Time of last retr.
-
setCleanupPrd
Constraints: Not nullableOriginal property name from the Odata EDM: CleanupPrd
- Parameters:
cleanupPrd- Cleanup Queue Items
-
setLocationID
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: LocationID
- Parameters:
locationID- Location ID
-
setLocationIDType
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: LocationIDType
- Parameters:
locationIDType- Location ID Type
-
setOMSType
Constraints: Not nullableOriginal property name from the Odata EDM: OMSType
- Parameters:
oMSType- OMS Type
-
setQparams
Constraints: Not nullableOriginal property name from the Odata EDM: Qparams
- Parameters:
qparams- Print Parameter
-
setNrOfNewItems
Constraints: Not nullableOriginal property name from the Odata EDM: NrOfNewItems
- Parameters:
nrOfNewItems- Number of Item
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<PrintQueueInfo>
-
getKey
- Overrides:
getKeyin classVdmObject<PrintQueueInfo>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<PrintQueueInfo>
-
fromMap
- Overrides:
fromMapin classVdmObject<PrintQueueInfo>
-
field
@Nonnull public static <T> PrintQueueInfoField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> PrintQueueInfoField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<PrintQueueInfo>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<PrintQueueInfo>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<PrintQueueInfo>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<PrintQueueInfo>
-
builder
-
getMandt
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Mandt
- Returns:
- Client
-
getQname
(Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: Qname
- Returns:
- Unique ID of a Queue
-
getQdescription
Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: Qdescription
- Returns:
- Queue Description
-
getQformat
Constraints: Not nullable, Maximum length: 51Original property name from the Odata EDM: Qformat
- Returns:
- Technical Format ID
-
getQformatDescript
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: QformatDescript
- Returns:
- Queue Format
-
getTechUserName
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: TechUserName
- Returns:
- Technical User
-
getQstatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Qstatus
- Returns:
- Queue Status
-
getCreateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreateTime
- Returns:
- Create time
-
getLastRetrieveTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastRetrieveTime
- Returns:
- Time of last retr.
-
getCleanupPrd
Constraints: Not nullableOriginal property name from the Odata EDM: CleanupPrd
- Returns:
- Cleanup Queue Items
-
getLocationID
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: LocationID
- Returns:
- Location ID
-
getLocationIDType
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: LocationIDType
- Returns:
- Location ID Type
-
getOMSType
Constraints: Not nullableOriginal property name from the Odata EDM: OMSType
- Returns:
- OMS Type
-
getQparams
Constraints: Not nullableOriginal property name from the Odata EDM: Qparams
- Returns:
- Print Parameter
-
getNrOfNewItems
Constraints: Not nullableOriginal property name from the Odata EDM: NrOfNewItems
- Returns:
- Number of Item
-
toString
- Overrides:
toStringin classVdmObject<PrintQueueInfo>
-
equals
- Overrides:
equalsin classVdmEntity<PrintQueueInfo>
-
canEqual
- Overrides:
canEqualin classVdmEntity<PrintQueueInfo>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<PrintQueueInfo>
-