Class CompletionLearningObjectType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CompletionLearningObjectType
-
public class CompletionLearningObjectType extends java.lang.ObjectCompletionLearningObjectTypeThe learning object type of the completion
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompletionLearningObjectType.Builder
-
Constructor Summary
Constructors Constructor Description CompletionLearningObjectType()CompletionLearningObjectType(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionLearningObjectTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CompletionLearningObjectTypeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CompletionLearningObjectType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<CompletionLearningObjectTypeSourceValue>sourceValue()The original learning object type from the provider before normalization.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<CompletionLearningObjectTypeValue>value()The StackOne unified learning object type.CompletionLearningObjectTypewithSourceValue(CompletionLearningObjectTypeSourceValue sourceValue)The original learning object type from the provider before normalization.CompletionLearningObjectTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionLearningObjectTypeSourceValue> sourceValue)The original learning object type from the provider before normalization.CompletionLearningObjectTypewithValue(CompletionLearningObjectTypeValue value)The StackOne unified learning object type.CompletionLearningObjectTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionLearningObjectTypeValue> value)The StackOne unified learning object type.
-
-
-
Constructor Detail
-
CompletionLearningObjectType
public CompletionLearningObjectType(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionLearningObjectTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CompletionLearningObjectTypeSourceValue> sourceValue)
-
CompletionLearningObjectType
public CompletionLearningObjectType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<CompletionLearningObjectTypeValue> value()
The StackOne unified learning object type.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<CompletionLearningObjectTypeSourceValue> sourceValue()
The original learning object type from the provider before normalization.
-
builder
public static CompletionLearningObjectType.Builder builder()
-
withValue
public CompletionLearningObjectType withValue(CompletionLearningObjectTypeValue value)
The StackOne unified learning object type.
-
withValue
public CompletionLearningObjectType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionLearningObjectTypeValue> value)
The StackOne unified learning object type.
-
withSourceValue
public CompletionLearningObjectType withSourceValue(CompletionLearningObjectTypeSourceValue sourceValue)
The original learning object type from the provider before normalization.
-
withSourceValue
public CompletionLearningObjectType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionLearningObjectTypeSourceValue> sourceValue)
The original learning object type from the provider before normalization.
-
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
-
-