Class HrisCreateEmploymentRequestDtoTypeType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmploymentRequestDtoTypeType
-
public class HrisCreateEmploymentRequestDtoTypeType extends java.lang.ObjectHrisCreateEmploymentRequestDtoTypeTypeThe type of employment (e.g., contractor, permanent)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmploymentRequestDtoTypeType.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmploymentRequestDtoTypeType()HrisCreateEmploymentRequestDtoTypeType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoTypeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisCreateEmploymentRequestDtoTypeType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoTypeSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoTypeValue>value()HrisCreateEmploymentRequestDtoTypeTypewithSourceValue(HrisCreateEmploymentRequestDtoTypeSourceValue sourceValue)HrisCreateEmploymentRequestDtoTypeTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoTypeSourceValue> sourceValue)HrisCreateEmploymentRequestDtoTypeTypewithValue(HrisCreateEmploymentRequestDtoTypeValue value)HrisCreateEmploymentRequestDtoTypeTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoTypeValue> value)
-
-
-
Constructor Detail
-
HrisCreateEmploymentRequestDtoTypeType
public HrisCreateEmploymentRequestDtoTypeType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoTypeSourceValue> sourceValue)
-
HrisCreateEmploymentRequestDtoTypeType
public HrisCreateEmploymentRequestDtoTypeType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoTypeValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoTypeSourceValue> sourceValue()
-
builder
public static HrisCreateEmploymentRequestDtoTypeType.Builder builder()
-
withValue
public HrisCreateEmploymentRequestDtoTypeType withValue(HrisCreateEmploymentRequestDtoTypeValue value)
-
withValue
public HrisCreateEmploymentRequestDtoTypeType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoTypeValue> value)
-
withSourceValue
public HrisCreateEmploymentRequestDtoTypeType withSourceValue(HrisCreateEmploymentRequestDtoTypeSourceValue sourceValue)
-
withSourceValue
public HrisCreateEmploymentRequestDtoTypeType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoTypeSourceValue> sourceValue)
-
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
-
-