Class HrisCreateEmployeeRequestDtoPayFrequency.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoPayFrequency.Builder
-
- Enclosing class:
- HrisCreateEmployeeRequestDtoPayFrequency
public static final class HrisCreateEmployeeRequestDtoPayFrequency.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisCreateEmployeeRequestDtoPayFrequencybuild()HrisCreateEmployeeRequestDtoPayFrequency.BuildersourceValue(HrisCreateEmployeeRequestDtoEmploymentPayFrequencySourceValue sourceValue)The source value of the pay frequency.HrisCreateEmployeeRequestDtoPayFrequency.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentPayFrequencySourceValue> sourceValue)The source value of the pay frequency.HrisCreateEmployeeRequestDtoPayFrequency.Buildervalue(HrisCreateEmployeeRequestDtoEmploymentPayFrequencyValue value)The pay frequency of the job postings.HrisCreateEmployeeRequestDtoPayFrequency.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentPayFrequencyValue> value)The pay frequency of the job postings.
-
-
-
Method Detail
-
value
public HrisCreateEmployeeRequestDtoPayFrequency.Builder value(HrisCreateEmployeeRequestDtoEmploymentPayFrequencyValue value)
The pay frequency of the job postings.
-
value
public HrisCreateEmployeeRequestDtoPayFrequency.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentPayFrequencyValue> value)
The pay frequency of the job postings.
-
sourceValue
public HrisCreateEmployeeRequestDtoPayFrequency.Builder sourceValue(HrisCreateEmployeeRequestDtoEmploymentPayFrequencySourceValue sourceValue)
The source value of the pay frequency.
-
sourceValue
public HrisCreateEmployeeRequestDtoPayFrequency.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentPayFrequencySourceValue> sourceValue)
The source value of the pay frequency.
-
build
public HrisCreateEmployeeRequestDtoPayFrequency build()
-
-