public class EducationClass extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
classCode
The Class Code.
|
IdentitySet |
createdBy
The Created By.
|
java.lang.String |
description
The Description.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.String |
externalId
The External Id.
|
java.lang.String |
externalName
The External Name.
|
EducationExternalSource |
externalSource
The External Source.
|
Group |
group
The Group.
|
java.lang.String |
mailNickname
The Mail Nickname.
|
EducationUserCollectionPage |
members
The Members.
|
EducationSchoolCollectionPage |
schools
The Schools.
|
EducationUserCollectionPage |
teachers
The Teachers.
|
EducationTerm |
term
The Term.
|
| Constructor and Description |
|---|
EducationClass() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="displayName") @Expose public java.lang.String displayName
@SerializedName(value="mailNickname") @Expose public java.lang.String mailNickname
@SerializedName(value="description") @Expose public java.lang.String description
@SerializedName(value="createdBy") @Expose public IdentitySet createdBy
@SerializedName(value="classCode") @Expose public java.lang.String classCode
@SerializedName(value="externalName") @Expose public java.lang.String externalName
@SerializedName(value="externalId") @Expose public java.lang.String externalId
@SerializedName(value="externalSource") @Expose public EducationExternalSource externalSource
@SerializedName(value="term") @Expose public EducationTerm term
public EducationSchoolCollectionPage schools
public EducationUserCollectionPage members
public EducationUserCollectionPage teachers
@SerializedName(value="group") @Expose public Group group
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to