Class AttachmentRedactionEvent
- java.lang.Object
-
- org.zendesk.client.v2.model.events.Event
-
- org.zendesk.client.v2.model.events.AttachmentRedactionEvent
-
- All Implemented Interfaces:
Serializable
public class AttachmentRedactionEvent extends Event
An attachment was redacted, or permanently deleted, from a ticket comment- Author:
- matthewtckr
- See Also:
- Zendesk API Documentation, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachmentRedactionEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAttachmentId()LonggetCommentId()voidsetAttachmentId(Long attachmentId)voidsetCommentId(Long commentId)StringtoString()
-