Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.DocumentInfoRecordDesc
Packages that use DocumentInfoRecordDesc
Package
Description
-
Uses of DocumentInfoRecordDesc 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 DocumentInfoRecordDescModifier and TypeFieldDescriptionstatic final DocumentInfoRecordLink<DocumentInfoRecordDesc>DocumentInfoRecord.TO_DOC_DESCUse with available fluent helpers to apply the to_DocDesc navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement that return DocumentInfoRecordDescModifier and TypeMethodDescriptionDocumentInfoRecordDesc.DocumentInfoRecordDescBuilder.build()protected DocumentInfoRecordDescDocumentInfoRecordDescCreateFluentHelper.getEntity()protected DocumentInfoRecordDescDocumentInfoRecordDescDeleteFluentHelper.getEntity()protected DocumentInfoRecordDescDocumentInfoRecordDescUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement that return types with arguments of type DocumentInfoRecordDescModifier and TypeMethodDescriptionDocumentInfoRecord.fetchDocDesc()Fetches the DocumentInfoRecordDesc entities (one to many) associated with this entity.io.vavr.control.Option<List<DocumentInfoRecordDesc>>DocumentInfoRecord.getDocDescIfPresent()Retrieval of associated DocumentInfoRecordDesc entities (one to many).DocumentInfoRecord.getDocDescOrFetch()Retrieval of associated DocumentInfoRecordDesc entities (one to many).protected Class<DocumentInfoRecordDesc>DocumentInfoRecordDescByKeyFluentHelper.getEntityClass()protected Class<DocumentInfoRecordDesc>DocumentInfoRecordDescFluentHelper.getEntityClass()DocumentInfoRecordDesc.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement with parameters of type DocumentInfoRecordDescModifier and TypeMethodDescriptionvoidDocumentInfoRecord.addDocDesc(DocumentInfoRecordDesc... entity) Adds elements to the list of associated DocumentInfoRecordDesc entities.DocumentInfoRecord.DocumentInfoRecordBuilder.docDesc(DocumentInfoRecordDesc... value) Navigation property to_DocDesc for DocumentInfoRecord to multiple DocumentInfoRecordDesc.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement with type arguments of type DocumentInfoRecordDescModifier and TypeMethodDescriptionvoidDocumentInfoRecord.setDocDesc(List<DocumentInfoRecordDesc> value) Overwrites the list of associated DocumentInfoRecordDesc entities for the loaded navigation property to_DocDesc.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement with parameters of type DocumentInfoRecordDescModifierConstructorDescriptionDocumentInfoRecordDescCreateFluentHelper(String servicePath, DocumentInfoRecordDesc entity, String entityCollection) Creates a fluent helper object that will create aDocumentInfoRecordDescentity on the OData endpoint.DocumentInfoRecordDescDeleteFluentHelper(String servicePath, DocumentInfoRecordDesc entity, String entityCollection) Creates a fluent helper object that will delete aDocumentInfoRecordDescentity on the OData endpoint.DocumentInfoRecordDescUpdateFluentHelper(String servicePath, DocumentInfoRecordDesc entity, String entityCollection) Creates a fluent helper object that will update aDocumentInfoRecordDescentity on the OData endpoint. -
Uses of DocumentInfoRecordDesc 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 DocumentInfoRecordDescModifier and TypeMethodDescriptionDefaultDocumentManagementServiceBatchChangeSet.createDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) DocumentManagementServiceBatchChangeSet.createDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Create a newDocumentInfoRecordDescentity and save it to the S/4HANA system.DefaultDocumentManagementServiceBatchChangeSet.deleteDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) DocumentManagementServiceBatchChangeSet.deleteDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Deletes an existingDocumentInfoRecordDescentity in the S/4HANA system.DefaultDocumentManagementServiceBatchChangeSet.updateDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) DocumentManagementServiceBatchChangeSet.updateDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Update an existingDocumentInfoRecordDescentity and save it to the S/4HANA system. -
Uses of DocumentInfoRecordDesc 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 DocumentInfoRecordDescModifier and TypeMethodDescriptionDocumentInfoRecordDescOneToOneLink.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 DocumentInfoRecordDescModifier and TypeMethodDescriptionprotected DocumentInfoRecordDescLink<ObjectT>DocumentInfoRecordDescLink.translateLinkType(EntityLink<DocumentInfoRecordDescLink<ObjectT>, DocumentInfoRecordDesc, ObjectT> link) -
Uses of DocumentInfoRecordDesc in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type DocumentInfoRecordDescModifier and TypeMethodDescriptionDefaultDocumentManagementService.createDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Deprecated.DocumentManagementService.createDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Deprecated.Create a newDocumentInfoRecordDescentity and save it to the S/4HANA system.DefaultDocumentManagementService.deleteDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Deprecated.DocumentManagementService.deleteDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Deprecated.Deletes an existingDocumentInfoRecordDescentity in the S/4HANA system.DefaultDocumentManagementService.updateDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Deprecated.DocumentManagementService.updateDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Deprecated.Update an existingDocumentInfoRecordDescentity and save it to the S/4HANA system.