Class HrisCreateEmployeeRequestDtoState.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoState.Builder
-
- Enclosing class:
- HrisCreateEmployeeRequestDtoState
public static final class HrisCreateEmployeeRequestDtoState.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisCreateEmployeeRequestDtoStatebuild()HrisCreateEmployeeRequestDtoState.BuildersourceValue(HrisCreateEmployeeRequestDtoWorkLocationStateSourceValue sourceValue)HrisCreateEmployeeRequestDtoState.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoWorkLocationStateSourceValue> sourceValue)HrisCreateEmployeeRequestDtoState.Buildervalue(java.lang.String value)state (ISO3166-2 Sub Division Code) - value must be a valid enum valueHrisCreateEmployeeRequestDtoState.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)state (ISO3166-2 Sub Division Code) - value must be a valid enum value
-
-
-
Method Detail
-
value
public HrisCreateEmployeeRequestDtoState.Builder value(java.lang.String value)
state (ISO3166-2 Sub Division Code) - value must be a valid enum value
-
value
public HrisCreateEmployeeRequestDtoState.Builder value(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
state (ISO3166-2 Sub Division Code) - value must be a valid enum value
-
sourceValue
public HrisCreateEmployeeRequestDtoState.Builder sourceValue(HrisCreateEmployeeRequestDtoWorkLocationStateSourceValue sourceValue)
-
sourceValue
public HrisCreateEmployeeRequestDtoState.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoWorkLocationStateSourceValue> sourceValue)
-
build
public HrisCreateEmployeeRequestDtoState build()
-
-