Class JobPostingCompensationPayFrequency
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JobPostingCompensationPayFrequency
-
public class JobPostingCompensationPayFrequency extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobPostingCompensationPayFrequency.Builder
-
Constructor Summary
Constructors Constructor Description JobPostingCompensationPayFrequency()JobPostingCompensationPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayFrequencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayFrequencySourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobPostingCompensationPayFrequency.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<JobPostingCompensationPayFrequencySourceValue>sourceValue()The source value of the pay frequency.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<JobPostingCompensationPayFrequencyValue>value()The pay frequency of the job postings.JobPostingCompensationPayFrequencywithSourceValue(JobPostingCompensationPayFrequencySourceValue sourceValue)The source value of the pay frequency.JobPostingCompensationPayFrequencywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayFrequencySourceValue> sourceValue)The source value of the pay frequency.JobPostingCompensationPayFrequencywithValue(JobPostingCompensationPayFrequencyValue value)The pay frequency of the job postings.JobPostingCompensationPayFrequencywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayFrequencyValue> value)The pay frequency of the job postings.
-
-
-
Constructor Detail
-
JobPostingCompensationPayFrequency
public JobPostingCompensationPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayFrequencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayFrequencySourceValue> sourceValue)
-
JobPostingCompensationPayFrequency
public JobPostingCompensationPayFrequency()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<JobPostingCompensationPayFrequencyValue> value()
The pay frequency of the job postings.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<JobPostingCompensationPayFrequencySourceValue> sourceValue()
The source value of the pay frequency.
-
builder
public static final JobPostingCompensationPayFrequency.Builder builder()
-
withValue
public JobPostingCompensationPayFrequency withValue(JobPostingCompensationPayFrequencyValue value)
The pay frequency of the job postings.
-
withValue
public JobPostingCompensationPayFrequency withValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayFrequencyValue> value)
The pay frequency of the job postings.
-
withSourceValue
public JobPostingCompensationPayFrequency withSourceValue(JobPostingCompensationPayFrequencySourceValue sourceValue)
The source value of the pay frequency.
-
withSourceValue
public JobPostingCompensationPayFrequency withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationPayFrequencySourceValue> sourceValue)
The source value of the pay frequency.
-
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
-
-