Class HrisUpdateEmploymentRequestDtoContractType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmploymentRequestDtoContractType
-
public class HrisUpdateEmploymentRequestDtoContractType extends java.lang.ObjectHrisUpdateEmploymentRequestDtoContractTypeThe employment work schedule type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmploymentRequestDtoContractType.Builder
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmploymentRequestDtoContractType()HrisUpdateEmploymentRequestDtoContractType(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 HrisUpdateEmploymentRequestDtoContractTypeContractType> contractType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisUpdateEmploymentRequestDtoContractType.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmploymentRequestDtoContractTypeContractType>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()HrisUpdateEmploymentRequestDtoContractTypewithContractType(HrisUpdateEmploymentRequestDtoContractTypeContractType contractType)The employment work schedule type (e.g., full-time, part-time)HrisUpdateEmploymentRequestDtoContractTypewithContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoContractTypeContractType> contractType)The employment work schedule type (e.g., full-time, part-time)HrisUpdateEmploymentRequestDtoContractTypewithId(java.lang.String id)Unique identifierHrisUpdateEmploymentRequestDtoContractTypewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisUpdateEmploymentRequestDtoContractTypewithLabel(java.lang.String label)The label of the employment typeHrisUpdateEmploymentRequestDtoContractTypewithLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The label of the employment typeHrisUpdateEmploymentRequestDtoContractTypewithRemoteId(java.lang.String remoteId)Provider's unique identifierHrisUpdateEmploymentRequestDtoContractTypewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
HrisUpdateEmploymentRequestDtoContractType
public HrisUpdateEmploymentRequestDtoContractType(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 HrisUpdateEmploymentRequestDtoContractTypeContractType> contractType)
-
HrisUpdateEmploymentRequestDtoContractType
public HrisUpdateEmploymentRequestDtoContractType()
-
-
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<HrisUpdateEmploymentRequestDtoContractTypeContractType> contractType()
The employment work schedule type (e.g., full-time, part-time)
-
builder
public static HrisUpdateEmploymentRequestDtoContractType.Builder builder()
-
withId
public HrisUpdateEmploymentRequestDtoContractType withId(java.lang.String id)
Unique identifier
-
withId
public HrisUpdateEmploymentRequestDtoContractType withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public HrisUpdateEmploymentRequestDtoContractType withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public HrisUpdateEmploymentRequestDtoContractType withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withLabel
public HrisUpdateEmploymentRequestDtoContractType withLabel(java.lang.String label)
The label of the employment type
-
withLabel
public HrisUpdateEmploymentRequestDtoContractType withLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The label of the employment type
-
withContractType
public HrisUpdateEmploymentRequestDtoContractType withContractType(HrisUpdateEmploymentRequestDtoContractTypeContractType contractType)
The employment work schedule type (e.g., full-time, part-time)
-
withContractType
public HrisUpdateEmploymentRequestDtoContractType withContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoContractTypeContractType> 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
-
-