Class ContentType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ContentType.Builder
-
- Enclosing class:
- ContentType
public static final class ContentType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentTypebuild()ContentType.BuildersourceValue(ContentSourceValue sourceValue)The original value from the provider before normalization.ContentType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ContentSourceValue> sourceValue)The original value from the provider before normalization.ContentType.Buildervalue(ContentValue value)The StackOne unified content type.ContentType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends ContentValue> value)The StackOne unified content type.
-
-
-
Method Detail
-
value
public ContentType.Builder value(ContentValue value)
The StackOne unified content type.
-
value
public ContentType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends ContentValue> value)
The StackOne unified content type.
-
sourceValue
public ContentType.Builder sourceValue(ContentSourceValue sourceValue)
The original value from the provider before normalization.
-
sourceValue
public ContentType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ContentSourceValue> sourceValue)
The original value from the provider before normalization.
-
build
public ContentType build()
-
-