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

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

    • contentType

      protected String contentType
    • inputStream

      protected Object inputStream
    • name

      protected String name
    • outputStream

      protected Object outputStream
  • Konstruktordetails

    • DataSource

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

      @Internal public DataSource(String contentType, Object inputStream, String name, Object outputStream)
      Constructs a validated instance of DataSource.

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

      Parameter:
      contentType - var.name
      inputStream - var.name
      name - var.name
      outputStream - var.name
    • DataSource

      protected DataSource()
  • Methodendetails