Class TimeEntriesStatus.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TimeEntriesStatus.Builder
-
- Enclosing class:
- TimeEntriesStatus
public static final class TimeEntriesStatus.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeEntriesStatusbuild()TimeEntriesStatus.BuildersourceValue(TimeEntriesSourceValue sourceValue)TimeEntriesStatus.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesSourceValue> sourceValue)TimeEntriesStatus.Buildervalue(TimeEntriesValue value)TimeEntriesStatus.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesValue> value)
-
-
-
Method Detail
-
value
public TimeEntriesStatus.Builder value(TimeEntriesValue value)
-
value
public TimeEntriesStatus.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesValue> value)
-
sourceValue
public TimeEntriesStatus.Builder sourceValue(TimeEntriesSourceValue sourceValue)
-
sourceValue
public TimeEntriesStatus.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeEntriesSourceValue> sourceValue)
-
build
public TimeEntriesStatus build()
-
-