Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.SpecStatusAttributes
Packages that use SpecStatusAttributes
Package
Description
-
Uses of SpecStatusAttributes 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 SpecStatusAttributesModifier and TypeFieldDescriptionstatic final SpecStatusNextStatusLink<SpecStatusAttributes>SpecStatusNextStatus.TO_NEXT_STATUS_ATTRIBUTESUse with available fluent helpers to apply the to_NextStatusAttributes navigation property to query operations.static final RealSubstanceLink<SpecStatusAttributes>RealSubstance.TO_REAL_SUBSTANCE_STATUS_ATTRIBUTESUse with available fluent helpers to apply the to_RealSubstanceStatusAttributes navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance that return SpecStatusAttributesMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance that return types with arguments of type SpecStatusAttributesModifier and TypeMethodDescriptionSpecStatusNextStatus.fetchNextStatusAttributes()Fetches the SpecStatusAttributes entities (one to many) associated with this entity.RealSubstance.fetchRealSubstanceStatusAttributes()Fetches the SpecStatusAttributes entities (one to many) associated with this entity.protected Class<SpecStatusAttributes>SpecStatusAttributesByKeyFluentHelper.getEntityClass()protected Class<SpecStatusAttributes>SpecStatusAttributesFluentHelper.getEntityClass()io.vavr.control.Option<List<SpecStatusAttributes>>SpecStatusNextStatus.getNextStatusAttributesIfPresent()Retrieval of associated SpecStatusAttributes entities (one to many).SpecStatusNextStatus.getNextStatusAttributesOrFetch()Retrieval of associated SpecStatusAttributes entities (one to many).io.vavr.control.Option<List<SpecStatusAttributes>>RealSubstance.getRealSubstanceStatusAttributesIfPresent()Retrieval of associated SpecStatusAttributes entities (one to many).RealSubstance.getRealSubstanceStatusAttributesOrFetch()Retrieval of associated SpecStatusAttributes entities (one to many).SpecStatusAttributes.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with parameters of type SpecStatusAttributesModifier and TypeMethodDescriptionvoidSpecStatusNextStatus.addNextStatusAttributes(SpecStatusAttributes... entity) Adds elements to the list of associated SpecStatusAttributes entities.voidRealSubstance.addRealSubstanceStatusAttributes(SpecStatusAttributes... entity) Adds elements to the list of associated SpecStatusAttributes entities.SpecStatusNextStatus.SpecStatusNextStatusBuilder.nextStatusAttributes(SpecStatusAttributes... value) Navigation property to_NextStatusAttributes for SpecStatusNextStatus to multiple SpecStatusAttributes.RealSubstance.RealSubstanceBuilder.realSubstanceStatusAttributes(SpecStatusAttributes... value) Navigation property to_RealSubstanceStatusAttributes for RealSubstance to multiple SpecStatusAttributes.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with type arguments of type SpecStatusAttributesModifier and TypeMethodDescriptionvoidSpecStatusNextStatus.setNextStatusAttributes(List<SpecStatusAttributes> value) Overwrites the list of associated SpecStatusAttributes entities for the loaded navigation property to_NextStatusAttributes.voidRealSubstance.setRealSubstanceStatusAttributes(List<SpecStatusAttributes> value) Overwrites the list of associated SpecStatusAttributes entities for the loaded navigation property to_RealSubstanceStatusAttributes.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with type arguments of type SpecStatusAttributesModifierConstructorDescriptionSpecStatusNextStatus(String specificationHdrStsSchema, String specificationHdrStsSchemaFrSts, String specificationHdrStsSchemaToSts, List<SpecStatusAttributes> toNextStatusAttributes) -
Uses of SpecStatusAttributes 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 SpecStatusAttributesModifier and TypeMethodDescriptionSpecStatusAttributesOneToOneLink.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 SpecStatusAttributesModifier and TypeMethodDescriptionprotected SpecStatusAttributesLink<ObjectT>SpecStatusAttributesLink.translateLinkType(EntityLink<SpecStatusAttributesLink<ObjectT>, SpecStatusAttributes, ObjectT> link)