Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.BatchClass
Packages that use BatchClass
Package
Description
-
Uses of BatchClass 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 BatchClassModifier and TypeFieldDescriptionstatic final BatchOneToOneLink<BatchClass>Batch.TO_BATCH_CLASSUse with available fluent helpers to apply the to_BatchClass navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch that return BatchClassModifier and TypeMethodDescriptionBatchClass.BatchClassBuilder.build()Batch.fetchBatchClass()Fetches the BatchClass entity (one to one) associated with this entity.Batch.getBatchClassOrFetch()Retrieval of associated BatchClass entity (one to one).protected BatchClassBatchClassCreateFluentHelper.getEntity()protected BatchClassBatchClassDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch that return types with arguments of type BatchClassModifier and TypeMethodDescriptionio.vavr.control.Option<BatchClass>Batch.getBatchClassIfPresent()Retrieval of associated BatchClass entity (one to one).protected Class<BatchClass>BatchClassByKeyFluentHelper.getEntityClass()protected Class<BatchClass>BatchClassFluentHelper.getEntityClass()BatchClass.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with parameters of type BatchClassModifier and TypeMethodDescriptionBatch.BatchBuilder.batchClass(BatchClass value) Navigation property to_BatchClass for Batch to single BatchClass.voidBatch.setBatchClass(BatchClass value) Overwrites the associated BatchClass entity for the loaded navigation property to_BatchClass.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch with parameters of type BatchClassModifierConstructorDescriptionBatch(String material, String batchIdentifyingPlant, String batch, Boolean batchIsMarkedForDeletion, Boolean matlBatchIsInRstrcdUseStock, String supplier, String batchBySupplier, String countryOfOrigin, String regionOfOrigin, LocalDateTime matlBatchAvailabilityDate, LocalDateTime shelfLifeExpirationDate, LocalDateTime manufactureDate, LocalDateTime freeDefinedDate1, LocalDateTime freeDefinedDate2, LocalDateTime freeDefinedDate3, LocalDateTime freeDefinedDate4, LocalDateTime freeDefinedDate5, LocalDateTime freeDefinedDate6, ZonedDateTime creationDateTime, ZonedDateTime lastChangeDateTime, UUID batchExtWhseMgmtInternalId, List<BatchCharc> toBatchCharc, BatchClass toBatchClass, List<BatchPlant> toBatchPlant, List<BatchText> toBatchText) BatchClassCreateFluentHelper(String servicePath, BatchClass entity, String entityCollection) Creates a fluent helper object that will create aBatchClassentity on the OData endpoint.BatchClassDeleteFluentHelper(String servicePath, BatchClass entity, String entityCollection) Creates a fluent helper object that will delete aBatchClassentity on the OData endpoint. -
Uses of BatchClass 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 BatchClassModifier and TypeMethodDescriptionBatchServiceBatchChangeSet.createBatchClass(BatchClass batchClass) Create a newBatchClassentity and save it to the S/4HANA system.DefaultBatchServiceBatchChangeSet.createBatchClass(BatchClass batchClass) BatchServiceBatchChangeSet.deleteBatchClass(BatchClass batchClass) Deletes an existingBatchClassentity in the S/4HANA system.DefaultBatchServiceBatchChangeSet.deleteBatchClass(BatchClass batchClass) -
Uses of BatchClass 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 BatchClassModifier and TypeMethodDescriptionBatchClassOneToOneLink.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 BatchClassModifier and TypeMethodDescriptionprotected BatchClassLink<ObjectT>BatchClassLink.translateLinkType(EntityLink<BatchClassLink<ObjectT>, BatchClass, ObjectT> link) -
Uses of BatchClass in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BatchClassModifier and TypeMethodDescriptionBatchService.createBatchClass(BatchClass batchClass) Deprecated.Create a newBatchClassentity and save it to the S/4HANA system.DefaultBatchService.createBatchClass(BatchClass batchClass) Deprecated.BatchService.deleteBatchClass(BatchClass batchClass) Deprecated.Deletes an existingBatchClassentity in the S/4HANA system.DefaultBatchService.deleteBatchClass(BatchClass batchClass) Deprecated.