Class ApplicationAttachmentContentType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ApplicationAttachmentContentType.Builder
-
- Enclosing class:
- ApplicationAttachmentContentType
public static final class ApplicationAttachmentContentType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationAttachmentContentTypebuild()ApplicationAttachmentContentType.BuildersourceValue(ApplicationAttachmentSourceValue sourceValue)The source value of the content type.ApplicationAttachmentContentType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentSourceValue> sourceValue)The source value of the content type.ApplicationAttachmentContentType.Buildervalue(ApplicationAttachmentValue value)The content type of the attachment.ApplicationAttachmentContentType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentValue> value)The content type of the attachment.
-
-
-
Method Detail
-
value
public ApplicationAttachmentContentType.Builder value(ApplicationAttachmentValue value)
The content type of the attachment.
-
value
public ApplicationAttachmentContentType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentValue> value)
The content type of the attachment.
-
sourceValue
public ApplicationAttachmentContentType.Builder sourceValue(ApplicationAttachmentSourceValue sourceValue)
The source value of the content type.
-
sourceValue
public ApplicationAttachmentContentType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentSourceValue> sourceValue)
The source value of the content type.
-
build
public ApplicationAttachmentContentType build()
-
-