Class ApplicationAttachment
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ApplicationAttachment
-
public class ApplicationAttachment extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationAttachment.Builder
-
Constructor Summary
Constructors Constructor Description ApplicationAttachment()ApplicationAttachment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url, org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentContentType> contentType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationAttachment.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>content()The content of the attachment.org.openapitools.jackson.nullable.JsonNullable<ApplicationAttachmentContentType>contentType()booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>fileName()The file name of the attachment.inthashCode()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>url()The URL of the attachment.ApplicationAttachmentwithContent(java.lang.String content)The content of the attachment.ApplicationAttachmentwithContent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)The content of the attachment.ApplicationAttachmentwithContentType(ApplicationAttachmentContentType contentType)ApplicationAttachmentwithContentType(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentContentType> contentType)ApplicationAttachmentwithFileName(java.lang.String fileName)The file name of the attachment.ApplicationAttachmentwithFileName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)The file name of the attachment.ApplicationAttachmentwithUrl(java.lang.String url)The URL of the attachment.ApplicationAttachmentwithUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)The URL of the attachment.
-
-
-
Constructor Detail
-
ApplicationAttachment
public ApplicationAttachment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url, org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentContentType> contentType)
-
ApplicationAttachment
public ApplicationAttachment()
-
-
Method Detail
-
fileName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName()
The file name of the attachment.
-
content
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content()
The content of the attachment.
-
url
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
The URL of the attachment.
-
contentType
public org.openapitools.jackson.nullable.JsonNullable<ApplicationAttachmentContentType> contentType()
-
builder
public static final ApplicationAttachment.Builder builder()
-
withFileName
public ApplicationAttachment withFileName(java.lang.String fileName)
The file name of the attachment.
-
withFileName
public ApplicationAttachment withFileName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)
The file name of the attachment.
-
withContent
public ApplicationAttachment withContent(java.lang.String content)
The content of the attachment.
-
withContent
public ApplicationAttachment withContent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
The content of the attachment.
-
withUrl
public ApplicationAttachment withUrl(java.lang.String url)
The URL of the attachment.
-
withUrl
public ApplicationAttachment withUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
The URL of the attachment.
-
withContentType
public ApplicationAttachment withContentType(ApplicationAttachmentContentType contentType)
-
withContentType
public ApplicationAttachment withContentType(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentContentType> contentType)
-
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
-
-