You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/AddOnAttachmentStudentSubmission.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public final class AddOnAttachmentStudentSubmission extends com.google.api.clien
45
45
46
46
/**
47
47
* Identifier for the student that owns this submission. Requires the user to be a teacher in the
48
-
* course and have permission to read student submissions.
48
+
* course and have permission to read student submissions. Read-only.
49
49
* The value may be {@code null}.
50
50
*/
51
51
@com.google.api.client.util.Key
@@ -87,7 +87,7 @@ public AddOnAttachmentStudentSubmission setPostSubmissionState(java.lang.String
87
87
88
88
/**
89
89
* Identifier for the student that owns this submission. Requires the user to be a teacher in the
90
-
* course and have permission to read student submissions.
90
+
* course and have permission to read student submissions. Read-only.
91
91
* @return value or {@code null} for none
92
92
*/
93
93
publicjava.lang.StringgetUserId() {
@@ -96,7 +96,7 @@ public java.lang.String getUserId() {
96
96
97
97
/**
98
98
* Identifier for the student that owns this submission. Requires the user to be a teacher in the
99
-
* course and have permission to read student submissions.
99
+
* course and have permission to read student submissions. Read-only.
0 commit comments