Class LmsUpsertContentRequestDtoContentType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.LmsUpsertContentRequestDtoContentType.Builder
-
- Enclosing class:
- LmsUpsertContentRequestDtoContentType
public static final class LmsUpsertContentRequestDtoContentType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LmsUpsertContentRequestDtoContentTypebuild()LmsUpsertContentRequestDtoContentType.BuildersourceValue(LmsUpsertContentRequestDtoSourceValue sourceValue)LmsUpsertContentRequestDtoContentType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoSourceValue> sourceValue)LmsUpsertContentRequestDtoContentType.Buildervalue(LmsUpsertContentRequestDtoValue value)LmsUpsertContentRequestDtoContentType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoValue> value)
-
-
-
Method Detail
-
value
public LmsUpsertContentRequestDtoContentType.Builder value(LmsUpsertContentRequestDtoValue value)
-
value
public LmsUpsertContentRequestDtoContentType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoValue> value)
-
sourceValue
public LmsUpsertContentRequestDtoContentType.Builder sourceValue(LmsUpsertContentRequestDtoSourceValue sourceValue)
-
sourceValue
public LmsUpsertContentRequestDtoContentType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoSourceValue> sourceValue)
-
build
public LmsUpsertContentRequestDtoContentType build()
-
-