Class ContentBlockStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ContentBlockStatus
-
public class ContentBlockStatus extends java.lang.ObjectContentBlockStatusStackone enum identifying the status of content block.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContentBlockStatus.Builder
-
Constructor Summary
Constructors Constructor Description ContentBlockStatus()ContentBlockStatus(org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockStatusSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentBlockStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<ContentBlockStatusSourceValue>sourceValue()The source value of the status.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<ContentBlockStatusValue>value()The Status of the content blocks.ContentBlockStatuswithSourceValue(ContentBlockStatusSourceValue sourceValue)The source value of the status.ContentBlockStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockStatusSourceValue> sourceValue)The source value of the status.ContentBlockStatuswithValue(ContentBlockStatusValue value)The Status of the content blocks.ContentBlockStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockStatusValue> value)The Status of the content blocks.
-
-
-
Constructor Detail
-
ContentBlockStatus
public ContentBlockStatus(org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockStatusSourceValue> sourceValue)
-
ContentBlockStatus
public ContentBlockStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<ContentBlockStatusValue> value()
The Status of the content blocks.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<ContentBlockStatusSourceValue> sourceValue()
The source value of the status.
-
builder
public static ContentBlockStatus.Builder builder()
-
withValue
public ContentBlockStatus withValue(ContentBlockStatusValue value)
The Status of the content blocks.
-
withValue
public ContentBlockStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockStatusValue> value)
The Status of the content blocks.
-
withSourceValue
public ContentBlockStatus withSourceValue(ContentBlockStatusSourceValue sourceValue)
The source value of the status.
-
withSourceValue
public ContentBlockStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockStatusSourceValue> sourceValue)
The source value of the status.
-
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
-
-