Class ImageQueryParameterDTO.Builder

  • Enclosing class:
    ImageQueryParameterDTO

    public static class ImageQueryParameterDTO.Builder
    extends Object
    Builder used to create a new immutable ImageQueryParameterDTO implementation


    This builder provides a fluent API for setting certain object properties and creating a new immutable ImageQueryParameterDTO instance based on these properties. New builders may be initialized with some existing DTO instance, which presets the builders properties to the values of the given DTO, still retaining the option to make additional changes before actually building a new immutable object.

    • Constructor Detail

      • Builder

        public Builder()