Class UploadMethod.UploadMethodBuilder

java.lang.Object
org.ivoa.dm.registry.tap.UploadMethod.UploadMethodBuilder
Enclosing class:
UploadMethod

public static class UploadMethod.UploadMethodBuilder extends Object
A builder class for UploadMethod, mainly for use in the functional builder pattern.
  • Field Details

    • ivoid

      public String ivoid
      The IVORN of the upload method.
  • Constructor Details

    • UploadMethodBuilder

      public UploadMethodBuilder()
  • Method Details

    • create

      public UploadMethod create()
      create a UploadMethod from this builder.
      Returns:
      an object initialized from the builder.