Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.BatchCharcValue
Packages that use BatchCharcValue
Package
Description
-
Uses of BatchCharcValue 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 BatchCharcValueModifier and TypeFieldDescriptionstatic final BatchCharcLink<BatchCharcValue>BatchCharc.TO_BATCH_CHARC_VALUEUse with available fluent helpers to apply the to_BatchCharcValue navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch that return BatchCharcValueModifier and TypeMethodDescriptionBatchCharcValue.BatchCharcValueBuilder.build()protected BatchCharcValueBatchCharcValueCreateFluentHelper.getEntity()protected BatchCharcValueBatchCharcValueDeleteFluentHelper.getEntity()protected BatchCharcValueBatchCharcValueUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch that return types with arguments of type BatchCharcValueModifier and TypeMethodDescriptionBatchCharc.fetchBatchCharcValue()Fetches the BatchCharcValue entities (one to many) associated with this entity.io.vavr.control.Option<List<BatchCharcValue>>BatchCharc.getBatchCharcValueIfPresent()Retrieval of associated BatchCharcValue entities (one to many).BatchCharc.getBatchCharcValueOrFetch()Retrieval of associated BatchCharcValue entities (one to many).protected Class<BatchCharcValue>BatchCharcValueByKeyFluentHelper.getEntityClass()protected Class<BatchCharcValue>BatchCharcValueFluentHelper.getEntityClass()BatchCharcValue.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with parameters of type BatchCharcValueModifier and TypeMethodDescriptionvoidBatchCharc.addBatchCharcValue(BatchCharcValue... entity) Adds elements to the list of associated BatchCharcValue entities.BatchCharc.BatchCharcBuilder.batchCharcValue(BatchCharcValue... value) Navigation property to_BatchCharcValue for BatchCharc to multiple BatchCharcValue.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with type arguments of type BatchCharcValueModifier and TypeMethodDescriptionvoidBatchCharc.setBatchCharcValue(List<BatchCharcValue> value) Overwrites the list of associated BatchCharcValue entities for the loaded navigation property to_BatchCharcValue.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with parameters of type BatchCharcValueModifierConstructorDescriptionBatchCharcValueCreateFluentHelper(String servicePath, BatchCharcValue entity, String entityCollection) Creates a fluent helper object that will create aBatchCharcValueentity on the OData endpoint.BatchCharcValueDeleteFluentHelper(String servicePath, BatchCharcValue entity, String entityCollection) Creates a fluent helper object that will delete aBatchCharcValueentity on the OData endpoint.BatchCharcValueUpdateFluentHelper(String servicePath, BatchCharcValue entity, String entityCollection) Creates a fluent helper object that will update aBatchCharcValueentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with type arguments of type BatchCharcValueModifierConstructorDescriptionBatchCharc(String material, String batchIdentifyingPlant, String batch, String charcInternalID, ZonedDateTime lastChangeDateTime, Batch toBatch, List<BatchCharcValue> toBatchCharcValue) -
Uses of BatchCharcValue 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 BatchCharcValueModifier and TypeMethodDescriptionBatchServiceBatchChangeSet.createBatchCharcValue(BatchCharcValue batchCharcValue) Create a newBatchCharcValueentity and save it to the S/4HANA system.DefaultBatchServiceBatchChangeSet.createBatchCharcValue(BatchCharcValue batchCharcValue) BatchServiceBatchChangeSet.deleteBatchCharcValue(BatchCharcValue batchCharcValue) Deletes an existingBatchCharcValueentity in the S/4HANA system.DefaultBatchServiceBatchChangeSet.deleteBatchCharcValue(BatchCharcValue batchCharcValue) BatchServiceBatchChangeSet.updateBatchCharcValue(BatchCharcValue batchCharcValue) Update an existingBatchCharcValueentity and save it to the S/4HANA system.DefaultBatchServiceBatchChangeSet.updateBatchCharcValue(BatchCharcValue batchCharcValue) -
Uses of BatchCharcValue 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 BatchCharcValueModifier and TypeMethodDescriptionBatchCharcValueOneToOneLink.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 BatchCharcValueModifier and TypeMethodDescriptionprotected BatchCharcValueLink<ObjectT>BatchCharcValueLink.translateLinkType(EntityLink<BatchCharcValueLink<ObjectT>, BatchCharcValue, ObjectT> link) -
Uses of BatchCharcValue in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BatchCharcValueModifier and TypeMethodDescriptionBatchService.createBatchCharcValue(BatchCharcValue batchCharcValue) Deprecated.Create a newBatchCharcValueentity and save it to the S/4HANA system.DefaultBatchService.createBatchCharcValue(BatchCharcValue batchCharcValue) Deprecated.BatchService.deleteBatchCharcValue(BatchCharcValue batchCharcValue) Deprecated.Deletes an existingBatchCharcValueentity in the S/4HANA system.DefaultBatchService.deleteBatchCharcValue(BatchCharcValue batchCharcValue) Deprecated.BatchService.updateBatchCharcValue(BatchCharcValue batchCharcValue) Deprecated.Update an existingBatchCharcValueentity and save it to the S/4HANA system.DefaultBatchService.updateBatchCharcValue(BatchCharcValue batchCharcValue) Deprecated.