Class ListFile
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ListFile>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerdatareturnfiledownload.ListFile
Prepared Files
Original entity name from the Odata EDM: ListFile
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ListFileSelectableSelector for all available fields of ListFile.static final ListFileField<String>Use with available fluent helpers to apply the FileName field to query operations.static final ListFileField<Long>Use with available fluent helpers to apply the FileSize field to query operations.static final ListFileField<String>Use with available fluent helpers to apply the ObjectName field to query operations.static final ListFileField<String>Use with available fluent helpers to apply the PackageName field to query operations.static final ListFileField<String>Use with available fluent helpers to apply the Scenario field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) static ListFile.ListFileBuilderbuilder()protected booleanbooleanstatic <T,DomainT>
ListFileField<T>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.protected voidprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 60Constraints: nonegetKey()Constraints: Not nullable, Maximum length: 24(Key Field) Constraints: Not nullable, Maximum length: 32Constraints: Not nullable, Maximum length: 5getType()inthashCode()voidsetFileName(String fileName) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetFileSize(Long fileSize) Constraints: nonevoidsetObjectName(String objectName) Constraints: Not nullable, Maximum length: 24voidsetPackageName(String packageName) (Key Field) Constraints: Not nullable, Maximum length: 32voidsetScenario(String scenario) Constraints: Not nullable, Maximum length: 5protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of ListFile. -
PACKAGE_NAME
Use with available fluent helpers to apply the PackageName field to query operations. -
FILE_NAME
Use with available fluent helpers to apply the FileName field to query operations. -
OBJECT_NAME
Use with available fluent helpers to apply the ObjectName field to query operations. -
SCENARIO
Use with available fluent helpers to apply the Scenario field to query operations. -
FILE_SIZE
Use with available fluent helpers to apply the FileSize field to query operations.
-
-
Constructor Details
-
ListFile
public ListFile() -
ListFile
-
-
Method Details
-
getType
-
setPackageName
(Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: PackageName
- Parameters:
packageName- Package Name
-
setFileName
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: FileName
- Parameters:
fileName- ZIP File Name
-
setObjectName
Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: ObjectName
- Parameters:
objectName- Object Name
-
setScenario
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: Scenario
- Parameters:
scenario- Scenario
-
setFileSize
Constraints: noneOriginal property name from the Odata EDM: FileSize
- Parameters:
fileSize- File Size
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ListFile>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ListFile>
-
fromMap
-
field
@Nonnull public static <T> ListFileField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
fieldName- The name of the extension field as returned by the OData service.fieldType- The Java type to use for the extension field when performing value comparisons.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> ListFileField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<ListFile>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ListFile>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ListFile>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ListFile>
-
builder
-
getPackageName
(Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: PackageName
- Returns:
- Package Name
-
getFileName
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: FileName
- Returns:
- ZIP File Name
-
getObjectName
Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: ObjectName
- Returns:
- Object Name
-
getScenario
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: Scenario
- Returns:
- Scenario
-
getFileSize
Constraints: noneOriginal property name from the Odata EDM: FileSize
- Returns:
- File Size
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-