Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(470)

Unified Diff: src/com/google/api/data/provisioning/v2/model/UserList.java

Issue 5141050: Provisioning patch Base URL: http://gdata-java-client-ext.googlecode.com/svn/trunk/
Patch Set: Created 14 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/com/google/api/data/provisioning/v2/model/UserList.java
===================================================================
--- src/com/google/api/data/provisioning/v2/model/UserList.java (revision 0)
+++ src/com/google/api/data/provisioning/v2/model/UserList.java (revision 0)
@@ -0,0 +1,18 @@
+// Copyright 2011 Google Inc. All Rights Reserved.
+
+package com.google.api.data.provisioning.v2.model;
+
+import com.google.api.client.util.Key;
+import com.google.api.data.gdata.v2.model.batch.BatchFeed;
+
+import java.util.List;
+/**
+ * @author shraddhag@google.com (Shraddha Gupta)
+ *
+ */
+public class UserList extends BatchFeed {
+ /** Users Feed of domain */
+
+ @Key("entry")
+ public List<User> Users;
+}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b