Klasse ServiceMgmtPart

java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.ServiceMgmtPart

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

    • allHeaders

      protected Object allHeaders
    • content

      protected Map<String,ServiceMgmtMediaType> content
      A map containing descriptions of potential response payloads. The key is a media type or media type range and the value describes it
    • contentType

      protected String contentType
    • dataHandler

      protected ServiceMgmtDataHandler dataHandler
    • description

      protected String description
    • disposition

      protected String disposition
    • fileName

      protected String fileName
    • inputStream

      protected Object inputStream
    • lineCount

      protected Integer lineCount
    • size

      protected Integer size
  • Konstruktordetails

    • ServiceMgmtPart

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

      @Internal public ServiceMgmtPart(Object allHeaders, Map<String,ServiceMgmtMediaType> content, String contentType, ServiceMgmtDataHandler dataHandler, String description, String disposition, String fileName, Object inputStream, Integer lineCount, Integer size)
      Constructs a validated instance of ServiceMgmtPart.

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

      Parameter:
      allHeaders - allHeaders
      content - A map containing descriptions of potential response payloads. The key is a media type or media type range and the value describes it
      contentType - contentType
      dataHandler - dataHandler
      description - description
      disposition - disposition
      fileName - fileName
      inputStream - inputStream
      lineCount - lineCount
      size - size
    • ServiceMgmtPart

      protected ServiceMgmtPart()
  • Methodendetails