Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.SpecStatusNextStatus
Packages that use SpecStatusNextStatus
Package
Description
-
Uses of SpecStatusNextStatus in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with type parameters of type SpecStatusNextStatusModifier and TypeFieldDescriptionstatic final RealSubstanceLink<SpecStatusNextStatus>RealSubstance.TO_REAL_SUBSTANCE_NEXT_STATUSUse with available fluent helpers to apply the to_RealSubstanceNextStatus navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance that return SpecStatusNextStatusMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance that return types with arguments of type SpecStatusNextStatusModifier and TypeMethodDescriptionRealSubstance.fetchRealSubstanceNextStatus()Fetches the SpecStatusNextStatus entities (one to many) associated with this entity.protected Class<SpecStatusNextStatus>SpecStatusNextStatusByKeyFluentHelper.getEntityClass()protected Class<SpecStatusNextStatus>SpecStatusNextStatusFluentHelper.getEntityClass()io.vavr.control.Option<List<SpecStatusNextStatus>>RealSubstance.getRealSubstanceNextStatusIfPresent()Retrieval of associated SpecStatusNextStatus entities (one to many).RealSubstance.getRealSubstanceNextStatusOrFetch()Retrieval of associated SpecStatusNextStatus entities (one to many).SpecStatusNextStatus.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with parameters of type SpecStatusNextStatusModifier and TypeMethodDescriptionvoidRealSubstance.addRealSubstanceNextStatus(SpecStatusNextStatus... entity) Adds elements to the list of associated SpecStatusNextStatus entities.RealSubstance.RealSubstanceBuilder.realSubstanceNextStatus(SpecStatusNextStatus... value) Navigation property to_RealSubstanceNextStatus for RealSubstance to multiple SpecStatusNextStatus.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with type arguments of type SpecStatusNextStatusModifier and TypeMethodDescriptionvoidRealSubstance.setRealSubstanceNextStatus(List<SpecStatusNextStatus> value) Overwrites the list of associated SpecStatusNextStatus entities for the loaded navigation property to_RealSubstanceNextStatus. -
Uses of SpecStatusNextStatus in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.link that return types with arguments of type SpecStatusNextStatusModifier and TypeMethodDescriptionSpecStatusNextStatusOneToOneLink.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.realsubstance.link with type arguments of type SpecStatusNextStatusModifier and TypeMethodDescriptionprotected SpecStatusNextStatusLink<ObjectT>SpecStatusNextStatusLink.translateLinkType(EntityLink<SpecStatusNextStatusLink<ObjectT>, SpecStatusNextStatus, ObjectT> link)