Class HrisCreateEmployeeRequestDtoGrade
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoGrade
-
public class HrisCreateEmployeeRequestDtoGrade extends java.lang.ObjectHrisCreateEmployeeRequestDtoGradeRepresents the employee’s position within the organizational hierarchy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoGrade.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoGrade()HrisCreateEmployeeRequestDtoGrade(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> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisCreateEmployeeRequestDtoGrade.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()description of the gradebooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The reference idorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The reference nameorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()HrisCreateEmployeeRequestDtoGradewithDescription(java.lang.String description)description of the gradeHrisCreateEmployeeRequestDtoGradewithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)description of the gradeHrisCreateEmployeeRequestDtoGradewithId(java.lang.String id)The reference idHrisCreateEmployeeRequestDtoGradewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The reference idHrisCreateEmployeeRequestDtoGradewithName(java.lang.String name)The reference nameHrisCreateEmployeeRequestDtoGradewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The reference nameHrisCreateEmployeeRequestDtoGradewithRemoteId(java.lang.String remoteId)Provider's unique identifierHrisCreateEmployeeRequestDtoGradewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoGrade
public HrisCreateEmployeeRequestDtoGrade(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> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
-
HrisCreateEmployeeRequestDtoGrade
public HrisCreateEmployeeRequestDtoGrade()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The reference id
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The reference name
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
description of the grade
-
builder
public static HrisCreateEmployeeRequestDtoGrade.Builder builder()
-
withId
public HrisCreateEmployeeRequestDtoGrade withId(java.lang.String id)
The reference id
-
withId
public HrisCreateEmployeeRequestDtoGrade withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The reference id
-
withRemoteId
public HrisCreateEmployeeRequestDtoGrade withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public HrisCreateEmployeeRequestDtoGrade withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public HrisCreateEmployeeRequestDtoGrade withName(java.lang.String name)
The reference name
-
withName
public HrisCreateEmployeeRequestDtoGrade withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The reference name
-
withDescription
public HrisCreateEmployeeRequestDtoGrade withDescription(java.lang.String description)
description of the grade
-
withDescription
public HrisCreateEmployeeRequestDtoGrade withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
description of the grade
-
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
-
-