Class Grade.Builder

  • Enclosing class:
    Grade

    public static final class Grade.Builder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Grade build()  
      Grade.Builder description​(java.lang.String description)
      description of the grade
      Grade.Builder description​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      description of the grade
      Grade.Builder id​(java.lang.String id)
      The reference id
      Grade.Builder id​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      The reference id
      Grade.Builder name​(java.lang.String name)
      The reference name
      Grade.Builder name​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The reference name
      Grade.Builder remoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Grade.Builder remoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • id

        public Grade.Builder id​(java.lang.String id)
        The reference id
      • id

        public Grade.Builder id​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        The reference id
      • remoteId

        public Grade.Builder remoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • remoteId

        public Grade.Builder remoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • name

        public Grade.Builder name​(java.lang.String name)
        The reference name
      • name

        public Grade.Builder name​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The reference name
      • description

        public Grade.Builder description​(java.lang.String description)
        description of the grade
      • description

        public Grade.Builder description​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
        description of the grade
      • build

        public Grade build()