Class FileDownloadStatus.FileDownloadStatusBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerdatareturnfiledownload.FileDownloadStatus.FileDownloadStatusBuilder
- Enclosing class:
- FileDownloadStatus
-
Method Summary
Modifier and TypeMethodDescriptionbuild()downloadUser(String downloadUser) Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 1(Key Field) Constraints: Not nullable, Maximum length: 60Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1objectName(String objectName) Constraints: Not nullable, Maximum length: 24packageName(String packageName) (Key Field) Constraints: Not nullable, Maximum length: 32Constraints: Not nullable, Maximum length: 5toString()
-
Method Details
-
packageName
@Nonnull public FileDownloadStatus.FileDownloadStatusBuilder packageName(@Nullable String packageName) (Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: PackageName
- Returns:
this.
-
fileName
(Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: FileName
- Returns:
this.
-
scenario
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: Scenario
- Returns:
this.
-
objectName
@Nonnull public FileDownloadStatus.FileDownloadStatusBuilder objectName(@Nullable String objectName) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: ObjectName
- Returns:
this.
-
failed
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Failed
- Returns:
this.
-
inProcess
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InProcess
- Returns:
this.
-
finished
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Finished
- Returns:
this.
-
downloadUser
@Nonnull public FileDownloadStatus.FileDownloadStatusBuilder downloadUser(@Nullable String downloadUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: DownloadUser
- Returns:
this.
-
build
-
toString
-