Package org.azd.test.types
Class TestAttachmentRequestModel
java.lang.Object
org.azd.test.types.TestAttachmentRequestModel
Test attachment request model
-
Field Summary
FieldsModifier and TypeFieldDescriptionAttachment type By Default it will be GeneralAttachment.Comment associated with attachmentAttachment filenameBase64 encoded file stream -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
attachmentType
Attachment type By Default it will be GeneralAttachment. -
comment
Comment associated with attachment -
fileName
Attachment filename -
stream
Base64 encoded file stream
-
-
Constructor Details
-
TestAttachmentRequestModel
public TestAttachmentRequestModel()
-