Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement |
Modifier and Type | Field and Description |
---|---|
static DocumentInfoRecordLink<DocumentInfoRecordClass> |
DocumentInfoRecord.TO_CLASSIFICATION
Use with available fluent helpers to apply the to_Classification navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DocumentInfoRecordClass |
DocumentInfoRecordClass.DocumentInfoRecordClassBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<DocumentInfoRecordClass> |
DocumentInfoRecord.fetchClassification()
Fetches the DocumentInfoRecordClass entities (one to many) associated with this entity.
|
Optional<List<DocumentInfoRecordClass>> |
DocumentInfoRecord.getClassificationIfPresent()
Retrieval of associated DocumentInfoRecordClass entities (one to many).
|
List<DocumentInfoRecordClass> |
DocumentInfoRecord.getClassificationOrFetch()
Retrieval of associated DocumentInfoRecordClass entities (one to many).
|
protected Class<DocumentInfoRecordClass> |
DocumentInfoRecordClassFluentHelper.getEntityClass() |
protected Class<DocumentInfoRecordClass> |
DocumentInfoRecordClassByKeyFluentHelper.getEntityClass() |
Class<DocumentInfoRecordClass> |
DocumentInfoRecordClass.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecord.addClassification(DocumentInfoRecordClass... entity)
Adds elements to the list of associated DocumentInfoRecordClass entities.
|
DocumentInfoRecord.DocumentInfoRecordBuilder |
DocumentInfoRecord.DocumentInfoRecordBuilder.classification(DocumentInfoRecordClass... value) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecord.setClassification(List<DocumentInfoRecordClass> value)
Overwrites the list of associated DocumentInfoRecordClass entities for the loaded navigation property to_Classification.
|
protected DocumentInfoRecordClassLink<ObjectT> |
DocumentInfoRecordClassLink.translateLinkType(EntityLink<DocumentInfoRecordClassLink<ObjectT>,DocumentInfoRecordClass,ObjectT> link) |
Constructor and Description |
---|
DocumentInfoRecord(String documentInfoRecordDocType,
String documentInfoRecordDocVersion,
String documentInfoRecordDocNumber,
String documentInfoRecordDocPart,
String documentInfoRecord,
String internalDocumentStatus,
String laboratoryOrDesignOffice,
String authorizationGroup,
String changeNumber,
Boolean docInfoRecdIsMarkedForDeletion,
Boolean isDocInfoRecdCreatedFromCAD,
String isDocInfoRecdStructure,
String responsiblePersonName,
ZonedDateTime creationDateTime,
String createdByUser,
ZonedDateTime changedDateTime,
String lastChangedByUser,
ErpConfigContext erpConfigContext,
List<DocInfoRecdObjLinkBOM> toBomObj,
List<DocumentInfoRecordCharc> toCharacteristics,
List<DocInfoRecdObjLinkChgRecd> toChgRecdObj,
List<DocumentInfoRecordClass> toClassification,
List<DocumentInfoRecordDesc> toDocDesc,
List<DocumentInfoRecordDocStsVH> toDocStatusVH,
List<DocInfoRecdObjLinkProduct> toProductObj) |
Copyright © 2018 SAP SE. All rights reserved.