Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.BatchPlant
Packages that use BatchPlant
Package
Description
-
Uses of BatchPlant in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with type parameters of type BatchPlantModifier and TypeFieldDescriptionstatic final BatchLink<BatchPlant>Batch.TO_BATCH_PLANTUse with available fluent helpers to apply the to_BatchPlant navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch that return BatchPlantModifier and TypeMethodDescriptionBatchPlant.BatchPlantBuilder.build()protected BatchPlantBatchPlantUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch that return types with arguments of type BatchPlantModifier and TypeMethodDescriptionBatch.fetchBatchPlant()Fetches the BatchPlant entities (one to many) associated with this entity.io.vavr.control.Option<List<BatchPlant>>Batch.getBatchPlantIfPresent()Retrieval of associated BatchPlant entities (one to many).Batch.getBatchPlantOrFetch()Retrieval of associated BatchPlant entities (one to many).protected Class<BatchPlant>BatchPlantByKeyFluentHelper.getEntityClass()protected Class<BatchPlant>BatchPlantFluentHelper.getEntityClass()BatchPlant.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with parameters of type BatchPlantModifier and TypeMethodDescriptionvoidBatch.addBatchPlant(BatchPlant... entity) Adds elements to the list of associated BatchPlant entities.Batch.BatchBuilder.batchPlant(BatchPlant... value) Navigation property to_BatchPlant for Batch to multiple BatchPlant.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with type arguments of type BatchPlantModifier and TypeMethodDescriptionvoidBatch.setBatchPlant(List<BatchPlant> value) Overwrites the list of associated BatchPlant entities for the loaded navigation property to_BatchPlant.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with parameters of type BatchPlantModifierConstructorDescriptionBatchPlantUpdateFluentHelper(String servicePath, BatchPlant entity, String entityCollection) Creates a fluent helper object that will update aBatchPlantentity on the OData endpoint. -
Uses of BatchPlant in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.batch with parameters of type BatchPlantModifier and TypeMethodDescriptionBatchServiceBatchChangeSet.updateBatchPlant(BatchPlant batchPlant) Update an existingBatchPlantentity and save it to the S/4HANA system.DefaultBatchServiceBatchChangeSet.updateBatchPlant(BatchPlant batchPlant) -
Uses of BatchPlant in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.link that return types with arguments of type BatchPlantModifier and TypeMethodDescriptionBatchPlantOneToOneLink.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.batch.link with type arguments of type BatchPlantModifier and TypeMethodDescriptionprotected BatchPlantLink<ObjectT>BatchPlantLink.translateLinkType(EntityLink<BatchPlantLink<ObjectT>, BatchPlant, ObjectT> link) -
Uses of BatchPlant in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BatchPlantModifier and TypeMethodDescriptionBatchService.updateBatchPlant(BatchPlant batchPlant) Deprecated.Update an existingBatchPlantentity and save it to the S/4HANA system.DefaultBatchService.updateBatchPlant(BatchPlant batchPlant) Deprecated.