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