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