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()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AssignmentLearningObjectTypeValue>value()LearningObjectTypewithSourceValue(AssignmentLearningObjectTypeSourceValue sourceValue)LearningObjectTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentLearningObjectTypeSourceValue> sourceValue)LearningObjectTypewithValue(AssignmentLearningObjectTypeValue value)LearningObjectTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentLearningObjectTypeValue> value)
-
-
-
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()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AssignmentLearningObjectTypeSourceValue> sourceValue()
-
builder
public static final LearningObjectType.Builder builder()
-
withValue
public LearningObjectType withValue(AssignmentLearningObjectTypeValue value)
-
withValue
public LearningObjectType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentLearningObjectTypeValue> value)
-
withSourceValue
public LearningObjectType withSourceValue(AssignmentLearningObjectTypeSourceValue sourceValue)
-
withSourceValue
public LearningObjectType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentLearningObjectTypeSourceValue> 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
-
-