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