Class JobPostingEmploymentContractType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JobPostingEmploymentContractType
-
public class JobPostingEmploymentContractType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobPostingEmploymentContractType.Builder
-
Constructor Summary
Constructors Constructor Description JobPostingEmploymentContractType()JobPostingEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentContractTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentContractTypeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobPostingEmploymentContractType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<JobPostingEmploymentContractTypeSourceValue>sourceValue()The source value of the employment contract type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<JobPostingEmploymentContractTypeValue>value()The employment contract type.JobPostingEmploymentContractTypewithSourceValue(JobPostingEmploymentContractTypeSourceValue sourceValue)The source value of the employment contract type.JobPostingEmploymentContractTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentContractTypeSourceValue> sourceValue)The source value of the employment contract type.JobPostingEmploymentContractTypewithValue(JobPostingEmploymentContractTypeValue value)The employment contract type.JobPostingEmploymentContractTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentContractTypeValue> value)The employment contract type.
-
-
-
Constructor Detail
-
JobPostingEmploymentContractType
public JobPostingEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentContractTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentContractTypeSourceValue> sourceValue)
-
JobPostingEmploymentContractType
public JobPostingEmploymentContractType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<JobPostingEmploymentContractTypeValue> value()
The employment contract type.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<JobPostingEmploymentContractTypeSourceValue> sourceValue()
The source value of the employment contract type.
-
builder
public static JobPostingEmploymentContractType.Builder builder()
-
withValue
public JobPostingEmploymentContractType withValue(JobPostingEmploymentContractTypeValue value)
The employment contract type.
-
withValue
public JobPostingEmploymentContractType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentContractTypeValue> value)
The employment contract type.
-
withSourceValue
public JobPostingEmploymentContractType withSourceValue(JobPostingEmploymentContractTypeSourceValue sourceValue)
The source value of the employment contract type.
-
withSourceValue
public JobPostingEmploymentContractType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentContractTypeSourceValue> sourceValue)
The source value of the employment contract 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
-
-