Class AssignmentStatus


  • public class AssignmentStatus
    extends java.lang.Object
    AssignmentStatus

    The status of the assignment

    • Constructor Detail

      • AssignmentStatus

        public AssignmentStatus​(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentValue> value,
                                org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentSourceValue> sourceValue)
      • AssignmentStatus

        public AssignmentStatus()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<AssignmentValue> value()
        The StackOne unified assignment status.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<AssignmentSourceValue> sourceValue()
        The original status value from the provider before normalization.
      • withValue

        public AssignmentStatus withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentValue> value)
        The StackOne unified assignment status.
      • withSourceValue

        public AssignmentStatus withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentSourceValue> sourceValue)
        The original status value from the provider before normalization.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object