Class FileDownloadStatus
Original entity name from the Odata EDM: FileDownloadStatus
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FileDownloadStatusSelectableSelector for all available fields of FileDownloadStatus.static final FileDownloadStatusField<String>Use with available fluent helpers to apply the DownloadUser field to query operations.static final FileDownloadStatusField<String>Use with available fluent helpers to apply the Failed field to query operations.static final FileDownloadStatusField<String>Use with available fluent helpers to apply the FileName field to query operations.static final FileDownloadStatusField<String>Use with available fluent helpers to apply the Finished field to query operations.static final FileDownloadStatusField<String>Use with available fluent helpers to apply the InProcess field to query operations.static final FileDownloadStatusField<String>Use with available fluent helpers to apply the ObjectName field to query operations.static final FileDownloadStatusField<String>Use with available fluent helpers to apply the PackageName field to query operations.static final FileDownloadStatusField<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) builder()protected booleanbooleanstatic <T,DomainT>
FileDownloadStatusField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> FileDownloadStatusField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected StringConstraints: Not nullable, Maximum length: 12protected StringConstraints: Not nullable, Maximum length: 1(Key Field) Constraints: Not nullable, Maximum length: 60Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1getKey()Constraints: Not nullable, Maximum length: 24(Key Field) Constraints: Not nullable, Maximum length: 32Constraints: Not nullable, Maximum length: 5getType()inthashCode()voidsetDownloadUser(String downloadUser) Constraints: Not nullable, Maximum length: 12voidConstraints: Not nullable, Maximum length: 1voidsetFileName(String fileName) (Key Field) Constraints: Not nullable, Maximum length: 60voidsetFinished(String finished) Constraints: Not nullable, Maximum length: 1voidsetInProcess(String inProcess) Constraints: Not nullable, Maximum length: 1voidsetObjectName(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 FileDownloadStatus. -
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. -
SCENARIO
Use with available fluent helpers to apply the Scenario field to query operations. -
OBJECT_NAME
Use with available fluent helpers to apply the ObjectName field to query operations. -
FAILED
Use with available fluent helpers to apply the Failed field to query operations. -
IN_PROCESS
Use with available fluent helpers to apply the InProcess field to query operations. -
FINISHED
Use with available fluent helpers to apply the Finished field to query operations. -
DOWNLOAD_USER
Use with available fluent helpers to apply the DownloadUser field to query operations.
-
-
Constructor Details
-
FileDownloadStatus
public FileDownloadStatus() -
FileDownloadStatus
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<FileDownloadStatus>
-
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- File Name
-
setScenario
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: Scenario
- Parameters:
scenario- Scenario
-
setObjectName
Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: ObjectName
- Parameters:
objectName- Object Name
-
setFailed
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Failed
- Parameters:
failed- Download Failed
-
setInProcess
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InProcess
- Parameters:
inProcess- Download In Process
-
setFinished
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Finished
- Parameters:
finished- Download Finished
-
setDownloadUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: DownloadUser
- Parameters:
downloadUser- Download User Name
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<FileDownloadStatus>
-
getKey
- Overrides:
getKeyin classVdmObject<FileDownloadStatus>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<FileDownloadStatus>
-
fromMap
- Overrides:
fromMapin classVdmObject<FileDownloadStatus>
-
field
@Nonnull public static <T> FileDownloadStatusField<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> FileDownloadStatusField<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<FileDownloadStatus>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<FileDownloadStatus>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<FileDownloadStatus>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<FileDownloadStatus>
-
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:
- File Name
-
getScenario
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: Scenario
- Returns:
- Scenario
-
getObjectName
Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: ObjectName
- Returns:
- Object Name
-
getFailed
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Failed
- Returns:
- Download Failed
-
getInProcess
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InProcess
- Returns:
- Download In Process
-
getFinished
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Finished
- Returns:
- Download Finished
-
getDownloadUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: DownloadUser
- Returns:
- Download User Name
-
toString
- Overrides:
toStringin classVdmObject<FileDownloadStatus>
-
equals
- Overrides:
equalsin classVdmEntity<FileDownloadStatus>
-
canEqual
- Overrides:
canEqualin classVdmEntity<FileDownloadStatus>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<FileDownloadStatus>
-