java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerdatareturnfiledownload.DownloadFile.DownloadFileBuilder
Enclosing class:
DownloadFile

public static class DownloadFile.DownloadFileBuilder extends Object
  • Method Details

    • packageName

      @Nonnull public DownloadFile.DownloadFileBuilder packageName(@Nullable String packageName)
      (Key Field) Constraints: Not nullable, Maximum length: 32

      Original property name from the Odata EDM: PackageName

      Returns:
      this.
    • fileName

      @Nonnull public DownloadFile.DownloadFileBuilder fileName(@Nullable String fileName)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: FileName

      Returns:
      this.
    • build

      @Nonnull public DownloadFile build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object