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