Modifier and Type | Field and Description |
---|---|
static SituationTypeLink<SituationTypeText> |
SituationType.TO_SITUATION_TYPE_TEXT
Use with available fluent helpers to apply the to_SituationTypeText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SituationTypeText |
SituationTypeText.SituationTypeTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SituationTypeText> |
SituationType.fetchSituationTypeText()
Fetches the SituationTypeText entities (one to many) associated with this entity.
|
protected Class<SituationTypeText> |
SituationTypeTextByKeyFluentHelper.getEntityClass() |
protected Class<SituationTypeText> |
SituationTypeTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SituationTypeText>> |
SituationType.getSituationTypeTextIfPresent()
Retrieval of associated SituationTypeText entities (one to many).
|
List<SituationTypeText> |
SituationType.getSituationTypeTextOrFetch()
Retrieval of associated SituationTypeText entities (one to many).
|
Class<SituationTypeText> |
SituationTypeText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SituationType.addSituationTypeText(SituationTypeText... entity)
Adds elements to the list of associated SituationTypeText entities.
|
SituationType.SituationTypeBuilder |
SituationType.SituationTypeBuilder.situationTypeText(SituationTypeText... value)
Navigation property to_SituationTypeText for SituationType to multiple
SituationTypeText.
|
Modifier and Type | Method and Description |
---|---|
void |
SituationType.setSituationTypeText(List<SituationTypeText> value)
Overwrites the list of associated SituationTypeText entities for the loaded navigation property
to_SituationTypeText.
|
Constructor and Description |
---|
SituationType(String sitnDefinitionID,
String sitnDefTemplateID,
Boolean sitnDefIsEnabled,
Boolean sitnDefDataContextIsEnabled,
Boolean sitnDefAutomationIsEnabled,
SituationTemplate toSituationTemplate,
List<SituationTypeText> toSituationTypeText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SituationTypeText> |
SituationTypeTextOneToOneLink.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 SituationTypeTextLink<ObjectT> |
SituationTypeTextLink.translateLinkType(EntityLink<SituationTypeTextLink<ObjectT>,SituationTypeText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.