Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.link |
Modifier and Type | Field and Description |
---|---|
static BatchOneToOneLink<BatchClass> |
Batch.TO_BATCH_CLASS
Use with available fluent helpers to apply the to_BatchClass navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BatchClass |
BatchClass.BatchClassBuilder.build() |
BatchClass |
Batch.fetchBatchClass()
Fetches the BatchClass entity (one to one) associated with this entity.
|
BatchClass |
Batch.getBatchClassOrFetch()
Retrieval of associated BatchClass entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
Optional<BatchClass> |
Batch.getBatchClassIfPresent()
Retrieval of associated BatchClass entity (one to one).
|
protected Class<BatchClass> |
BatchClassFluentHelper.getEntityClass() |
protected Class<BatchClass> |
BatchClassByKeyFluentHelper.getEntityClass() |
Class<BatchClass> |
BatchClass.getType() |
Modifier and Type | Method and Description |
---|---|
Batch.BatchBuilder |
Batch.BatchBuilder.batchClass(BatchClass value) |
void |
Batch.setBatchClass(BatchClass value)
Overwrites the associated BatchClass entity for the loaded navigation property to_BatchClass.
|
Constructor and Description |
---|
Batch(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) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BatchClass> |
BatchClassOneToOneLink.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 BatchClassLink<ObjectT> |
BatchClassLink.translateLinkType(EntityLink<BatchClassLink<ObjectT>,BatchClass,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.