Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.field.ProductionOrderStatusField
Packages that use ProductionOrderStatusField
-
Uses of ProductionOrderStatusField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder declared as ProductionOrderStatusFieldModifier and TypeFieldDescriptionstatic final ProductionOrderStatusField<Boolean>ProductionOrderStatus.IS_USER_STATUSUse with available fluent helpers to apply the IsUserStatus field to query operations.static final ProductionOrderStatusField<String>ProductionOrderStatus.MANUFACTURING_ORDERUse with available fluent helpers to apply the ManufacturingOrder field to query operations.static final ProductionOrderStatusField<String>ProductionOrderStatus.STATUS_CODEUse with available fluent helpers to apply the StatusCode field to query operations.static final ProductionOrderStatusField<String>ProductionOrderStatus.STATUS_NAMEUse with available fluent helpers to apply the StatusName field to query operations.static final ProductionOrderStatusField<String>ProductionOrderStatus.STATUS_SHORT_NAMEUse with available fluent helpers to apply the StatusShortName field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder that return ProductionOrderStatusFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
ProductionOrderStatusField<T>ProductionOrderStatus.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProductionOrderStatusField<T>Use with available fluent helpers to apply an extension field to query operations.