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