Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtype.SituationType
Packages that use SituationType
Package
Description
-
Uses of SituationType in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtype
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtype with type parameters of type SituationTypeModifier and TypeFieldDescriptionstatic final SituationTemplateLink<SituationType>SituationTemplate.TO_SITUATION_TYPEUse with available fluent helpers to apply the to_SituationType navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtype that return SituationTypeMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtype that return types with arguments of type SituationTypeModifier and TypeMethodDescriptionSituationTemplate.fetchSituationType()Fetches the SituationType entities (one to many) associated with this entity.protected Class<SituationType>SituationTypeByKeyFluentHelper.getEntityClass()protected Class<SituationType>SituationTypeFluentHelper.getEntityClass()io.vavr.control.Option<List<SituationType>>SituationTemplate.getSituationTypeIfPresent()Retrieval of associated SituationType entities (one to many).SituationTemplate.getSituationTypeOrFetch()Retrieval of associated SituationType entities (one to many).SituationType.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtype with parameters of type SituationTypeModifier and TypeMethodDescriptionvoidSituationTemplate.addSituationType(SituationType... entity) Adds elements to the list of associated SituationType entities.SituationTemplate.SituationTemplateBuilder.situationType(SituationType... value) Navigation property to_SituationType for SituationTemplate to multiple SituationType.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtype with type arguments of type SituationTypeModifier and TypeMethodDescriptionvoidSituationTemplate.setSituationType(List<SituationType> value) Overwrites the list of associated SituationType entities for the loaded navigation property to_SituationType. -
Uses of SituationType in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtype.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssituationtype.link that return types with arguments of type SituationTypeModifier and TypeMethodDescriptionSituationTypeOneToOneLink.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.businesssituationtype.link with type arguments of type SituationTypeModifier and TypeMethodDescriptionprotected SituationTypeLink<ObjectT>SituationTypeLink.translateLinkType(EntityLink<SituationTypeLink<ObjectT>, SituationType, ObjectT> link)