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

public class RetrieveNextItemResult extends VdmEntity<RetrieveNextItemResult>

Original entity name from the Odata EDM: RetrieveNextItemResult

  • Field Details

    • ALL_FIELDS

      public static final RetrieveNextItemResultSelectable ALL_FIELDS
      Selector for all available fields of RetrieveNextItemResult.
    • ITEM_ID

      public static final RetrieveNextItemResultField<String> ITEM_ID
      Use with available fluent helpers to apply the item_id field to query operations.
    • NUMBER_OF_COPIES

      public static final RetrieveNextItemResultField<Short> NUMBER_OF_COPIES
      Use with available fluent helpers to apply the number_of_copies field to query operations.
    • HAS_MORE_ITEMS

      public static final RetrieveNextItemResultField<Boolean> HAS_MORE_ITEMS
      Use with available fluent helpers to apply the has_more_items field to query operations.
  • Constructor Details

    • RetrieveNextItemResult

      public RetrieveNextItemResult()
    • RetrieveNextItemResult

      public RetrieveNextItemResult(@Nullable String item_id, @Nullable Short number_of_copies, @Nullable Boolean has_more_items)
  • Method Details