Class HrisCreateEmploymentRequestDtoGrade
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmploymentRequestDtoGrade
-
public class HrisCreateEmploymentRequestDtoGrade extends java.lang.ObjectHrisCreateEmploymentRequestDtoGradeRepresents the employee’s position within the organizational hierarchy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmploymentRequestDtoGrade.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmploymentRequestDtoGrade()HrisCreateEmploymentRequestDtoGrade(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 HrisCreateEmploymentRequestDtoGrade.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()HrisCreateEmploymentRequestDtoGradewithDescription(java.lang.String description)description of the gradeHrisCreateEmploymentRequestDtoGradewithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)description of the gradeHrisCreateEmploymentRequestDtoGradewithId(java.lang.String id)The reference idHrisCreateEmploymentRequestDtoGradewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The reference idHrisCreateEmploymentRequestDtoGradewithName(java.lang.String name)The reference nameHrisCreateEmploymentRequestDtoGradewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The reference nameHrisCreateEmploymentRequestDtoGradewithRemoteId(java.lang.String remoteId)Provider's unique identifierHrisCreateEmploymentRequestDtoGradewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
HrisCreateEmploymentRequestDtoGrade
public HrisCreateEmploymentRequestDtoGrade(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)
-
HrisCreateEmploymentRequestDtoGrade
public HrisCreateEmploymentRequestDtoGrade()
-
-
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 HrisCreateEmploymentRequestDtoGrade.Builder builder()
-
withId
public HrisCreateEmploymentRequestDtoGrade withId(java.lang.String id)
The reference id
-
withId
public HrisCreateEmploymentRequestDtoGrade withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The reference id
-
withRemoteId
public HrisCreateEmploymentRequestDtoGrade withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public HrisCreateEmploymentRequestDtoGrade withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public HrisCreateEmploymentRequestDtoGrade withName(java.lang.String name)
The reference name
-
withName
public HrisCreateEmploymentRequestDtoGrade withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The reference name
-
withDescription
public HrisCreateEmploymentRequestDtoGrade withDescription(java.lang.String description)
description of the grade
-
withDescription
public HrisCreateEmploymentRequestDtoGrade 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
-
-