Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static DocumentInfoRecordLink<DocumentInfoRecordDesc> |
DocumentInfoRecord.TO_DOC_DESC
Use with available fluent helpers to apply the to_DocDesc navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DocumentInfoRecordDesc |
DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<DocumentInfoRecordDesc> |
DocumentInfoRecord.fetchDocDesc()
Fetches the DocumentInfoRecordDesc entities (one to many) associated with this entity.
|
List<DocumentInfoRecordDesc> |
DocumentInfoRecord.getDocDescOrFetch()
Retrieval of associated DocumentInfoRecordDesc entities (one to many).
|
com.google.common.base.Optional<List<DocumentInfoRecordDesc>> |
DocumentInfoRecord.getDocDescOrNull()
Retrieval of associated DocumentInfoRecordDesc entities (one to many).
|
Class<DocumentInfoRecordDesc> |
DocumentInfoRecordDesc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecord.addDocDesc(DocumentInfoRecordDesc... entity)
Adds elements to the list of associated DocumentInfoRecordDesc entities.
|
DocumentInfoRecord.DocumentInfoRecordBuilder |
DocumentInfoRecord.DocumentInfoRecordBuilder.docDesc(DocumentInfoRecordDesc... value) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecord.setDocDesc(List<DocumentInfoRecordDesc> value)
Overwrites the list of associated DocumentInfoRecordDesc entities for the loaded navigation property to_DocDesc.
|
Constructor and Description |
---|
DocumentInfoRecordDescCreateFluentHelper(DocumentInfoRecordDesc entity) |
DocumentInfoRecordDescDeleteFluentHelper(DocumentInfoRecordDesc entity) |
DocumentInfoRecordDescUpdateFluentHelper(DocumentInfoRecordDesc entity) |
Constructor and Description |
---|
DocumentInfoRecord(String documentInfoRecordDocType,
String documentInfoRecordDocVersion,
String documentInfoRecordDocNumber,
String documentInfoRecordDocPart,
String internalDocumentStatus,
String laboratoryOrDesignOffice,
String authorizationGroup,
String changeNumber,
Boolean docInfoRecdIsMarkedForDeletion,
Boolean isDocInfoRecdCreatedFromCAD,
String isDocInfoRecdStructure,
String responsiblePersonName,
Calendar creationDateTime,
String createdByUser,
Calendar changedDateTime,
String lastChangedByUser,
ErpConfigContext erpConfigContext,
List<DocumentInfoRecordDesc> toDocDesc,
DocumentInfoRecordDocStsVH toDocStatusVH,
List<DocInfoRecdObjLinkProduct> toProductObj) |
Copyright © 2018 SAP SE. All rights reserved.