Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder |
Modifier and Type | Field and Description |
---|---|
static ProductionOrderStatusField<Boolean> |
ProductionOrderStatus.IS_USER_STATUS
Use with available fluent helpers to apply the IsUserStatus field to query operations.
|
static ProductionOrderStatusField<String> |
ProductionOrderStatus.MANUFACTURING_ORDER
Use with available fluent helpers to apply the ManufacturingOrder field to query operations.
|
static ProductionOrderStatusField<String> |
ProductionOrderStatus.STATUS_CODE
Use with available fluent helpers to apply the StatusCode field to query operations.
|
static ProductionOrderStatusField<String> |
ProductionOrderStatus.STATUS_NAME
Use with available fluent helpers to apply the StatusName field to query operations.
|
static ProductionOrderStatusField<String> |
ProductionOrderStatus.STATUS_SHORT_NAME
Use with available fluent helpers to apply the StatusShortName field to query operations.
|
Modifier and Type | Method and Description |
---|---|
static <T> ProductionOrderStatusField<T> |
ProductionOrderStatus.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
ProductionOrderStatus.field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
Copyright © 2021 SAP SE. All rights reserved.