Class SmartAttachmentBean
java.lang.Object
com.codebarrel.jira.model.issue.AttachmentBean
com.codebarrel.automation.rulecomponent.jira.com.rproxy.goskope.common.smartbeans.SmartAttachmentBean
- All Implemented Interfaces:
SmartBean<AttachmentBean>
-
Constructor Summary
ConstructorsConstructorDescriptionSmartAttachmentBean(AttachmentBean source, EntityPropertiesClient entityPropertiesClient, UserClient userClient) -
Method Summary
Methods inherited from class com.codebarrel.jira.model.issue.AttachmentBean
getContent, getCreated, getFilename, getId, getMimeType, getSelf, getSize
-
Constructor Details
-
SmartAttachmentBean
public SmartAttachmentBean(AttachmentBean source, EntityPropertiesClient entityPropertiesClient, UserClient userClient)
-
-
Method Details
-
getSource
Description copied from interface:SmartBeanReturns the wrapped bean for this smart bean. Mainly used for JSON deserialization, since smart beans should never be serialized directly.- Specified by:
getSourcein interfaceSmartBean<AttachmentBean>
-
getAuthor
- Overrides:
getAuthorin classAttachmentBean
-
toString
- Overrides:
toStringin classAttachmentBean
-