Class RetrieveNextItemResult
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<RetrieveNextItemResult>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.printqueueitem.RetrieveNextItemResult
Original entity name from the Odata EDM: RetrieveNextItemResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RetrieveNextItemResultSelectableSelector for all available fields of RetrieveNextItemResult.static final RetrieveNextItemResultField<Boolean>Use with available fluent helpers to apply the has_more_items field to query operations.static final RetrieveNextItemResultField<String>Use with available fluent helpers to apply the item_id field to query operations.static final RetrieveNextItemResultField<Short>Use with available fluent helpers to apply the number_of_copies field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionRetrieveNextItemResult(String item_id, Short number_of_copies, Boolean has_more_items) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
RetrieveNextItemResultField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> RetrieveNextItemResultField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringConstraints: Not nullable(Key Field) Constraints: Not nullablegetKey()Constraints: Not nullablegetType()inthashCode()voidsetHas_more_items(Boolean has_more_items) Constraints: Not nullablevoidsetItem_id(String item_id) (Key Field) Constraints: Not nullablevoidsetNumber_of_copies(Short number_of_copies) Constraints: Not nullableprotected voidsetServicePathForFetch(String servicePathForFetch) toString()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 RetrieveNextItemResult. -
ITEM_ID
Use with available fluent helpers to apply the item_id field to query operations. -
NUMBER_OF_COPIES
Use with available fluent helpers to apply the number_of_copies field to query operations. -
HAS_MORE_ITEMS
Use with available fluent helpers to apply the has_more_items field to query operations.
-
-
Constructor Details
-
RetrieveNextItemResult
public RetrieveNextItemResult() -
RetrieveNextItemResult
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<RetrieveNextItemResult>
-
setItem_id
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: item_id
- Parameters:
item_id- The item_id to set.
-
setNumber_of_copies
Constraints: Not nullableOriginal property name from the Odata EDM: number_of_copies
- Parameters:
number_of_copies- Signed INT2 / int16
-
setHas_more_items
Constraints: Not nullableOriginal property name from the Odata EDM: has_more_items
- Parameters:
has_more_items- Indicator
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<RetrieveNextItemResult>
-
getKey
- Overrides:
getKeyin classVdmObject<RetrieveNextItemResult>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<RetrieveNextItemResult>
-
fromMap
- Overrides:
fromMapin classVdmObject<RetrieveNextItemResult>
-
field
@Nonnull public static <T> RetrieveNextItemResultField<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> RetrieveNextItemResultField<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<RetrieveNextItemResult>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<RetrieveNextItemResult>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<RetrieveNextItemResult>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<RetrieveNextItemResult>
-
builder
-
getItem_id
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: item_id
- Returns:
- The item_id contained in this entity.
-
getNumber_of_copies
Constraints: Not nullableOriginal property name from the Odata EDM: number_of_copies
- Returns:
- Signed INT2 / int16
-
getHas_more_items
Constraints: Not nullableOriginal property name from the Odata EDM: has_more_items
- Returns:
- Indicator
-
toString
- Overrides:
toStringin classVdmObject<RetrieveNextItemResult>
-
equals
- Overrides:
equalsin classVdmEntity<RetrieveNextItemResult>
-
canEqual
- Overrides:
canEqualin classVdmEntity<RetrieveNextItemResult>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<RetrieveNextItemResult>
-