Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.Batch
Packages that use Batch
Package
Description
-
Uses of Batch 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 BatchModifier and TypeFieldDescriptionstatic final BatchCharcOneToOneLink<Batch>BatchCharc.TO_BATCHUse with available fluent helpers to apply the to_Batch navigation property to query operations.static final BatchClassOneToOneLink<Batch>BatchClass.TO_BATCHUse with available fluent helpers to apply the to_Batch navigation property to query operations.static final BatchPlantOneToOneLink<Batch>BatchPlant.TO_BATCHUse with available fluent helpers to apply the to_Batch navigation property to query operations.static final BatchTextOneToOneLink<Batch>BatchText.TO_BATCHUse with available fluent helpers to apply the to_Batch navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch that return BatchModifier and TypeMethodDescriptionBatch.BatchBuilder.build()BatchCharc.fetchBatch()Fetches the Batch entity (one to one) associated with this entity.BatchClass.fetchBatch()Fetches the Batch entity (one to one) associated with this entity.BatchPlant.fetchBatch()Fetches the Batch entity (one to one) associated with this entity.BatchText.fetchBatch()Fetches the Batch entity (one to one) associated with this entity.BatchCharc.getBatchOrFetch()Retrieval of associated Batch entity (one to one).BatchClass.getBatchOrFetch()Retrieval of associated Batch entity (one to one).BatchPlant.getBatchOrFetch()Retrieval of associated Batch entity (one to one).BatchText.getBatchOrFetch()Retrieval of associated Batch entity (one to one).protected BatchBatchCreateFluentHelper.getEntity()protected BatchBatchUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch that return types with arguments of type BatchModifier and TypeMethodDescriptionio.vavr.control.Option<Batch>BatchCharc.getBatchIfPresent()Retrieval of associated Batch entity (one to one).io.vavr.control.Option<Batch>BatchClass.getBatchIfPresent()Retrieval of associated Batch entity (one to one).io.vavr.control.Option<Batch>BatchPlant.getBatchIfPresent()Retrieval of associated Batch entity (one to one).io.vavr.control.Option<Batch>BatchText.getBatchIfPresent()Retrieval of associated Batch entity (one to one).BatchByKeyFluentHelper.getEntityClass()BatchFluentHelper.getEntityClass()Batch.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with parameters of type BatchModifier and TypeMethodDescriptionNavigation property to_Batch for BatchCharc to single Batch.Navigation property to_Batch for BatchClass to single Batch.Navigation property to_Batch for BatchPlant to single Batch.Navigation property to_Batch for BatchText to single Batch.voidOverwrites the associated Batch entity for the loaded navigation property to_Batch.voidOverwrites the associated Batch entity for the loaded navigation property to_Batch.voidOverwrites the associated Batch entity for the loaded navigation property to_Batch.voidOverwrites the associated Batch entity for the loaded navigation property to_Batch.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with parameters of type BatchModifierConstructorDescriptionBatchCharc(String material, String batchIdentifyingPlant, String batch, String charcInternalID, ZonedDateTime lastChangeDateTime, Batch toBatch, List<BatchCharcValue> toBatchCharcValue) BatchClass(String material, String batchIdentifyingPlant, String batch, String classInternalID, ZonedDateTime lastChangeDateTime, Batch toBatch) BatchCreateFluentHelper(String servicePath, Batch entity, String entityCollection) Creates a fluent helper object that will create aBatchentity on the OData endpoint.BatchPlant(String material, String batch, String plant, String batchIdentifyingPlant, String inventoryValuationType, ZonedDateTime lastChangeDateTime, Batch toBatch) BatchText(String material, String batchIdentifyingPlant, String batch, String language, String batchDescription, Batch toBatch) BatchUpdateFluentHelper(String servicePath, Batch entity, String entityCollection) Creates a fluent helper object that will update aBatchentity on the OData endpoint. -
Uses of Batch 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 BatchModifier and TypeMethodDescriptionBatchServiceBatchChangeSet.createBatch(Batch batch) Create a newBatchentity and save it to the S/4HANA system.DefaultBatchServiceBatchChangeSet.createBatch(Batch batch) BatchServiceBatchChangeSet.updateBatch(Batch batch) Update an existingBatchentity and save it to the S/4HANA system.DefaultBatchServiceBatchChangeSet.updateBatch(Batch batch) -
Uses of Batch 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 BatchModifier and TypeMethodDescriptionBatchOneToOneLink.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 BatchModifier and TypeMethodDescriptionBatchLink.translateLinkType(EntityLink<BatchLink<ObjectT>, Batch, ObjectT> link) -
Uses of Batch in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BatchModifier and TypeMethodDescriptionBatchService.createBatch(Batch batch) Deprecated.Create a newBatchentity and save it to the S/4HANA system.DefaultBatchService.createBatch(Batch batch) Deprecated.BatchService.updateBatch(Batch batch) Deprecated.Update an existingBatchentity and save it to the S/4HANA system.DefaultBatchService.updateBatch(Batch batch) Deprecated.