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