Class TicketingAttachmentFileFormat
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingAttachmentFileFormat
-
public class TicketingAttachmentFileFormat extends java.lang.ObjectTicketingAttachmentFileFormatThe type of the file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingAttachmentFileFormat.Builder
-
Constructor Summary
Constructors Constructor Description TicketingAttachmentFileFormat()TicketingAttachmentFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingAttachmentFileFormat.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<TicketingAttachmentSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TicketingAttachmentValue>value()The file format of the file, expressed as a file extensionTicketingAttachmentFileFormatwithSourceValue(TicketingAttachmentSourceValue sourceValue)TicketingAttachmentFileFormatwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentSourceValue> sourceValue)TicketingAttachmentFileFormatwithValue(TicketingAttachmentValue value)The file format of the file, expressed as a file extensionTicketingAttachmentFileFormatwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentValue> value)The file format of the file, expressed as a file extension
-
-
-
Constructor Detail
-
TicketingAttachmentFileFormat
public TicketingAttachmentFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentSourceValue> sourceValue)
-
TicketingAttachmentFileFormat
public TicketingAttachmentFileFormat()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<TicketingAttachmentValue> value()
The file format of the file, expressed as a file extension
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TicketingAttachmentSourceValue> sourceValue()
-
builder
public static TicketingAttachmentFileFormat.Builder builder()
-
withValue
public TicketingAttachmentFileFormat withValue(TicketingAttachmentValue value)
The file format of the file, expressed as a file extension
-
withValue
public TicketingAttachmentFileFormat withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentValue> value)
The file format of the file, expressed as a file extension
-
withSourceValue
public TicketingAttachmentFileFormat withSourceValue(TicketingAttachmentSourceValue sourceValue)
-
withSourceValue
public TicketingAttachmentFileFormat withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentSourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-