Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtypev2.SituationTypeText
Packages that use SituationTypeText
Package
Description
-
Uses of SituationTypeText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtypev2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtypev2 with type parameters of type SituationTypeTextModifier and TypeFieldDescriptionstatic final SituationTypeLink<SituationTypeText>SituationType.TO_SITUATION_TYPE_TEXTUse with available fluent helpers to apply the to_SituationTypeText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtypev2 that return SituationTypeTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtypev2 that return types with arguments of type SituationTypeTextModifier and TypeMethodDescriptionSituationType.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).SituationType.getSituationTypeTextOrFetch()Retrieval of associated SituationTypeText entities (one to many).SituationTypeText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtypev2 with parameters of type SituationTypeTextModifier and TypeMethodDescriptionvoidSituationType.addSituationTypeText(SituationTypeText... entity) Adds elements to the list of associated SituationTypeText entities.SituationType.SituationTypeBuilder.situationTypeText(SituationTypeText... value) Navigation property to_SituationTypeText for SituationType to multiple SituationTypeText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtypev2 with type arguments of type SituationTypeTextModifier and TypeMethodDescriptionvoidSituationType.setSituationTypeText(List<SituationTypeText> value) Overwrites the list of associated SituationTypeText entities for the loaded navigation property to_SituationTypeText.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtypev2 with type arguments of type SituationTypeTextModifierConstructorDescriptionSituationType(String sitnDefinitionID, String sitnDefTemplateID, Boolean sitnDefIsEnabled, Boolean sitnDefDataContextIsEnabled, Boolean sitnDefAutomationIsEnabled, List<SituationTypeText> toSituationTypeText, SituationTemplate toSituationTemplate) -
Uses of SituationTypeText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtypev2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtypev2.link that return types with arguments of type SituationTypeTextModifier and TypeMethodDescriptionSituationTypeTextOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtypev2.link with type arguments of type SituationTypeTextModifier and TypeMethodDescriptionprotected SituationTypeTextLink<ObjectT>SituationTypeTextLink.translateLinkType(EntityLink<SituationTypeTextLink<ObjectT>, SituationTypeText, ObjectT> link)