Class HrisCreateEmploymentRequestDtoContractType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmploymentRequestDtoContractType
-
public class HrisCreateEmploymentRequestDtoContractType extends java.lang.ObjectHrisCreateEmploymentRequestDtoContractTypeThe employment work schedule type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmploymentRequestDtoContractType.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmploymentRequestDtoContractType()HrisCreateEmploymentRequestDtoContractType(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 HrisCreateEmploymentRequestDtoContractTypeContractType> contractType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisCreateEmploymentRequestDtoContractType.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoContractTypeContractType>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()HrisCreateEmploymentRequestDtoContractTypewithContractType(HrisCreateEmploymentRequestDtoContractTypeContractType contractType)The employment work schedule type (e.g., full-time, part-time)HrisCreateEmploymentRequestDtoContractTypewithContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoContractTypeContractType> contractType)The employment work schedule type (e.g., full-time, part-time)HrisCreateEmploymentRequestDtoContractTypewithId(java.lang.String id)Unique identifierHrisCreateEmploymentRequestDtoContractTypewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisCreateEmploymentRequestDtoContractTypewithLabel(java.lang.String label)The label of the employment typeHrisCreateEmploymentRequestDtoContractTypewithLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The label of the employment typeHrisCreateEmploymentRequestDtoContractTypewithRemoteId(java.lang.String remoteId)Provider's unique identifierHrisCreateEmploymentRequestDtoContractTypewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
HrisCreateEmploymentRequestDtoContractType
public HrisCreateEmploymentRequestDtoContractType(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 HrisCreateEmploymentRequestDtoContractTypeContractType> contractType)
-
HrisCreateEmploymentRequestDtoContractType
public HrisCreateEmploymentRequestDtoContractType()
-
-
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<HrisCreateEmploymentRequestDtoContractTypeContractType> contractType()
The employment work schedule type (e.g., full-time, part-time)
-
builder
public static HrisCreateEmploymentRequestDtoContractType.Builder builder()
-
withId
public HrisCreateEmploymentRequestDtoContractType withId(java.lang.String id)
Unique identifier
-
withId
public HrisCreateEmploymentRequestDtoContractType withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public HrisCreateEmploymentRequestDtoContractType withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public HrisCreateEmploymentRequestDtoContractType withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withLabel
public HrisCreateEmploymentRequestDtoContractType withLabel(java.lang.String label)
The label of the employment type
-
withLabel
public HrisCreateEmploymentRequestDtoContractType withLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The label of the employment type
-
withContractType
public HrisCreateEmploymentRequestDtoContractType withContractType(HrisCreateEmploymentRequestDtoContractTypeContractType contractType)
The employment work schedule type (e.g., full-time, part-time)
-
withContractType
public HrisCreateEmploymentRequestDtoContractType withContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoContractTypeContractType> 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
-
-