Class HrisCreateEmployeeRequestDtoPayFrequency
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoPayFrequency
-
public class HrisCreateEmployeeRequestDtoPayFrequency extends java.lang.ObjectHrisCreateEmployeeRequestDtoPayFrequencyThe pay frequency
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoPayFrequency.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoPayFrequency()HrisCreateEmployeeRequestDtoPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentPayFrequencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentPayFrequencySourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoPayFrequency
public HrisCreateEmployeeRequestDtoPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentPayFrequencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentPayFrequencySourceValue> sourceValue)
-
HrisCreateEmployeeRequestDtoPayFrequency
public HrisCreateEmployeeRequestDtoPayFrequency()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentPayFrequencyValue> value()
The pay frequency of the job postings.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentPayFrequencySourceValue> sourceValue()
The source value of the pay frequency.
-
builder
public static final HrisCreateEmployeeRequestDtoPayFrequency.Builder builder()
-
withValue
public HrisCreateEmployeeRequestDtoPayFrequency withValue(HrisCreateEmployeeRequestDtoEmploymentPayFrequencyValue value)
The pay frequency of the job postings.
-
withValue
public HrisCreateEmployeeRequestDtoPayFrequency withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentPayFrequencyValue> value)
The pay frequency of the job postings.
-
withSourceValue
public HrisCreateEmployeeRequestDtoPayFrequency withSourceValue(HrisCreateEmployeeRequestDtoEmploymentPayFrequencySourceValue sourceValue)
The source value of the pay frequency.
-
withSourceValue
public HrisCreateEmployeeRequestDtoPayFrequency withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentPayFrequencySourceValue> sourceValue)
The source value of the pay frequency.
-
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
-
-