Class AttachmentResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.AttachmentResponse
-
public class AttachmentResponse extends java.lang.ObjectAttachmentResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ATTACHMENT
-
Constructor Summary
Constructors Constructor Description AttachmentResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentResponseattachment(AttachmentSchema attachment)booleanequals(java.lang.Object o)AttachmentSchemagetAttachment()The uploaded attachment object.inthashCode()voidsetAttachment(AttachmentSchema attachment)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ATTACHMENT
public static final java.lang.String JSON_PROPERTY_ATTACHMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
attachment
public AttachmentResponse attachment(AttachmentSchema attachment)
-
getAttachment
@Nullable public AttachmentSchema getAttachment()
The uploaded attachment object.- Returns:
- attachment
-
setAttachment
public void setAttachment(AttachmentSchema attachment)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-