Modifier and Type | Field and Description |
---|---|
static BatchCharcLink<BatchCharcValue> |
BatchCharc.TO_BATCH_CHARC_VALUE
Use with available fluent helpers to apply the to_BatchCharcValue navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BatchCharcValue |
BatchCharcValue.BatchCharcValueBuilder.build() |
protected BatchCharcValue |
BatchCharcValueDeleteFluentHelper.getEntity() |
protected BatchCharcValue |
BatchCharcValueCreateFluentHelper.getEntity() |
protected BatchCharcValue |
BatchCharcValueUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<BatchCharcValue> |
BatchCharc.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).
|
List<BatchCharcValue> |
BatchCharc.getBatchCharcValueOrFetch()
Retrieval of associated BatchCharcValue entities (one to many).
|
protected Class<BatchCharcValue> |
BatchCharcValueByKeyFluentHelper.getEntityClass() |
protected Class<BatchCharcValue> |
BatchCharcValueFluentHelper.getEntityClass() |
Class<BatchCharcValue> |
BatchCharcValue.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BatchCharc.addBatchCharcValue(BatchCharcValue... entity)
Adds elements to the list of associated BatchCharcValue entities.
|
BatchCharc.BatchCharcBuilder |
BatchCharc.BatchCharcBuilder.batchCharcValue(BatchCharcValue... value)
Navigation property to_BatchCharcValue for BatchCharc to multiple BatchCharcValue.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchCharc.setBatchCharcValue(List<BatchCharcValue> value)
Overwrites the list of associated BatchCharcValue entities for the loaded navigation property
to_BatchCharcValue.
|
Constructor and Description |
---|
BatchCharcValueCreateFluentHelper(String servicePath,
BatchCharcValue entity)
Creates a fluent helper object that will create a
BatchCharcValue entity on the
OData endpoint. |
BatchCharcValueDeleteFluentHelper(String servicePath,
BatchCharcValue entity)
Creates a fluent helper object that will delete a
BatchCharcValue entity on the
OData endpoint. |
BatchCharcValueUpdateFluentHelper(String servicePath,
BatchCharcValue entity)
Creates a fluent helper object that will update a
BatchCharcValue entity on the
OData endpoint. |
Constructor and Description |
---|
BatchCharc(String material,
String batchIdentifyingPlant,
String batch,
String charcInternalID,
ZonedDateTime lastChangeDateTime,
Batch toBatch,
List<BatchCharcValue> toBatchCharcValue) |
Modifier and Type | Method and Description |
---|---|
BatchServiceBatchChangeSet |
BatchServiceBatchChangeSet.createBatchCharcValue(BatchCharcValue batchCharcValue)
Create a new
BatchCharcValue
entity and save it to the S/4HANA system. |
BatchServiceBatchChangeSet |
DefaultBatchServiceBatchChangeSet.createBatchCharcValue(BatchCharcValue batchCharcValue)
Create a new
BatchCharcValue
entity and save it to the S/4HANA system. |
BatchServiceBatchChangeSet |
BatchServiceBatchChangeSet.deleteBatchCharcValue(BatchCharcValue batchCharcValue)
Deletes an existing
BatchCharcValue entity in the S/4HANA system. |
BatchServiceBatchChangeSet |
DefaultBatchServiceBatchChangeSet.deleteBatchCharcValue(BatchCharcValue batchCharcValue)
Deletes an existing
BatchCharcValue entity in the S/4HANA system. |
BatchServiceBatchChangeSet |
BatchServiceBatchChangeSet.updateBatchCharcValue(BatchCharcValue batchCharcValue)
Update an existing
BatchCharcValue entity and save it to the S/4HANA system. |
BatchServiceBatchChangeSet |
DefaultBatchServiceBatchChangeSet.updateBatchCharcValue(BatchCharcValue batchCharcValue)
Update an existing
BatchCharcValue entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BatchCharcValue> |
BatchCharcValueOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected BatchCharcValueLink<ObjectT> |
BatchCharcValueLink.translateLinkType(EntityLink<BatchCharcValueLink<ObjectT>,BatchCharcValue,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
BatchCharcValueCreateFluentHelper |
DefaultBatchService.createBatchCharcValue(BatchCharcValue batchCharcValue) |
BatchCharcValueCreateFluentHelper |
BatchService.createBatchCharcValue(BatchCharcValue batchCharcValue)
Create a new
BatchCharcValue
entity and save it to the S/4HANA system. |
BatchCharcValueDeleteFluentHelper |
DefaultBatchService.deleteBatchCharcValue(BatchCharcValue batchCharcValue) |
BatchCharcValueDeleteFluentHelper |
BatchService.deleteBatchCharcValue(BatchCharcValue batchCharcValue)
Deletes an existing
BatchCharcValue entity in the S/4HANA system. |
BatchCharcValueUpdateFluentHelper |
DefaultBatchService.updateBatchCharcValue(BatchCharcValue batchCharcValue) |
BatchCharcValueUpdateFluentHelper |
BatchService.updateBatchCharcValue(BatchCharcValue batchCharcValue)
Update an existing
BatchCharcValue entity and save it to the S/4HANA system. |
Copyright © 2020 SAP SE. All rights reserved.