Class CreateEmploymentApiModelPayFrequency
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateEmploymentApiModelPayFrequency
-
public class CreateEmploymentApiModelPayFrequency extends java.lang.ObjectCreateEmploymentApiModelPayFrequencyHow often the employee is paid
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateEmploymentApiModelPayFrequency.Builder
-
Constructor Summary
Constructors Constructor Description CreateEmploymentApiModelPayFrequency()CreateEmploymentApiModelPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelPayFrequencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelPayFrequencySourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateEmploymentApiModelPayFrequency.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<CreateEmploymentApiModelPayFrequencySourceValue>sourceValue()The source value of the pay frequency.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<CreateEmploymentApiModelPayFrequencyValue>value()The pay frequency of the job postings.CreateEmploymentApiModelPayFrequencywithSourceValue(CreateEmploymentApiModelPayFrequencySourceValue sourceValue)The source value of the pay frequency.CreateEmploymentApiModelPayFrequencywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelPayFrequencySourceValue> sourceValue)The source value of the pay frequency.CreateEmploymentApiModelPayFrequencywithValue(CreateEmploymentApiModelPayFrequencyValue value)The pay frequency of the job postings.CreateEmploymentApiModelPayFrequencywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelPayFrequencyValue> value)The pay frequency of the job postings.
-
-
-
Constructor Detail
-
CreateEmploymentApiModelPayFrequency
public CreateEmploymentApiModelPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelPayFrequencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelPayFrequencySourceValue> sourceValue)
-
CreateEmploymentApiModelPayFrequency
public CreateEmploymentApiModelPayFrequency()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<CreateEmploymentApiModelPayFrequencyValue> value()
The pay frequency of the job postings.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<CreateEmploymentApiModelPayFrequencySourceValue> sourceValue()
The source value of the pay frequency.
-
builder
public static CreateEmploymentApiModelPayFrequency.Builder builder()
-
withValue
public CreateEmploymentApiModelPayFrequency withValue(CreateEmploymentApiModelPayFrequencyValue value)
The pay frequency of the job postings.
-
withValue
public CreateEmploymentApiModelPayFrequency withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelPayFrequencyValue> value)
The pay frequency of the job postings.
-
withSourceValue
public CreateEmploymentApiModelPayFrequency withSourceValue(CreateEmploymentApiModelPayFrequencySourceValue sourceValue)
The source value of the pay frequency.
-
withSourceValue
public CreateEmploymentApiModelPayFrequency withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelPayFrequencySourceValue> 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
-
-