Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.BatchText
Packages that use BatchText
Package
Description
-
Uses of BatchText 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 BatchTextModifier and TypeFieldDescriptionBatch.TO_BATCH_TEXTUse with available fluent helpers to apply the to_BatchText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch that return BatchTextModifier and TypeMethodDescriptionBatchText.BatchTextBuilder.build()protected BatchTextBatchTextDeleteFluentHelper.getEntity()protected BatchTextBatchTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch that return types with arguments of type BatchTextModifier and TypeMethodDescriptionBatch.fetchBatchText()Fetches the BatchText entities (one to many) associated with this entity.Batch.getBatchTextIfPresent()Retrieval of associated BatchText entities (one to many).Batch.getBatchTextOrFetch()Retrieval of associated BatchText entities (one to many).BatchTextByKeyFluentHelper.getEntityClass()BatchTextFluentHelper.getEntityClass()BatchText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with parameters of type BatchTextModifier and TypeMethodDescriptionvoidBatch.addBatchText(BatchText... entity) Adds elements to the list of associated BatchText entities.Navigation property to_BatchText for Batch to multiple BatchText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with type arguments of type BatchTextModifier and TypeMethodDescriptionvoidBatch.setBatchText(List<BatchText> value) Overwrites the list of associated BatchText entities for the loaded navigation property to_BatchText.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with parameters of type BatchTextModifierConstructorDescriptionBatchTextDeleteFluentHelper(String servicePath, BatchText entity, String entityCollection) Creates a fluent helper object that will delete aBatchTextentity on the OData endpoint.BatchTextUpdateFluentHelper(String servicePath, BatchText entity, String entityCollection) Creates a fluent helper object that will update aBatchTextentity on the OData endpoint. -
Uses of BatchText 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 BatchTextModifier and TypeMethodDescriptionBatchServiceBatchChangeSet.deleteBatchText(BatchText batchText) Deletes an existingBatchTextentity in the S/4HANA system.DefaultBatchServiceBatchChangeSet.deleteBatchText(BatchText batchText) BatchServiceBatchChangeSet.updateBatchText(BatchText batchText) Update an existingBatchTextentity and save it to the S/4HANA system.DefaultBatchServiceBatchChangeSet.updateBatchText(BatchText batchText) -
Uses of BatchText 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 BatchTextModifier and TypeMethodDescriptionBatchTextOneToOneLink.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 BatchTextModifier and TypeMethodDescriptionprotected BatchTextLink<ObjectT>BatchTextLink.translateLinkType(EntityLink<BatchTextLink<ObjectT>, BatchText, ObjectT> link) -
Uses of BatchText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BatchTextModifier and TypeMethodDescriptionBatchService.deleteBatchText(BatchText batchText) Deprecated.Deletes an existingBatchTextentity in the S/4HANA system.DefaultBatchService.deleteBatchText(BatchText batchText) Deprecated.BatchService.updateBatchText(BatchText batchText) Deprecated.Update an existingBatchTextentity and save it to the S/4HANA system.DefaultBatchService.updateBatchText(BatchText batchText) Deprecated.