Class TicketingAttachmentResultFileFormat
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingAttachmentResultFileFormat
-
public class TicketingAttachmentResultFileFormat extends java.lang.ObjectTicketingAttachmentResultFileFormatThe type of the file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingAttachmentResultFileFormat.Builder
-
Constructor Summary
Constructors Constructor Description TicketingAttachmentResultFileFormat()TicketingAttachmentResultFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentResultSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingAttachmentResultFileFormat.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<TicketingAttachmentResultSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TicketingAttachmentResultValue>value()The file format of the file, expressed as a file extensionTicketingAttachmentResultFileFormatwithSourceValue(TicketingAttachmentResultSourceValue sourceValue)TicketingAttachmentResultFileFormatwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentResultSourceValue> sourceValue)TicketingAttachmentResultFileFormatwithValue(TicketingAttachmentResultValue value)The file format of the file, expressed as a file extensionTicketingAttachmentResultFileFormatwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentResultValue> value)The file format of the file, expressed as a file extension
-
-
-
Constructor Detail
-
TicketingAttachmentResultFileFormat
public TicketingAttachmentResultFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentResultSourceValue> sourceValue)
-
TicketingAttachmentResultFileFormat
public TicketingAttachmentResultFileFormat()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<TicketingAttachmentResultValue> value()
The file format of the file, expressed as a file extension
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TicketingAttachmentResultSourceValue> sourceValue()
-
builder
public static TicketingAttachmentResultFileFormat.Builder builder()
-
withValue
public TicketingAttachmentResultFileFormat withValue(TicketingAttachmentResultValue value)
The file format of the file, expressed as a file extension
-
withValue
public TicketingAttachmentResultFileFormat withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentResultValue> value)
The file format of the file, expressed as a file extension
-
withSourceValue
public TicketingAttachmentResultFileFormat withSourceValue(TicketingAttachmentResultSourceValue sourceValue)
-
withSourceValue
public TicketingAttachmentResultFileFormat withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingAttachmentResultSourceValue> 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
-
-