Class ContractType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ContractType
-
public class ContractType extends java.lang.ObjectContractType - The employment work schedule type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContractType.Builder
-
Constructor Summary
Constructors Constructor Description ContractType()ContractType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentContractTypeContractType> contractType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContractType.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<EmploymentContractTypeContractType>contractType()The employment work schedule type (e.g., full-time, part-time)booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>label()The label of the employment typeorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()ContractTypewithContractType(EmploymentContractTypeContractType contractType)The employment work schedule type (e.g., full-time, part-time)ContractTypewithContractType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentContractTypeContractType> contractType)The employment work schedule type (e.g., full-time, part-time)ContractTypewithId(java.lang.String id)Unique identifierContractTypewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierContractTypewithLabel(java.lang.String label)The label of the employment typeContractTypewithLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The label of the employment typeContractTypewithRemoteId(java.lang.String remoteId)Provider's unique identifierContractTypewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
ContractType
public ContractType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentContractTypeContractType> contractType)
-
ContractType
public ContractType()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
label
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
The label of the employment type
-
contractType
public org.openapitools.jackson.nullable.JsonNullable<EmploymentContractTypeContractType> contractType()
The employment work schedule type (e.g., full-time, part-time)
-
builder
public static final ContractType.Builder builder()
-
withId
public ContractType withId(java.lang.String id)
Unique identifier
-
withId
public ContractType withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public ContractType withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public ContractType withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withLabel
public ContractType withLabel(java.lang.String label)
The label of the employment type
-
withLabel
public ContractType withLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The label of the employment type
-
withContractType
public ContractType withContractType(EmploymentContractTypeContractType contractType)
The employment work schedule type (e.g., full-time, part-time)
-
withContractType
public ContractType withContractType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentContractTypeContractType> contractType)
The employment work schedule type (e.g., full-time, part-time)
-
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
-
-