Class TicketingAttachmentFileFormat.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingAttachmentFileFormat.Builder
-
- Enclosing class:
- TicketingAttachmentFileFormat
public static final class TicketingAttachmentFileFormat.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketingAttachmentFileFormatbuild()TicketingAttachmentFileFormat.BuildersourceValue(TicketingAttachmentSourceValue sourceValue)TicketingAttachmentFileFormat.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentSourceValue> sourceValue)TicketingAttachmentFileFormat.Buildervalue(TicketingAttachmentValue value)The file format of the file, expressed as a file extensionTicketingAttachmentFileFormat.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentValue> value)The file format of the file, expressed as a file extension
-
-
-
Method Detail
-
value
public TicketingAttachmentFileFormat.Builder value(TicketingAttachmentValue value)
The file format of the file, expressed as a file extension
-
value
public TicketingAttachmentFileFormat.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentValue> value)
The file format of the file, expressed as a file extension
-
sourceValue
public TicketingAttachmentFileFormat.Builder sourceValue(TicketingAttachmentSourceValue sourceValue)
-
sourceValue
public TicketingAttachmentFileFormat.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentSourceValue> sourceValue)
-
build
public TicketingAttachmentFileFormat build()
-
-