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 provider-specific value to use when value is omitted or set to "unmapped_value".LmsCreateContentRequestDtoContentType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateContentRequestDtoSourceValue> sourceValue)The provider-specific value to use when value is omitted or set to "unmapped_value".LmsCreateContentRequestDtoContentType.Buildervalue(LmsCreateContentRequestDtoValue value)The content type for write operations.LmsCreateContentRequestDtoContentType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateContentRequestDtoValue> value)The content type for write operations.
-
-
-
Method Detail
-
value
public LmsCreateContentRequestDtoContentType.Builder value(LmsCreateContentRequestDtoValue value)
The content type for write operations. Provide one of the listed enum values. If omitted or set to "unmapped_value", the source_value will be sent to the provider instead.
-
value
public LmsCreateContentRequestDtoContentType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateContentRequestDtoValue> value)
The content type for write operations. Provide one of the listed enum values. If omitted or set to "unmapped_value", the source_value will be sent to the provider instead.
-
sourceValue
public LmsCreateContentRequestDtoContentType.Builder sourceValue(LmsCreateContentRequestDtoSourceValue sourceValue)
The provider-specific value to use when value is omitted or set to "unmapped_value". You are responsible for ensuring this matches the provider's expected format.
-
sourceValue
public LmsCreateContentRequestDtoContentType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateContentRequestDtoSourceValue> sourceValue)
The provider-specific value to use when value is omitted or set to "unmapped_value". You are responsible for ensuring this matches the provider's expected format.
-
build
public LmsCreateContentRequestDtoContentType build()
-
-