Modifier and Type | Field and Description |
---|---|
static DocumentInfoRecordLink<DocumentInfoRecordCharc> |
DocumentInfoRecord.TO_CHARACTERISTICS
Use with available fluent helpers to apply the to_Characteristics navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DocumentInfoRecordCharc |
DocumentInfoRecordCharc.DocumentInfoRecordCharcBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<DocumentInfoRecordCharc> |
DocumentInfoRecord.fetchCharacteristics()
Fetches the DocumentInfoRecordCharc entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<DocumentInfoRecordCharc>> |
DocumentInfoRecord.getCharacteristicsIfPresent()
Retrieval of associated DocumentInfoRecordCharc entities (one to many).
|
List<DocumentInfoRecordCharc> |
DocumentInfoRecord.getCharacteristicsOrFetch()
Retrieval of associated DocumentInfoRecordCharc entities (one to many).
|
protected Class<DocumentInfoRecordCharc> |
DocumentInfoRecordCharcByKeyFluentHelper.getEntityClass() |
protected Class<DocumentInfoRecordCharc> |
DocumentInfoRecordCharcFluentHelper.getEntityClass() |
Class<DocumentInfoRecordCharc> |
DocumentInfoRecordCharc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecord.addCharacteristics(DocumentInfoRecordCharc... entity)
Adds elements to the list of associated DocumentInfoRecordCharc entities.
|
DocumentInfoRecord.DocumentInfoRecordBuilder |
DocumentInfoRecord.DocumentInfoRecordBuilder.characteristics(DocumentInfoRecordCharc... value)
Navigation property to_Characteristics for DocumentInfoRecord to multiple
DocumentInfoRecordCharc.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecord.setCharacteristics(List<DocumentInfoRecordCharc> value)
Overwrites the list of associated DocumentInfoRecordCharc entities for the loaded navigation property
to_Characteristics.
|
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,
List<DocInfoRecdObjLinkBOM> toBomObj,
List<DocumentInfoRecordCharc> toCharacteristics,
List<DocInfoRecdObjLinkChgRecd> toChgRecdObj,
List<DocumentInfoRecordClass> toClassification,
List<DocumentInfoRecordDesc> toDocDesc,
List<DocumentInfoRecordDocStsVH> toDocStatusVH,
List<DocInfoRecdObjLinkProduct> toProductObj) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<DocumentInfoRecordCharc> |
DocumentInfoRecordCharcOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected DocumentInfoRecordCharcLink<ObjectT> |
DocumentInfoRecordCharcLink.translateLinkType(EntityLink<DocumentInfoRecordCharcLink<ObjectT>,DocumentInfoRecordCharc,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.