| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
StateHistory |
StateHistory.clone() |
StateHistory |
SubmissionHistory.getStateHistory()
The state history information of the submission, if present.
|
StateHistory |
StateHistory.set(String fieldName,
Object value) |
StateHistory |
StateHistory.setActorUserId(String actorUserId)
The teacher or student who made the change.
|
StateHistory |
StateHistory.setState(String state)
The workflow pipeline stage.
|
StateHistory |
StateHistory.setStateTimestamp(String stateTimestamp)
When the submission entered this state.
|
| Modifier and Type | Method and Description |
|---|---|
SubmissionHistory |
SubmissionHistory.setStateHistory(StateHistory stateHistory)
The state history information of the submission, if present.
|
Copyright © 2011–2022 Google. All rights reserved.