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