java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Multipart

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Multipart extends Object
Multipart
  • Felddetails

    • contentType

      protected String contentType
    • count

      protected Integer count
    • parent

      protected Part parent
  • Konstruktordetails

    • Multipart

      public Multipart(Consumer<Multipart> spec)
      Constructs a validated instance of Multipart.
      Parameter:
      spec - the specification to process
    • Multipart

      @Internal public Multipart(String contentType, Integer count, Part parent)
      Constructs a validated instance of Multipart.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Multipart(Consumer) instead.

      Parameter:
      contentType - contentType
      count - count
      parent - parent
    • Multipart

      protected Multipart()
  • Methodendetails