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