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()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<LmsUpsertContentRequestDtoValue>value()LmsUpsertContentRequestDtoContentTypewithSourceValue(LmsUpsertContentRequestDtoSourceValue sourceValue)LmsUpsertContentRequestDtoContentTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoSourceValue> sourceValue)LmsUpsertContentRequestDtoContentTypewithValue(LmsUpsertContentRequestDtoValue value)LmsUpsertContentRequestDtoContentTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoValue> value)
-
-
-
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()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<LmsUpsertContentRequestDtoSourceValue> sourceValue()
-
builder
public static final LmsUpsertContentRequestDtoContentType.Builder builder()
-
withValue
public LmsUpsertContentRequestDtoContentType withValue(LmsUpsertContentRequestDtoValue value)
-
withValue
public LmsUpsertContentRequestDtoContentType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoValue> value)
-
withSourceValue
public LmsUpsertContentRequestDtoContentType withSourceValue(LmsUpsertContentRequestDtoSourceValue sourceValue)
-
withSourceValue
public LmsUpsertContentRequestDtoContentType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoSourceValue> sourceValue)
-
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
-
-