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