Class Grade
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Grade
-
public class Grade extends java.lang.ObjectGradeRepresents the employee’s position within the organizational hierarchy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGrade.Builder
-
Constructor Summary
Constructors Constructor Description Grade()Grade(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 Grade.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()GradewithDescription(java.lang.String description)description of the gradeGradewithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)description of the gradeGradewithId(java.lang.String id)The reference idGradewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The reference idGradewithName(java.lang.String name)The reference nameGradewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The reference nameGradewithRemoteId(java.lang.String remoteId)Provider's unique identifierGradewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
Grade
public Grade(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)
-
Grade
public Grade()
-
-
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 Grade.Builder builder()
-
withId
public Grade withId(java.lang.String id)
The reference id
-
withId
public Grade withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The reference id
-
withRemoteId
public Grade withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Grade withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public Grade withName(java.lang.String name)
The reference name
-
withName
public Grade withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The reference name
-
withDescription
public Grade withDescription(java.lang.String description)
description of the grade
-
withDescription
public Grade 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
-
-