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