Class JobPostingCompensationType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JobPostingCompensationType
-
public class JobPostingCompensationType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobPostingCompensationType.Builder
-
Constructor Summary
Constructors Constructor Description JobPostingCompensationType()JobPostingCompensationType(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobPostingCompensationType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<JobPostingCompensationSourceValue>sourceValue()The source value of the compensation type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<JobPostingCompensationValue>value()The type of the compensation.JobPostingCompensationTypewithSourceValue(JobPostingCompensationSourceValue sourceValue)The source value of the compensation type.JobPostingCompensationTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationSourceValue> sourceValue)The source value of the compensation type.JobPostingCompensationTypewithValue(JobPostingCompensationValue value)The type of the compensation.JobPostingCompensationTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationValue> value)The type of the compensation.
-
-
-
Constructor Detail
-
JobPostingCompensationType
public JobPostingCompensationType(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationSourceValue> sourceValue)
-
JobPostingCompensationType
public JobPostingCompensationType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<JobPostingCompensationValue> value()
The type of the compensation.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<JobPostingCompensationSourceValue> sourceValue()
The source value of the compensation type.
-
builder
public static final JobPostingCompensationType.Builder builder()
-
withValue
public JobPostingCompensationType withValue(JobPostingCompensationValue value)
The type of the compensation.
-
withValue
public JobPostingCompensationType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationValue> value)
The type of the compensation.
-
withSourceValue
public JobPostingCompensationType withSourceValue(JobPostingCompensationSourceValue sourceValue)
The source value of the compensation type.
-
withSourceValue
public JobPostingCompensationType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingCompensationSourceValue> sourceValue)
The source value of the compensation type.
-
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
-
-