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