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