Skip to content

Commit 2264eae

Browse files
committed
- adds missing javadoc for T1 and T2
1 parent f19e195 commit 2264eae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/microsoft/graph/serializer/CollectionPageSerializer.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ private CollectionPageSerializer() {
7070
*
7171
* @param src the CollectionPage variable for serialization
7272
* @param logger the logger
73+
* @param T1 the entity type for the collection
74+
* @param T2 the collection request builder interface type
7375
* @return JsonElement of CollectionPage
7476
*/
7577
public static <T1, T2 extends IRequestBuilder> JsonElement serialize(final BaseCollectionPage<T1, T2> src, final ILogger logger) {
@@ -96,6 +98,8 @@ public static <T1, T2 extends IRequestBuilder> JsonElement serialize(final BaseC
9698
* @param json the source CollectionPage's Json
9799
* @param typeOfT The type of the CollectionPage to deserialize to
98100
* @param logger the logger
101+
* @param T1 the entity type for the collection
102+
* @param T2 the collection request builder interface type
99103
* @throws JsonParseException the parse exception
100104
* @return the deserialized CollectionPage
101105
*/

0 commit comments

Comments
 (0)