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)ContentType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ContentSourceValue> sourceValue)ContentType.Buildervalue(ContentValue value)ContentType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends ContentValue> value)
-
-
-
Method Detail
-
value
public ContentType.Builder value(ContentValue value)
-
value
public ContentType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends ContentValue> value)
-
sourceValue
public ContentType.Builder sourceValue(ContentSourceValue sourceValue)
-
sourceValue
public ContentType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ContentSourceValue> sourceValue)
-
build
public ContentType build()
-
-