Class HrisUpdateEmployeeRequestDtoGrade
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoGrade
-
public class HrisUpdateEmployeeRequestDtoGrade extends java.lang.ObjectHrisUpdateEmployeeRequestDtoGradeRepresents the employee’s position within the organizational hierarchy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmployeeRequestDtoGrade.Builder
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmployeeRequestDtoGrade()HrisUpdateEmployeeRequestDtoGrade(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 HrisUpdateEmployeeRequestDtoGrade.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()HrisUpdateEmployeeRequestDtoGradewithDescription(java.lang.String description)description of the gradeHrisUpdateEmployeeRequestDtoGradewithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)description of the gradeHrisUpdateEmployeeRequestDtoGradewithId(java.lang.String id)The reference idHrisUpdateEmployeeRequestDtoGradewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The reference idHrisUpdateEmployeeRequestDtoGradewithName(java.lang.String name)The reference nameHrisUpdateEmployeeRequestDtoGradewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The reference nameHrisUpdateEmployeeRequestDtoGradewithRemoteId(java.lang.String remoteId)Provider's unique identifierHrisUpdateEmployeeRequestDtoGradewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
HrisUpdateEmployeeRequestDtoGrade
public HrisUpdateEmployeeRequestDtoGrade(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)
-
HrisUpdateEmployeeRequestDtoGrade
public HrisUpdateEmployeeRequestDtoGrade()
-
-
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 final HrisUpdateEmployeeRequestDtoGrade.Builder builder()
-
withId
public HrisUpdateEmployeeRequestDtoGrade withId(java.lang.String id)
The reference id
-
withId
public HrisUpdateEmployeeRequestDtoGrade withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The reference id
-
withRemoteId
public HrisUpdateEmployeeRequestDtoGrade withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public HrisUpdateEmployeeRequestDtoGrade withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public HrisUpdateEmployeeRequestDtoGrade withName(java.lang.String name)
The reference name
-
withName
public HrisUpdateEmployeeRequestDtoGrade withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The reference name
-
withDescription
public HrisUpdateEmployeeRequestDtoGrade withDescription(java.lang.String description)
description of the grade
-
withDescription
public HrisUpdateEmployeeRequestDtoGrade 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
-
-