Klasse DocumentResponse

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

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

    • id

      protected String id
      The unique identifier of the document as stored in API Gateway.
  • Konstruktordetails

    • DocumentResponse

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

      @Internal public DocumentResponse(String id)
      Constructs a validated instance of DocumentResponse.

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

      Parameter:
      id - The unique identifier of the document as stored in API Gateway.
    • DocumentResponse

      protected DocumentResponse()
  • Methodendetails