Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Method and Description |
---|---|
DocumentInfoRecord |
DocumentInfoRecord.DocumentInfoRecordBuilder.build() |
protected DocumentInfoRecord |
DocumentInfoRecordUpdateFluentHelper.getEntity()
DocumentInfoRecord entity object that will be updated in the S/4HANA system. |
protected DocumentInfoRecord |
DocumentInfoRecordCreateFluentHelper.getEntity()
DocumentInfoRecord entity object that will be created in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
protected Class<DocumentInfoRecord> |
DocumentInfoRecordByKeyFluentHelper.getEntityClass() |
protected Class<DocumentInfoRecord> |
DocumentInfoRecordFluentHelper.getEntityClass() |
Class<DocumentInfoRecord> |
DocumentInfoRecord.getType() |
Modifier and Type | Method and Description |
---|---|
protected DocumentInfoRecordLink<ObjectT> |
DocumentInfoRecordLink.translateLinkType(EntityLink<DocumentInfoRecordLink<ObjectT>,DocumentInfoRecord,ObjectT> link) |
Constructor and Description |
---|
DocumentInfoRecordCreateFluentHelper(DocumentInfoRecord entity) |
DocumentInfoRecordUpdateFluentHelper(DocumentInfoRecord entity) |
Modifier and Type | Method and Description |
---|---|
DocumentInfoRecordCreateFluentHelper |
DocumentManagementService.createDocumentInfoRecord(DocumentInfoRecord documentInfoRecord)
Create a new
DocumentInfoRecord entity and save it to the S/4HANA system. |
DocumentInfoRecordCreateFluentHelper |
DefaultDocumentManagementService.createDocumentInfoRecord(DocumentInfoRecord documentInfoRecord) |
DocumentInfoRecordUpdateFluentHelper |
DocumentManagementService.updateDocumentInfoRecord(DocumentInfoRecord documentInfoRecord)
Update an existing
DocumentInfoRecord entity and save it to the S/4HANA system. |
DocumentInfoRecordUpdateFluentHelper |
DefaultDocumentManagementService.updateDocumentInfoRecord(DocumentInfoRecord documentInfoRecord) |
Copyright © 2018 SAP SE. All rights reserved.