Class HrisCreateEmployeeRequestDtoType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoType
-
public class HrisCreateEmployeeRequestDtoType extends java.lang.ObjectHrisCreateEmployeeRequestDtoTypeThe type of employment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoType.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoType()HrisCreateEmployeeRequestDtoType(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 HrisCreateEmployeeRequestDtoEmploymentTypeType> type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisCreateEmployeeRequestDtoType.Builderbuilder()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()org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentTypeType>type()The type of employment (e.g., contractor, permanent)HrisCreateEmployeeRequestDtoTypewithId(java.lang.String id)Unique identifierHrisCreateEmployeeRequestDtoTypewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisCreateEmployeeRequestDtoTypewithLabel(java.lang.String label)The label of the employment typeHrisCreateEmployeeRequestDtoTypewithLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The label of the employment typeHrisCreateEmployeeRequestDtoTypewithRemoteId(java.lang.String remoteId)Provider's unique identifierHrisCreateEmployeeRequestDtoTypewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierHrisCreateEmployeeRequestDtoTypewithType(HrisCreateEmployeeRequestDtoEmploymentTypeType type)The type of employment (e.g., contractor, permanent)HrisCreateEmployeeRequestDtoTypewithType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentTypeType> type)The type of employment (e.g., contractor, permanent)
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoType
public HrisCreateEmployeeRequestDtoType(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 HrisCreateEmployeeRequestDtoEmploymentTypeType> type)
-
HrisCreateEmployeeRequestDtoType
public HrisCreateEmployeeRequestDtoType()
-
-
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
-
type
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentTypeType> type()
The type of employment (e.g., contractor, permanent)
-
builder
public static HrisCreateEmployeeRequestDtoType.Builder builder()
-
withId
public HrisCreateEmployeeRequestDtoType withId(java.lang.String id)
Unique identifier
-
withId
public HrisCreateEmployeeRequestDtoType withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public HrisCreateEmployeeRequestDtoType withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public HrisCreateEmployeeRequestDtoType withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withLabel
public HrisCreateEmployeeRequestDtoType withLabel(java.lang.String label)
The label of the employment type
-
withLabel
public HrisCreateEmployeeRequestDtoType withLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The label of the employment type
-
withType
public HrisCreateEmployeeRequestDtoType withType(HrisCreateEmployeeRequestDtoEmploymentTypeType type)
The type of employment (e.g., contractor, permanent)
-
withType
public HrisCreateEmployeeRequestDtoType withType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentTypeType> type)
The type of employment (e.g., contractor, permanent)
-
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
-
-