Interface ComplexDescription.Builder<T extends ComplexDescription,​B extends ComplexDescription.Builder<T,​B>>

    • Method Detail

      • withDefaultFormat

        B withDefaultFormat​(Format format)
      • withSupportedFormat

        B withSupportedFormat​(Format format)
      • withSupportedFormat

        default B withSupportedFormat​(Iterable<Format> formats)
      • withSupportedFormat

        default B withSupportedFormat​(Format... formats)
      • withMaximumMegabytes

        B withMaximumMegabytes​(BigInteger maximumMegabytes)
      • withMaximumMegabytes

        default B withMaximumMegabytes​(long maximumMegabytes)