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