Modifier and Type | Field and Description |
---|---|
static PhaseRelationshipTypeLink<PhaseRelationshipTypeText> |
PhaseRelationshipType.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
PhaseRelationshipTypeText |
PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PhaseRelationshipTypeText> |
PhaseRelationshipType.fetchText()
Fetches the PhaseRelationshipTypeText entities (one to many) associated with this entity.
|
protected Class<PhaseRelationshipTypeText> |
PhaseRelationshipTypeTextByKeyFluentHelper.getEntityClass() |
protected Class<PhaseRelationshipTypeText> |
PhaseRelationshipTypeTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<PhaseRelationshipTypeText>> |
PhaseRelationshipType.getTextIfPresent()
Retrieval of associated PhaseRelationshipTypeText entities (one to many).
|
List<PhaseRelationshipTypeText> |
PhaseRelationshipType.getTextOrFetch()
Retrieval of associated PhaseRelationshipTypeText entities (one to many).
|
Class<PhaseRelationshipTypeText> |
PhaseRelationshipTypeText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PhaseRelationshipType.addText(PhaseRelationshipTypeText... entity)
Adds elements to the list of associated PhaseRelationshipTypeText entities.
|
PhaseRelationshipType.PhaseRelationshipTypeBuilder |
PhaseRelationshipType.PhaseRelationshipTypeBuilder.text(PhaseRelationshipTypeText... value)
Navigation property to_Text for PhaseRelationshipType to multiple
PhaseRelationshipTypeText.
|
Modifier and Type | Method and Description |
---|---|
void |
PhaseRelationshipType.setText(List<PhaseRelationshipTypeText> value)
Overwrites the list of associated PhaseRelationshipTypeText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
PhaseRelationshipType(String phaseRelationshipTypeKey,
String phaseRelationshipType,
String phaseRelationshipTypeDesc,
List<PhaseRelationshipTypeText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PhaseRelationshipTypeText> |
PhaseRelationshipTypeTextOneToOneLink.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 PhaseRelationshipTypeTextLink<ObjectT> |
PhaseRelationshipTypeTextLink.translateLinkType(EntityLink<PhaseRelationshipTypeTextLink<ObjectT>,PhaseRelationshipTypeText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.