Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.DocInfoRecdObjLinkProduct
Packages that use DocInfoRecdObjLinkProduct
Package
Description
-
Uses of DocInfoRecdObjLinkProduct in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement with type parameters of type DocInfoRecdObjLinkProductModifier and TypeFieldDescriptionstatic final DocumentInfoRecordLink<DocInfoRecdObjLinkProduct>DocumentInfoRecord.TO_PRODUCT_OBJUse with available fluent helpers to apply the to_ProductObj navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement that return DocInfoRecdObjLinkProductModifier and TypeMethodDescriptionDocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder.build()protected DocInfoRecdObjLinkProductDocInfoRecdObjLinkProductCreateFluentHelper.getEntity()protected DocInfoRecdObjLinkProductDocInfoRecdObjLinkProductDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement that return types with arguments of type DocInfoRecdObjLinkProductModifier and TypeMethodDescriptionDocumentInfoRecord.fetchProductObj()Fetches the DocInfoRecdObjLinkProduct entities (one to many) associated with this entity.protected Class<DocInfoRecdObjLinkProduct>DocInfoRecdObjLinkProductByKeyFluentHelper.getEntityClass()protected Class<DocInfoRecdObjLinkProduct>DocInfoRecdObjLinkProductFluentHelper.getEntityClass()io.vavr.control.Option<List<DocInfoRecdObjLinkProduct>>DocumentInfoRecord.getProductObjIfPresent()Retrieval of associated DocInfoRecdObjLinkProduct entities (one to many).DocumentInfoRecord.getProductObjOrFetch()Retrieval of associated DocInfoRecdObjLinkProduct entities (one to many).DocInfoRecdObjLinkProduct.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement with parameters of type DocInfoRecdObjLinkProductModifier and TypeMethodDescriptionvoidDocumentInfoRecord.addProductObj(DocInfoRecdObjLinkProduct... entity) Adds elements to the list of associated DocInfoRecdObjLinkProduct entities.DocumentInfoRecord.DocumentInfoRecordBuilder.productObj(DocInfoRecdObjLinkProduct... value) Navigation property to_ProductObj for DocumentInfoRecord to multiple DocInfoRecdObjLinkProduct.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement with type arguments of type DocInfoRecdObjLinkProductModifier and TypeMethodDescriptionvoidDocumentInfoRecord.setProductObj(List<DocInfoRecdObjLinkProduct> value) Overwrites the list of associated DocInfoRecdObjLinkProduct entities for the loaded navigation property to_ProductObj.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement with parameters of type DocInfoRecdObjLinkProductModifierConstructorDescriptionDocInfoRecdObjLinkProductCreateFluentHelper(String servicePath, DocInfoRecdObjLinkProduct entity, String entityCollection) Creates a fluent helper object that will create aDocInfoRecdObjLinkProductentity on the OData endpoint.DocInfoRecdObjLinkProductDeleteFluentHelper(String servicePath, DocInfoRecdObjLinkProduct entity, String entityCollection) Creates a fluent helper object that will delete aDocInfoRecdObjLinkProductentity on the OData endpoint. -
Uses of DocInfoRecdObjLinkProduct in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.batch with parameters of type DocInfoRecdObjLinkProductModifier and TypeMethodDescriptionDefaultDocumentManagementServiceBatchChangeSet.createDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) DocumentManagementServiceBatchChangeSet.createDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Create a newDocInfoRecdObjLinkProductentity and save it to the S/4HANA system.DefaultDocumentManagementServiceBatchChangeSet.deleteDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) DocumentManagementServiceBatchChangeSet.deleteDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Deletes an existingDocInfoRecdObjLinkProductentity in the S/4HANA system. -
Uses of DocInfoRecdObjLinkProduct in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.link that return types with arguments of type DocInfoRecdObjLinkProductModifier and TypeMethodDescriptionDocInfoRecdObjLinkProductOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.link with type arguments of type DocInfoRecdObjLinkProductModifier and TypeMethodDescriptionprotected DocInfoRecdObjLinkProductLink<ObjectT>DocInfoRecdObjLinkProductLink.translateLinkType(EntityLink<DocInfoRecdObjLinkProductLink<ObjectT>, DocInfoRecdObjLinkProduct, ObjectT> link) -
Uses of DocInfoRecdObjLinkProduct in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type DocInfoRecdObjLinkProductModifier and TypeMethodDescriptionDefaultDocumentManagementService.createDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Deprecated.DocumentManagementService.createDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Deprecated.Create a newDocInfoRecdObjLinkProductentity and save it to the S/4HANA system.DefaultDocumentManagementService.deleteDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Deprecated.DocumentManagementService.deleteDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Deprecated.Deletes an existingDocInfoRecdObjLinkProductentity in the S/4HANA system.