open class ClassificationName : Serializable
The classification's name retrieved via a Search request.
ClassificationName()
Empty constructor for the ClassificationName(locale: String!, name: String!)
Default constructor for the |
var locale: String!
The locale the name is in. |
|
var name: String!
The name of a classification. |
open fun getLocale(): String!
Returns the locale the name is in. |
|
open fun getName(): String!
Returns the name of a classification. |
|
open fun toString(): String |