Class HrisCreateEmployeeRequestDtoContractType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoContractType.Builder
-
- Enclosing class:
- HrisCreateEmployeeRequestDtoContractType
public static final class HrisCreateEmployeeRequestDtoContractType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisCreateEmployeeRequestDtoContractTypebuild()HrisCreateEmployeeRequestDtoContractType.BuildercontractType(HrisCreateEmployeeRequestDtoEmploymentContractTypeContractType contractType)The employment work schedule type (e.g., full-time, part-time)HrisCreateEmployeeRequestDtoContractType.BuildercontractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeContractType> contractType)The employment work schedule type (e.g., full-time, part-time)HrisCreateEmployeeRequestDtoContractType.Builderid(java.lang.String id)Unique identifierHrisCreateEmployeeRequestDtoContractType.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisCreateEmployeeRequestDtoContractType.Builderlabel(java.lang.String label)The label of the employment typeHrisCreateEmployeeRequestDtoContractType.Builderlabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The label of the employment typeHrisCreateEmployeeRequestDtoContractType.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierHrisCreateEmployeeRequestDtoContractType.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Method Detail
-
id
public HrisCreateEmployeeRequestDtoContractType.Builder id(java.lang.String id)
Unique identifier
-
id
public HrisCreateEmployeeRequestDtoContractType.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public HrisCreateEmployeeRequestDtoContractType.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public HrisCreateEmployeeRequestDtoContractType.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
label
public HrisCreateEmployeeRequestDtoContractType.Builder label(java.lang.String label)
The label of the employment type
-
label
public HrisCreateEmployeeRequestDtoContractType.Builder label(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The label of the employment type
-
contractType
public HrisCreateEmployeeRequestDtoContractType.Builder contractType(HrisCreateEmployeeRequestDtoEmploymentContractTypeContractType contractType)
The employment work schedule type (e.g., full-time, part-time)
-
contractType
public HrisCreateEmployeeRequestDtoContractType.Builder contractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeContractType> contractType)
The employment work schedule type (e.g., full-time, part-time)
-
build
public HrisCreateEmployeeRequestDtoContractType build()
-
-