Class ApplicationAttachment.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ApplicationAttachment.Builder
-
- Enclosing class:
- ApplicationAttachment
public static final class ApplicationAttachment.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationAttachmentbuild()ApplicationAttachment.Buildercontent(java.lang.String content)The content of the attachment.ApplicationAttachment.Buildercontent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)The content of the attachment.ApplicationAttachment.BuildercontentType(ApplicationAttachmentContentType contentType)ApplicationAttachment.BuildercontentType(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentContentType> contentType)ApplicationAttachment.BuilderfileName(java.lang.String fileName)The file name of the attachment.ApplicationAttachment.BuilderfileName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)The file name of the attachment.ApplicationAttachment.Builderurl(java.lang.String url)The URL of the attachment.ApplicationAttachment.Builderurl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)The URL of the attachment.
-
-
-
Method Detail
-
fileName
public ApplicationAttachment.Builder fileName(java.lang.String fileName)
The file name of the attachment.
-
fileName
public ApplicationAttachment.Builder fileName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)
The file name of the attachment.
-
content
public ApplicationAttachment.Builder content(java.lang.String content)
The content of the attachment.
-
content
public ApplicationAttachment.Builder content(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
The content of the attachment.
-
url
public ApplicationAttachment.Builder url(java.lang.String url)
The URL of the attachment.
-
url
public ApplicationAttachment.Builder url(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
The URL of the attachment.
-
contentType
public ApplicationAttachment.Builder contentType(ApplicationAttachmentContentType contentType)
-
contentType
public ApplicationAttachment.Builder contentType(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentContentType> contentType)
-
build
public ApplicationAttachment build()
-
-