Class LmsCreateContentRequestDtoContentType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.LmsCreateContentRequestDtoContentType
-
public class LmsCreateContentRequestDtoContentType extends java.lang.ObjectLmsCreateContentRequestDtoContentTypeThe type of content
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLmsCreateContentRequestDtoContentType.Builder
-
Constructor Summary
Constructors Constructor Description LmsCreateContentRequestDtoContentType()LmsCreateContentRequestDtoContentType(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateContentRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateContentRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LmsCreateContentRequestDtoContentType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<LmsCreateContentRequestDtoSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<LmsCreateContentRequestDtoValue>value()LmsCreateContentRequestDtoContentTypewithSourceValue(LmsCreateContentRequestDtoSourceValue sourceValue)LmsCreateContentRequestDtoContentTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateContentRequestDtoSourceValue> sourceValue)LmsCreateContentRequestDtoContentTypewithValue(LmsCreateContentRequestDtoValue value)LmsCreateContentRequestDtoContentTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateContentRequestDtoValue> value)
-
-
-
Constructor Detail
-
LmsCreateContentRequestDtoContentType
public LmsCreateContentRequestDtoContentType(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateContentRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateContentRequestDtoSourceValue> sourceValue)
-
LmsCreateContentRequestDtoContentType
public LmsCreateContentRequestDtoContentType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<LmsCreateContentRequestDtoValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<LmsCreateContentRequestDtoSourceValue> sourceValue()
-
builder
public static LmsCreateContentRequestDtoContentType.Builder builder()
-
withValue
public LmsCreateContentRequestDtoContentType withValue(LmsCreateContentRequestDtoValue value)
-
withValue
public LmsCreateContentRequestDtoContentType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateContentRequestDtoValue> value)
-
withSourceValue
public LmsCreateContentRequestDtoContentType withSourceValue(LmsCreateContentRequestDtoSourceValue sourceValue)
-
withSourceValue
public LmsCreateContentRequestDtoContentType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateContentRequestDtoSourceValue> 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
-
-