public class GradeBook extends Entity implements Serializable, Cloneable, JsonSerializable
| Modifier and Type | Class and Description |
|---|---|
class |
GradeBook.GradeBookCollection |
class |
GradeBook.GradeBookDetail |
| Modifier and Type | Field and Description |
|---|---|
List<GradeBook.GradeBookDetail> |
assignments |
String |
siteId |
String |
siteName |
entityReference, entityURL| Constructor and Description |
|---|
GradeBook(String entityReference,
URL entityURL,
List<GradeBook.GradeBookDetail> assignments,
String siteId,
String siteName) |
| Modifier and Type | Method and Description |
|---|---|
GradeBook |
clone() |
boolean |
equals(Object object) |
int |
hashCode() |
com.google.gson.JsonObject |
toJsonObject()
Creates the JsonObject of the Entity
|
@NotNull public final List<GradeBook.GradeBookDetail> assignments
@NotNull public final String siteId
@NotNull public final String siteName
@NotNull public GradeBook clone() throws CloneNotSupportedException
clone in class EntityCloneNotSupportedException@NotNull public com.google.gson.JsonObject toJsonObject()
EntitytoJsonObject in interface JsonSerializabletoJsonObject in class EntityCopyright © 2016. All rights reserved.