Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.SpecStatusSchema
Packages that use SpecStatusSchema
Package
Description
-
Uses of SpecStatusSchema 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 SpecStatusSchemaModifier and TypeFieldDescriptionstatic final RawSubstanceLink<SpecStatusSchema>RawSubstance.TO_RAW_SUBSTANCE_SCHEMAUse with available fluent helpers to apply the to_RawSubstanceSchema navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance that return SpecStatusSchemaMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance that return types with arguments of type SpecStatusSchemaModifier and TypeMethodDescriptionRawSubstance.fetchRawSubstanceSchema()Fetches the SpecStatusSchema entities (one to many) associated with this entity.protected Class<SpecStatusSchema>SpecStatusSchemaByKeyFluentHelper.getEntityClass()protected Class<SpecStatusSchema>SpecStatusSchemaFluentHelper.getEntityClass()io.vavr.control.Option<List<SpecStatusSchema>>RawSubstance.getRawSubstanceSchemaIfPresent()Retrieval of associated SpecStatusSchema entities (one to many).RawSubstance.getRawSubstanceSchemaOrFetch()Retrieval of associated SpecStatusSchema entities (one to many).SpecStatusSchema.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance with parameters of type SpecStatusSchemaModifier and TypeMethodDescriptionvoidRawSubstance.addRawSubstanceSchema(SpecStatusSchema... entity) Adds elements to the list of associated SpecStatusSchema entities.RawSubstance.RawSubstanceBuilder.rawSubstanceSchema(SpecStatusSchema... value) Navigation property to_RawSubstanceSchema for RawSubstance to multiple SpecStatusSchema.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance with type arguments of type SpecStatusSchemaModifier and TypeMethodDescriptionvoidRawSubstance.setRawSubstanceSchema(List<SpecStatusSchema> value) Overwrites the list of associated SpecStatusSchema entities for the loaded navigation property to_RawSubstanceSchema. -
Uses of SpecStatusSchema 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 SpecStatusSchemaModifier and TypeMethodDescriptionSpecStatusSchemaOneToOneLink.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 SpecStatusSchemaModifier and TypeMethodDescriptionprotected SpecStatusSchemaLink<ObjectT>SpecStatusSchemaLink.translateLinkType(EntityLink<SpecStatusSchemaLink<ObjectT>, SpecStatusSchema, ObjectT> link)