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