Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.SpecStatusNextStatus
Packages that use SpecStatusNextStatus
Package
Description
-
Uses of SpecStatusNextStatus in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance with type parameters of type SpecStatusNextStatusModifier and TypeFieldDescriptionstatic final RawSubstanceLink<SpecStatusNextStatus>RawSubstance.TO_RAW_SUBSTANCE_NEXT_STATUSUse with available fluent helpers to apply the to_RawSubstanceNextStatus navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance that return SpecStatusNextStatusMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance that return types with arguments of type SpecStatusNextStatusModifier and TypeMethodDescriptionRawSubstance.fetchRawSubstanceNextStatus()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>>RawSubstance.getRawSubstanceNextStatusIfPresent()Retrieval of associated SpecStatusNextStatus entities (one to many).RawSubstance.getRawSubstanceNextStatusOrFetch()Retrieval of associated SpecStatusNextStatus entities (one to many).SpecStatusNextStatus.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance with parameters of type SpecStatusNextStatusModifier and TypeMethodDescriptionvoidRawSubstance.addRawSubstanceNextStatus(SpecStatusNextStatus... entity) Adds elements to the list of associated SpecStatusNextStatus entities.RawSubstance.RawSubstanceBuilder.rawSubstanceNextStatus(SpecStatusNextStatus... value) Navigation property to_RawSubstanceNextStatus for RawSubstance to multiple SpecStatusNextStatus.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance with type arguments of type SpecStatusNextStatusModifier and TypeMethodDescriptionvoidRawSubstance.setRawSubstanceNextStatus(List<SpecStatusNextStatus> value) Overwrites the list of associated SpecStatusNextStatus entities for the loaded navigation property to_RawSubstanceNextStatus. -
Uses of SpecStatusNextStatus in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.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.rawsubstance.link with type arguments of type SpecStatusNextStatusModifier and TypeMethodDescriptionprotected SpecStatusNextStatusLink<ObjectT>SpecStatusNextStatusLink.translateLinkType(EntityLink<SpecStatusNextStatusLink<ObjectT>, SpecStatusNextStatus, ObjectT> link)