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