Class LmsUpsertContentRequestDtoContentType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.LmsUpsertContentRequestDtoContentType
-
public class LmsUpsertContentRequestDtoContentType extends java.lang.ObjectLmsUpsertContentRequestDtoContentTypeThe type of content
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLmsUpsertContentRequestDtoContentType.Builder
-
Constructor Summary
Constructors Constructor Description LmsUpsertContentRequestDtoContentType()LmsUpsertContentRequestDtoContentType(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LmsUpsertContentRequestDtoContentType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<LmsUpsertContentRequestDtoSourceValue>sourceValue()The provider-specific value to use when value is omitted or set to "unmapped_value".java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<LmsUpsertContentRequestDtoValue>value()The content type for write operations.LmsUpsertContentRequestDtoContentTypewithSourceValue(LmsUpsertContentRequestDtoSourceValue sourceValue)The provider-specific value to use when value is omitted or set to "unmapped_value".LmsUpsertContentRequestDtoContentTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoSourceValue> sourceValue)The provider-specific value to use when value is omitted or set to "unmapped_value".LmsUpsertContentRequestDtoContentTypewithValue(LmsUpsertContentRequestDtoValue value)The content type for write operations.LmsUpsertContentRequestDtoContentTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoValue> value)The content type for write operations.
-
-
-
Constructor Detail
-
LmsUpsertContentRequestDtoContentType
public LmsUpsertContentRequestDtoContentType(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoSourceValue> sourceValue)
-
LmsUpsertContentRequestDtoContentType
public LmsUpsertContentRequestDtoContentType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<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 org.openapitools.jackson.nullable.JsonNullable<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.
-
builder
public static LmsUpsertContentRequestDtoContentType.Builder builder()
-
withValue
public LmsUpsertContentRequestDtoContentType withValue(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.
-
withValue
public LmsUpsertContentRequestDtoContentType withValue(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.
-
withSourceValue
public LmsUpsertContentRequestDtoContentType withSourceValue(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.
-
withSourceValue
public LmsUpsertContentRequestDtoContentType withSourceValue(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.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-