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