Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.field.SalesOrderTextField
Packages that use SalesOrderTextField
-
Uses of SalesOrderTextField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder declared as SalesOrderTextFieldModifier and TypeFieldDescriptionstatic final SalesOrderTextField<String>SalesOrderText.LANGUAGEUse with available fluent helpers to apply the Language field to query operations.static final SalesOrderTextField<String>SalesOrderText.LONG_TEXTUse with available fluent helpers to apply the LongText field to query operations.static final SalesOrderTextField<String>SalesOrderText.LONG_TEXT_IDUse with available fluent helpers to apply the LongTextID field to query operations.static final SalesOrderTextField<String>SalesOrderText.SALES_ORDERUse with available fluent helpers to apply the SalesOrder field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder that return SalesOrderTextFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
SalesOrderTextField<T>SalesOrderText.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SalesOrderTextField<T>Use with available fluent helpers to apply an extension field to query operations.