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