Klasse DocumentMgmtDocument

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

@Generated("io.github.primelib.primecodegen") public class DocumentMgmtDocument extends Object
DocumentMgmtDocument

This model is used to store any document in API Gateway.

  • Felddetails

    • displayName

      protected String displayName
      The display name of the attached document.
    • fileContent

      protected String fileContent
      The complete file content in data URL format.
    • fileName

      protected String fileName
      The original name of the file uploaded to API Gateway.
    • id

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

    • DocumentMgmtDocument

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

      @Internal public DocumentMgmtDocument(String displayName, String fileContent, String fileName, String id)
      Constructs a validated instance of DocumentMgmtDocument.

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

      Parameter:
      displayName - The display name of the attached document.
      fileContent - The complete file content in data URL format.
      fileName - The original name of the file uploaded to API Gateway.
      id - The unique identifier of the document as stored in API Gateway.
    • DocumentMgmtDocument

      protected DocumentMgmtDocument()
  • Methodendetails

    • displayName

      public String displayName()
      The display name of the attached document.
    • fileContent

      public String fileContent()
      The complete file content in data URL format.
    • fileName

      public String fileName()
      The original name of the file uploaded to API Gateway.
    • id

      public String id()
      The unique identifier of the document as stored in API Gateway.
    • displayName

      public DocumentMgmtDocument displayName(String displayName)
      The display name of the attached document.
      Gibt zurück:
      this.
    • fileContent

      public DocumentMgmtDocument fileContent(String fileContent)
      The complete file content in data URL format.
      Gibt zurück:
      this.
    • fileName

      public DocumentMgmtDocument fileName(String fileName)
      The original name of the file uploaded to API Gateway.
      Gibt zurück:
      this.
    • id

      public DocumentMgmtDocument id(String id)
      The unique identifier of the document as stored in API Gateway.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object