Interface FileSizeAccessor.FileSizeBuilder<B extends FileSizeAccessor.FileSizeBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
FileSizeAccessor

public static interface FileSizeAccessor.FileSizeBuilder<B extends FileSizeAccessor.FileSizeBuilder<B>>
Provides a builder method for a file size property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withFileSize(String aFileSize)
    Sets the file size for the file size property.
  • Method Details

    • withFileSize

      B withFileSize(String aFileSize)
      Sets the file size for the file size property.
      Parameters:
      aFileSize - The file size to be stored by the file size property.
      Returns:
      The builder for applying multiple build operations.