Class ApplicationAttachmentContentType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ApplicationAttachmentContentType
-
public class ApplicationAttachmentContentType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationAttachmentContentType.Builder
-
Constructor Summary
Constructors Constructor Description ApplicationAttachmentContentType()ApplicationAttachmentContentType(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationAttachmentContentType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<ApplicationAttachmentSourceValue>sourceValue()The source value of the content type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<ApplicationAttachmentValue>value()The content type of the attachment.ApplicationAttachmentContentTypewithSourceValue(ApplicationAttachmentSourceValue sourceValue)The source value of the content type.ApplicationAttachmentContentTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentSourceValue> sourceValue)The source value of the content type.ApplicationAttachmentContentTypewithValue(ApplicationAttachmentValue value)The content type of the attachment.ApplicationAttachmentContentTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentValue> value)The content type of the attachment.
-
-
-
Constructor Detail
-
ApplicationAttachmentContentType
public ApplicationAttachmentContentType(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentSourceValue> sourceValue)
-
ApplicationAttachmentContentType
public ApplicationAttachmentContentType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<ApplicationAttachmentValue> value()
The content type of the attachment.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<ApplicationAttachmentSourceValue> sourceValue()
The source value of the content type.
-
builder
public static ApplicationAttachmentContentType.Builder builder()
-
withValue
public ApplicationAttachmentContentType withValue(ApplicationAttachmentValue value)
The content type of the attachment.
-
withValue
public ApplicationAttachmentContentType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentValue> value)
The content type of the attachment.
-
withSourceValue
public ApplicationAttachmentContentType withSourceValue(ApplicationAttachmentSourceValue sourceValue)
The source value of the content type.
-
withSourceValue
public ApplicationAttachmentContentType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentSourceValue> sourceValue)
The source value of the content type.
-
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
-
-