Class HrisUpdateEmploymentRequestDtoPayPeriod
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmploymentRequestDtoPayPeriod
-
public class HrisUpdateEmploymentRequestDtoPayPeriod extends java.lang.ObjectHrisUpdateEmploymentRequestDtoPayPeriodThe time period over which the pay rate is calculated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmploymentRequestDtoPayPeriod.Builder
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmploymentRequestDtoPayPeriod()HrisUpdateEmploymentRequestDtoPayPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisUpdateEmploymentRequestDtoPayPeriod.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmploymentRequestDtoSourceValue>sourceValue()The source value of the pay period.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmploymentRequestDtoValue>value()The pay period of the job postings.HrisUpdateEmploymentRequestDtoPayPeriodwithSourceValue(HrisUpdateEmploymentRequestDtoSourceValue sourceValue)The source value of the pay period.HrisUpdateEmploymentRequestDtoPayPeriodwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoSourceValue> sourceValue)The source value of the pay period.HrisUpdateEmploymentRequestDtoPayPeriodwithValue(HrisUpdateEmploymentRequestDtoValue value)The pay period of the job postings.HrisUpdateEmploymentRequestDtoPayPeriodwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoValue> value)The pay period of the job postings.
-
-
-
Constructor Detail
-
HrisUpdateEmploymentRequestDtoPayPeriod
public HrisUpdateEmploymentRequestDtoPayPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoSourceValue> sourceValue)
-
HrisUpdateEmploymentRequestDtoPayPeriod
public HrisUpdateEmploymentRequestDtoPayPeriod()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmploymentRequestDtoValue> value()
The pay period of the job postings.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmploymentRequestDtoSourceValue> sourceValue()
The source value of the pay period.
-
builder
public static HrisUpdateEmploymentRequestDtoPayPeriod.Builder builder()
-
withValue
public HrisUpdateEmploymentRequestDtoPayPeriod withValue(HrisUpdateEmploymentRequestDtoValue value)
The pay period of the job postings.
-
withValue
public HrisUpdateEmploymentRequestDtoPayPeriod withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoValue> value)
The pay period of the job postings.
-
withSourceValue
public HrisUpdateEmploymentRequestDtoPayPeriod withSourceValue(HrisUpdateEmploymentRequestDtoSourceValue sourceValue)
The source value of the pay period.
-
withSourceValue
public HrisUpdateEmploymentRequestDtoPayPeriod withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoSourceValue> 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
-
-