Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.SpecStatusAttributes
Packages that use SpecStatusAttributes
Package
Description
-
Uses of SpecStatusAttributes 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 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 RawSubstanceLink<SpecStatusAttributes>RawSubstance.TO_RAW_SUBSTANCE_STATUS_ATTRIBUTESUse with available fluent helpers to apply the to_RawSubstanceStatusAttributes navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance that return SpecStatusAttributesMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance that return types with arguments of type SpecStatusAttributesModifier and TypeMethodDescriptionSpecStatusNextStatus.fetchNextStatusAttributes()Fetches the SpecStatusAttributes entities (one to many) associated with this entity.RawSubstance.fetchRawSubstanceStatusAttributes()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>>RawSubstance.getRawSubstanceStatusAttributesIfPresent()Retrieval of associated SpecStatusAttributes entities (one to many).RawSubstance.getRawSubstanceStatusAttributesOrFetch()Retrieval of associated SpecStatusAttributes entities (one to many).SpecStatusAttributes.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance with parameters of type SpecStatusAttributesModifier and TypeMethodDescriptionvoidSpecStatusNextStatus.addNextStatusAttributes(SpecStatusAttributes... entity) Adds elements to the list of associated SpecStatusAttributes entities.voidRawSubstance.addRawSubstanceStatusAttributes(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.RawSubstance.RawSubstanceBuilder.rawSubstanceStatusAttributes(SpecStatusAttributes... value) Navigation property to_RawSubstanceStatusAttributes for RawSubstance to multiple SpecStatusAttributes.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance 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.voidRawSubstance.setRawSubstanceStatusAttributes(List<SpecStatusAttributes> value) Overwrites the list of associated SpecStatusAttributes entities for the loaded navigation property to_RawSubstanceStatusAttributes.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance 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.rawsubstance.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.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.rawsubstance.link with type arguments of type SpecStatusAttributesModifier and TypeMethodDescriptionprotected SpecStatusAttributesLink<ObjectT>SpecStatusAttributesLink.translateLinkType(EntityLink<SpecStatusAttributesLink<ObjectT>, SpecStatusAttributes, ObjectT> link)