Class HrisCreateEmployeeRequestDtoContractType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoContractType
-
public class HrisCreateEmployeeRequestDtoContractType extends java.lang.ObjectHrisCreateEmployeeRequestDtoContractTypeThe employment work schedule type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoContractType.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoContractType()HrisCreateEmployeeRequestDtoContractType(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 HrisCreateEmployeeRequestDtoEmploymentContractTypeContractType> contractType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisCreateEmployeeRequestDtoContractType.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentContractTypeContractType>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()HrisCreateEmployeeRequestDtoContractTypewithContractType(HrisCreateEmployeeRequestDtoEmploymentContractTypeContractType contractType)The employment work schedule type (e.g., full-time, part-time)HrisCreateEmployeeRequestDtoContractTypewithContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeContractType> contractType)The employment work schedule type (e.g., full-time, part-time)HrisCreateEmployeeRequestDtoContractTypewithId(java.lang.String id)Unique identifierHrisCreateEmployeeRequestDtoContractTypewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisCreateEmployeeRequestDtoContractTypewithLabel(java.lang.String label)The label of the employment typeHrisCreateEmployeeRequestDtoContractTypewithLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The label of the employment typeHrisCreateEmployeeRequestDtoContractTypewithRemoteId(java.lang.String remoteId)Provider's unique identifierHrisCreateEmployeeRequestDtoContractTypewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoContractType
public HrisCreateEmployeeRequestDtoContractType(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 HrisCreateEmployeeRequestDtoEmploymentContractTypeContractType> contractType)
-
HrisCreateEmployeeRequestDtoContractType
public HrisCreateEmployeeRequestDtoContractType()
-
-
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<HrisCreateEmployeeRequestDtoEmploymentContractTypeContractType> contractType()
The employment work schedule type (e.g., full-time, part-time)
-
builder
public static HrisCreateEmployeeRequestDtoContractType.Builder builder()
-
withId
public HrisCreateEmployeeRequestDtoContractType withId(java.lang.String id)
Unique identifier
-
withId
public HrisCreateEmployeeRequestDtoContractType withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public HrisCreateEmployeeRequestDtoContractType withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public HrisCreateEmployeeRequestDtoContractType withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withLabel
public HrisCreateEmployeeRequestDtoContractType withLabel(java.lang.String label)
The label of the employment type
-
withLabel
public HrisCreateEmployeeRequestDtoContractType withLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The label of the employment type
-
withContractType
public HrisCreateEmployeeRequestDtoContractType withContractType(HrisCreateEmployeeRequestDtoEmploymentContractTypeContractType contractType)
The employment work schedule type (e.g., full-time, part-time)
-
withContractType
public HrisCreateEmployeeRequestDtoContractType withContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeContractType> 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
-
-