Class HrisUpdateEmployeeRequestDtoPayFrequency
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoPayFrequency
-
public class HrisUpdateEmployeeRequestDtoPayFrequency extends java.lang.ObjectHrisUpdateEmployeeRequestDtoPayFrequencyHow often the employee is paid
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmployeeRequestDtoPayFrequency.Builder
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmployeeRequestDtoPayFrequency()HrisUpdateEmployeeRequestDtoPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentPayFrequencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentPayFrequencySourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
HrisUpdateEmployeeRequestDtoPayFrequency
public HrisUpdateEmployeeRequestDtoPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentPayFrequencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentPayFrequencySourceValue> sourceValue)
-
HrisUpdateEmployeeRequestDtoPayFrequency
public HrisUpdateEmployeeRequestDtoPayFrequency()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoEmploymentPayFrequencyValue> value()
The pay frequency of the job postings.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoEmploymentPayFrequencySourceValue> sourceValue()
The source value of the pay frequency.
-
builder
public static HrisUpdateEmployeeRequestDtoPayFrequency.Builder builder()
-
withValue
public HrisUpdateEmployeeRequestDtoPayFrequency withValue(HrisUpdateEmployeeRequestDtoEmploymentPayFrequencyValue value)
The pay frequency of the job postings.
-
withValue
public HrisUpdateEmployeeRequestDtoPayFrequency withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentPayFrequencyValue> value)
The pay frequency of the job postings.
-
withSourceValue
public HrisUpdateEmployeeRequestDtoPayFrequency withSourceValue(HrisUpdateEmployeeRequestDtoEmploymentPayFrequencySourceValue sourceValue)
The source value of the pay frequency.
-
withSourceValue
public HrisUpdateEmployeeRequestDtoPayFrequency withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentPayFrequencySourceValue> 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
-
-