public final class GuardianInvitation extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Classroom API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GuardianInvitation() |
| Modifier and Type | Method and Description |
|---|---|
GuardianInvitation |
clone() |
String |
getCreationTime()
The time that this invitation was created.
|
String |
getInvitationId()
Unique identifier for this invitation.
|
String |
getInvitedEmailAddress()
Email address that the invitation was sent to.
|
String |
getState()
The state that this invitation is in.
|
String |
getStudentId()
ID of the student (in standard format)
|
GuardianInvitation |
set(String fieldName,
Object value) |
GuardianInvitation |
setCreationTime(String creationTime)
The time that this invitation was created.
|
GuardianInvitation |
setInvitationId(String invitationId)
Unique identifier for this invitation.
|
GuardianInvitation |
setInvitedEmailAddress(String invitedEmailAddress)
Email address that the invitation was sent to.
|
GuardianInvitation |
setState(String state)
The state that this invitation is in.
|
GuardianInvitation |
setStudentId(String studentId)
ID of the student (in standard format)
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCreationTime()
null for nonepublic GuardianInvitation setCreationTime(String creationTime)
creationTime - creationTime or null for nonepublic String getInvitationId()
null for nonepublic GuardianInvitation setInvitationId(String invitationId)
invitationId - invitationId or null for nonepublic String getInvitedEmailAddress()
null for nonepublic GuardianInvitation setInvitedEmailAddress(String invitedEmailAddress)
invitedEmailAddress - invitedEmailAddress or null for nonepublic String getState()
null for nonepublic GuardianInvitation setState(String state)
state - state or null for nonepublic String getStudentId()
null for nonepublic GuardianInvitation setStudentId(String studentId)
studentId - studentId or null for nonepublic GuardianInvitation set(String fieldName, Object value)
set in class GenericJsonpublic GuardianInvitation clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.