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