Class CreateEmploymentApiModelEmploymentContractType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateEmploymentApiModelEmploymentContractType
-
public class CreateEmploymentApiModelEmploymentContractType extends java.lang.ObjectCreateEmploymentApiModelEmploymentContractType - The employment work schedule type (e.g., full-time, part-time)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateEmploymentApiModelEmploymentContractType.Builder
-
Constructor Summary
Constructors Constructor Description CreateEmploymentApiModelEmploymentContractType()CreateEmploymentApiModelEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelEmploymentContractTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelEmploymentContractTypeSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
CreateEmploymentApiModelEmploymentContractType
public CreateEmploymentApiModelEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelEmploymentContractTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelEmploymentContractTypeSourceValue> sourceValue)
-
CreateEmploymentApiModelEmploymentContractType
public CreateEmploymentApiModelEmploymentContractType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<CreateEmploymentApiModelEmploymentContractTypeValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<CreateEmploymentApiModelEmploymentContractTypeSourceValue> sourceValue()
-
builder
public static final CreateEmploymentApiModelEmploymentContractType.Builder builder()
-
withValue
public CreateEmploymentApiModelEmploymentContractType withValue(CreateEmploymentApiModelEmploymentContractTypeValue value)
-
withValue
public CreateEmploymentApiModelEmploymentContractType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelEmploymentContractTypeValue> value)
-
withSourceValue
public CreateEmploymentApiModelEmploymentContractType withSourceValue(CreateEmploymentApiModelEmploymentContractTypeSourceValue sourceValue)
-
withSourceValue
public CreateEmploymentApiModelEmploymentContractType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelEmploymentContractTypeSourceValue> 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
-
-