Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processorder.field.ProcessOrderStatusField
Packages that use ProcessOrderStatusField
-
Uses of ProcessOrderStatusField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processorder declared as ProcessOrderStatusFieldModifier and TypeFieldDescriptionstatic final ProcessOrderStatusField<Boolean>ProcessOrderStatus.IS_USER_STATUSUse with available fluent helpers to apply the IsUserStatus field to query operations.static final ProcessOrderStatusField<String>ProcessOrderStatus.MANUFACTURING_ORDERUse with available fluent helpers to apply the ManufacturingOrder field to query operations.static final ProcessOrderStatusField<String>ProcessOrderStatus.STATUS_CODEUse with available fluent helpers to apply the StatusCode field to query operations.static final ProcessOrderStatusField<String>ProcessOrderStatus.STATUS_NAMEUse with available fluent helpers to apply the StatusName field to query operations.static final ProcessOrderStatusField<String>ProcessOrderStatus.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.processorder that return ProcessOrderStatusFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
ProcessOrderStatusField<T>ProcessOrderStatus.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProcessOrderStatusField<T>Use with available fluent helpers to apply an extension field to query operations.