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