Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerdatareturnfiledownload.field.DownloadFileField
Packages that use DownloadFileField
Package
Description
-
Uses of DownloadFileField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerdatareturnfiledownload
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerdatareturnfiledownload declared as DownloadFileFieldModifier and TypeFieldDescriptionstatic final DownloadFileField<String>DownloadFile.FILE_NAMEUse with available fluent helpers to apply the FileName field to query operations.static final DownloadFileField<String>DownloadFile.PACKAGE_NAMEUse with available fluent helpers to apply the PackageName field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerdatareturnfiledownload that return DownloadFileFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
DownloadFileField<T>DownloadFile.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> DownloadFileField<T>Use with available fluent helpers to apply an extension field to query operations.