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/AddOnAttachment.java
+30-27Lines changed: 30 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,8 @@ public final class AddOnAttachment extends com.google.api.client.json.GenericJso
70
70
privatejava.lang.Stringid;
71
71
72
72
/**
73
-
* Immutable. Identifier of the announcement, courseWork, or courseWorkMaterial under which the
74
-
* attachment is attached. Unique per course.
73
+
* Immutable. Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under which
74
+
* the attachment is attached. Unique per course.
75
75
* The value may be {@code null}.
76
76
*/
77
77
@com.google.api.client.util.Key
@@ -87,34 +87,35 @@ public final class AddOnAttachment extends com.google.api.client.json.GenericJso
87
87
privatejava.lang.DoublemaxPoints;
88
88
89
89
/**
90
-
* Immutable. Deprecated, use item_id instead.
90
+
* Immutable. Deprecated, use `item_id` instead.
91
91
* The value may be {@code null}.
92
92
*/
93
93
@com.google.api.client.util.Key
94
94
privatejava.lang.StringpostId;
95
95
96
96
/**
97
97
* Required. URI to show the student view of the attachment. The URI will be opened in an iframe
98
-
* with the `courseId`, `postId`, and `attachmentId` query parameters set.
98
+
* with the `courseId`, `itemId`, `itemType`, and `attachmentId` query parameters set.
99
99
* The value may be {@code null}.
100
100
*/
101
101
@com.google.api.client.util.Key
102
102
privateEmbedUristudentViewUri;
103
103
104
104
/**
105
105
* URI for the teacher to see student work on the attachment, if applicable. The URI will be
106
-
* opened in an iframe with the `courseId`, `postId`, `attachmentId`, and `submissionId` query
107
-
* parameters set. This is the same `submissionId` returned by
108
-
* google.classroom.AddOns.GetAddOnContext when a student views the attachment. If the URI is
109
-
* omitted or removed, `max_points` will also be discarded.
106
+
* opened in an iframe with the `courseId`, `itemId`, `itemType`, `attachmentId`, and
107
+
* `submissionId` query parameters set. This is the same `submissionId` returned in the [`AddOnCon
0 commit comments