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