public final class ModifyIndividualStudentsOptions 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 |
|---|
ModifyIndividualStudentsOptions() |
| Modifier and Type | Method and Description |
|---|---|
ModifyIndividualStudentsOptions |
clone() |
List<String> |
getAddStudentIds()
IDs of students to be added as having access to this coursework/announcement.
|
List<String> |
getRemoveStudentIds()
IDs of students to be removed from having access to this coursework/announcement.
|
ModifyIndividualStudentsOptions |
set(String fieldName,
Object value) |
ModifyIndividualStudentsOptions |
setAddStudentIds(List<String> addStudentIds)
IDs of students to be added as having access to this coursework/announcement.
|
ModifyIndividualStudentsOptions |
setRemoveStudentIds(List<String> removeStudentIds)
IDs of students to be removed from having access to this coursework/announcement.
|
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 List<String> getAddStudentIds()
null for nonepublic ModifyIndividualStudentsOptions setAddStudentIds(List<String> addStudentIds)
addStudentIds - addStudentIds or null for nonepublic List<String> getRemoveStudentIds()
null for nonepublic ModifyIndividualStudentsOptions setRemoveStudentIds(List<String> removeStudentIds)
removeStudentIds - removeStudentIds or null for nonepublic ModifyIndividualStudentsOptions set(String fieldName, Object value)
set in class GenericJsonpublic ModifyIndividualStudentsOptions clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.