@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class MultiFormAttachmentDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ATTACHMENT_DESCRIPTION |
static String |
SERIALIZED_NAME_ATTACHMENT_NAME |
static String |
SERIALIZED_NAME_ATTACHMENT_TYPE |
static String |
SERIALIZED_NAME_CONTENT |
static String |
SERIALIZED_NAME_URL |
Constructor and Description |
---|
MultiFormAttachmentDto() |
Modifier and Type | Method and Description |
---|---|
MultiFormAttachmentDto |
attachmentDescription(String attachmentDescription) |
MultiFormAttachmentDto |
attachmentName(String attachmentName) |
MultiFormAttachmentDto |
attachmentType(String attachmentType) |
MultiFormAttachmentDto |
content(File content) |
boolean |
equals(Object o) |
String |
getAttachmentDescription()
The description of the attachment.
|
String |
getAttachmentName()
The name of the attachment.
|
String |
getAttachmentType()
The type of the attachment.
|
File |
getContent()
The content of the attachment.
|
String |
getUrl()
The url to the remote content of the attachment.
|
int |
hashCode() |
void |
setAttachmentDescription(String attachmentDescription) |
void |
setAttachmentName(String attachmentName) |
void |
setAttachmentType(String attachmentType) |
void |
setContent(File content) |
void |
setUrl(String url) |
String |
toString() |
MultiFormAttachmentDto |
url(String url) |
public static final String SERIALIZED_NAME_ATTACHMENT_NAME
public static final String SERIALIZED_NAME_ATTACHMENT_DESCRIPTION
public static final String SERIALIZED_NAME_ATTACHMENT_TYPE
public static final String SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_CONTENT
public MultiFormAttachmentDto attachmentName(String attachmentName)
@Nullable public String getAttachmentName()
public void setAttachmentName(String attachmentName)
public MultiFormAttachmentDto attachmentDescription(String attachmentDescription)
@Nullable public String getAttachmentDescription()
public void setAttachmentDescription(String attachmentDescription)
public MultiFormAttachmentDto attachmentType(String attachmentType)
@Nullable public String getAttachmentType()
public void setAttachmentType(String attachmentType)
public MultiFormAttachmentDto url(String url)
@Nullable public String getUrl()
public void setUrl(String url)
public MultiFormAttachmentDto content(File content)
public void setContent(File content)
Copyright © 2022. All rights reserved.