Class TimeEntriesStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TimeEntriesStatus
-
public class TimeEntriesStatus extends java.lang.ObjectTimeEntriesStatus - The status of the time entry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeEntriesStatus.Builder
-
Constructor Summary
Constructors Constructor Description TimeEntriesStatus()TimeEntriesStatus(org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimeEntriesStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<TimeEntriesSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TimeEntriesValue>value()TimeEntriesStatuswithSourceValue(TimeEntriesSourceValue sourceValue)TimeEntriesStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesSourceValue> sourceValue)TimeEntriesStatuswithValue(TimeEntriesValue value)TimeEntriesStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesValue> value)
-
-
-
Constructor Detail
-
TimeEntriesStatus
public TimeEntriesStatus(org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesSourceValue> sourceValue)
-
TimeEntriesStatus
public TimeEntriesStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<TimeEntriesValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TimeEntriesSourceValue> sourceValue()
-
builder
public static final TimeEntriesStatus.Builder builder()
-
withValue
public TimeEntriesStatus withValue(TimeEntriesValue value)
-
withValue
public TimeEntriesStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesValue> value)
-
withSourceValue
public TimeEntriesStatus withSourceValue(TimeEntriesSourceValue sourceValue)
-
withSourceValue
public TimeEntriesStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesSourceValue> 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
-
-