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

public static class ListFile.ListFileBuilder extends Object
  • Method Details

    • packageName

      @Nonnull public ListFile.ListFileBuilder 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 ListFile.ListFileBuilder fileName(@Nullable String fileName)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: FileName

      Returns:
      this.
    • objectName

      @Nonnull public ListFile.ListFileBuilder objectName(@Nullable String objectName)
      Constraints: Not nullable, Maximum length: 24

      Original property name from the Odata EDM: ObjectName

      Returns:
      this.
    • scenario

      @Nonnull public ListFile.ListFileBuilder scenario(@Nullable String scenario)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: Scenario

      Returns:
      this.
    • fileSize

      @Nonnull public ListFile.ListFileBuilder fileSize(@Nullable Long fileSize)
      Constraints: none

      Original property name from the Odata EDM: FileSize

      Returns:
      this.
    • build

      @Nonnull public ListFile build()
    • toString

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