Klasse DocumentMgmtDocument
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.DocumentMgmtDocument
DocumentMgmtDocument
This model is used to store any document in API Gateway.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe display name of the attached document.protected StringThe complete file content in data URL format.protected StringThe original name of the file uploaded to API Gateway.protected StringThe unique identifier of the document as stored in API Gateway. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDocumentMgmtDocument(String displayName, String fileContent, String fileName, String id) Constructs a validated instance ofDocumentMgmtDocument.Constructs a validated instance ofDocumentMgmtDocument. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanThe display name of the attached document.displayName(String displayName) The display name of the attached document.booleanThe complete file content in data URL format.fileContent(String fileContent) The complete file content in data URL format.fileName()The original name of the file uploaded to API Gateway.The original name of the file uploaded to API Gateway.inthashCode()id()The unique identifier of the document as stored in API Gateway.The unique identifier of the document as stored in API Gateway.toString()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
DocumentMgmtDocument
Constructs a validated instance ofDocumentMgmtDocument.- Parameter:
spec- the specification to process
-
DocumentMgmtDocument
@Internal public DocumentMgmtDocument(String displayName, String fileContent, String fileName, String id) Constructs a validated instance ofDocumentMgmtDocument.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
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. -
displayName
The display name of the attached document.- Gibt zurück:
this.
-
fileContent
The complete file content in data URL format.- Gibt zurück:
this.
-
fileName
The original name of the file uploaded to API Gateway.- Gibt zurück:
this.
-
id
The unique identifier of the document as stored in API Gateway.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-