@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class Attachment extends Object
| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
any() |
boolean |
equals(Object o) |
UserDetails |
getAuthor()
Details of the user who added the attachment.
|
String |
getContent()
The content of the attachment.
|
OffsetDateTime |
getCreated()
The datetime the attachment was created.
|
String |
getFilename()
The file name of the attachment.
|
String |
getId()
The ID of the attachment.
|
String |
getMimeType()
The MIME type of the attachment.
|
String |
getSelf()
The URL of the attachment details response.
|
Long |
getSize()
The size of the attachment.
|
String |
getThumbnail()
The URL of a thumbnail representing the attachment.
|
int |
hashCode() |
void |
set(String name,
Object value) |
String |
toString() |
public String getSelf()
public String getId()
public String getFilename()
public UserDetails getAuthor()
public OffsetDateTime getCreated()
public Long getSize()
public String getMimeType()
public String getContent()
public String getThumbnail()
Copyright © 2011–2021 Everit Kft.. All rights reserved.