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