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)The provider-specific value to use when value is omitted or set to "unmapped_value".LmsUpsertContentRequestDtoContentType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoSourceValue> sourceValue)The provider-specific value to use when value is omitted or set to "unmapped_value".LmsUpsertContentRequestDtoContentType.Buildervalue(LmsUpsertContentRequestDtoValue value)The content type for write operations.LmsUpsertContentRequestDtoContentType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoValue> value)The content type for write operations.
-
-
-
Method Detail
-
value
public LmsUpsertContentRequestDtoContentType.Builder value(LmsUpsertContentRequestDtoValue 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 LmsUpsertContentRequestDtoContentType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoValue> 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 LmsUpsertContentRequestDtoContentType.Builder sourceValue(LmsUpsertContentRequestDtoSourceValue 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 LmsUpsertContentRequestDtoContentType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoSourceValue> 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 LmsUpsertContentRequestDtoContentType build()
-
-