Class DocInfoRecdObjLinkBOMByKeyFluentHelper

java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<DocInfoRecdObjLinkBOMByKeyFluentHelper,DocInfoRecdObjLinkBOM,DocInfoRecdObjLinkBOMSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.DocInfoRecdObjLinkBOMByKeyFluentHelper
All Implemented Interfaces:
FluentHelperExecutable<Object>

Fluent helper to fetch a single DocInfoRecdObjLinkBOM entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.
  • Constructor Details

    • DocInfoRecdObjLinkBOMByKeyFluentHelper

      public DocInfoRecdObjLinkBOMByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String documentInfoRecordDocType, String documentInfoRecordDocNumber, String documentInfoRecordDocVersion, String documentInfoRecordDocPart, String linkedSAPObject, String linkedSAPObjectKey, String docObjectLinkCounter)
      Creates a fluent helper object that will fetch a single DocInfoRecdObjLinkBOM entity with the provided key field values. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      entityCollection - Entity Collection to be used to fetch a single DocInfoRecdObjLinkBOM
      documentInfoRecordDocType - Document Type

      Constraints: Not nullable, Maximum length: 3

      documentInfoRecordDocNumber - Document number

      Constraints: Not nullable, Maximum length: 25

      documentInfoRecordDocPart - Document Part

      Constraints: Not nullable, Maximum length: 3

      servicePath - Service path to be used to fetch a single DocInfoRecdObjLinkBOM
      linkedSAPObjectKey - Document Management Object Key

      Constraints: Not nullable, Maximum length: 90

      docObjectLinkCounter - Counter key

      Constraints: Not nullable, Maximum length: 4

      documentInfoRecordDocVersion - Document Version

      Constraints: Not nullable, Maximum length: 2

      linkedSAPObject - Linked SAP Object

      Constraints: Not nullable, Maximum length: 10

  • Method Details