Class LmsCreateAssignmentRequestDtoStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.LmsCreateAssignmentRequestDtoStatus
-
public class LmsCreateAssignmentRequestDtoStatus extends java.lang.ObjectLmsCreateAssignmentRequestDtoStatusThe status of the assignment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLmsCreateAssignmentRequestDtoStatus.Builder
-
Constructor Summary
Constructors Constructor Description LmsCreateAssignmentRequestDtoStatus()LmsCreateAssignmentRequestDtoStatus(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateAssignmentRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateAssignmentRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LmsCreateAssignmentRequestDtoStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<LmsCreateAssignmentRequestDtoSourceValue>sourceValue()The original status value from the provider before normalization.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<LmsCreateAssignmentRequestDtoValue>value()The StackOne unified assignment status.LmsCreateAssignmentRequestDtoStatuswithSourceValue(LmsCreateAssignmentRequestDtoSourceValue sourceValue)The original status value from the provider before normalization.LmsCreateAssignmentRequestDtoStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateAssignmentRequestDtoSourceValue> sourceValue)The original status value from the provider before normalization.LmsCreateAssignmentRequestDtoStatuswithValue(LmsCreateAssignmentRequestDtoValue value)The StackOne unified assignment status.LmsCreateAssignmentRequestDtoStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateAssignmentRequestDtoValue> value)The StackOne unified assignment status.
-
-
-
Constructor Detail
-
LmsCreateAssignmentRequestDtoStatus
public LmsCreateAssignmentRequestDtoStatus(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateAssignmentRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateAssignmentRequestDtoSourceValue> sourceValue)
-
LmsCreateAssignmentRequestDtoStatus
public LmsCreateAssignmentRequestDtoStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<LmsCreateAssignmentRequestDtoValue> value()
The StackOne unified assignment status.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<LmsCreateAssignmentRequestDtoSourceValue> sourceValue()
The original status value from the provider before normalization.
-
builder
public static LmsCreateAssignmentRequestDtoStatus.Builder builder()
-
withValue
public LmsCreateAssignmentRequestDtoStatus withValue(LmsCreateAssignmentRequestDtoValue value)
The StackOne unified assignment status.
-
withValue
public LmsCreateAssignmentRequestDtoStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateAssignmentRequestDtoValue> value)
The StackOne unified assignment status.
-
withSourceValue
public LmsCreateAssignmentRequestDtoStatus withSourceValue(LmsCreateAssignmentRequestDtoSourceValue sourceValue)
The original status value from the provider before normalization.
-
withSourceValue
public LmsCreateAssignmentRequestDtoStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateAssignmentRequestDtoSourceValue> sourceValue)
The original status value 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
-
-