Class JobPostingCompensationPayPeriod
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JobPostingCompensationPayPeriod
-
public class JobPostingCompensationPayPeriod extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobPostingCompensationPayPeriod.Builder
-
Constructor Summary
Constructors Constructor Description JobPostingCompensationPayPeriod()JobPostingCompensationPayPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayPeriodValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayPeriodSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobPostingCompensationPayPeriod.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<JobPostingCompensationPayPeriodSourceValue>sourceValue()The source value of the pay period.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<JobPostingCompensationPayPeriodValue>value()The pay period of the job postings.JobPostingCompensationPayPeriodwithSourceValue(JobPostingCompensationPayPeriodSourceValue sourceValue)The source value of the pay period.JobPostingCompensationPayPeriodwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayPeriodSourceValue> sourceValue)The source value of the pay period.JobPostingCompensationPayPeriodwithValue(JobPostingCompensationPayPeriodValue value)The pay period of the job postings.JobPostingCompensationPayPeriodwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayPeriodValue> value)The pay period of the job postings.
-
-
-
Constructor Detail
-
JobPostingCompensationPayPeriod
public JobPostingCompensationPayPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayPeriodValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayPeriodSourceValue> sourceValue)
-
JobPostingCompensationPayPeriod
public JobPostingCompensationPayPeriod()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<JobPostingCompensationPayPeriodValue> value()
The pay period of the job postings.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<JobPostingCompensationPayPeriodSourceValue> sourceValue()
The source value of the pay period.
-
builder
public static final JobPostingCompensationPayPeriod.Builder builder()
-
withValue
public JobPostingCompensationPayPeriod withValue(JobPostingCompensationPayPeriodValue value)
The pay period of the job postings.
-
withValue
public JobPostingCompensationPayPeriod withValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayPeriodValue> value)
The pay period of the job postings.
-
withSourceValue
public JobPostingCompensationPayPeriod withSourceValue(JobPostingCompensationPayPeriodSourceValue sourceValue)
The source value of the pay period.
-
withSourceValue
public JobPostingCompensationPayPeriod withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayPeriodSourceValue> sourceValue)
The source value of the pay period.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-