Class AssignmentResult1
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AssignmentResult1
-
public class AssignmentResult1 extends java.lang.ObjectAssignmentResult1The result of the assignment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssignmentResult1.Builder
-
Constructor Summary
Constructors Constructor Description AssignmentResult1()AssignmentResult1(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentResultSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssignmentResult1.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AssignmentResultSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AssignmentResultValue>value()AssignmentResult1withSourceValue(AssignmentResultSourceValue sourceValue)AssignmentResult1withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentResultSourceValue> sourceValue)AssignmentResult1withValue(AssignmentResultValue value)AssignmentResult1withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentResultValue> value)
-
-
-
Constructor Detail
-
AssignmentResult1
public AssignmentResult1(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentResultSourceValue> sourceValue)
-
AssignmentResult1
public AssignmentResult1()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AssignmentResultValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AssignmentResultSourceValue> sourceValue()
-
builder
public static AssignmentResult1.Builder builder()
-
withValue
public AssignmentResult1 withValue(AssignmentResultValue value)
-
withValue
public AssignmentResult1 withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentResultValue> value)
-
withSourceValue
public AssignmentResult1 withSourceValue(AssignmentResultSourceValue sourceValue)
-
withSourceValue
public AssignmentResult1 withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentResultSourceValue> 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
-
-