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