Thanks to all
I solved the problem analyzing the source java yesterday, today I wanted to 
post some examples but I have seen that the guide has been updated.
The guide should be updated as well in the Java section.
For all methods in the management of groups should declare and initialize 
the object 'groupsService' as follows:

*import com.google.gdata.client.appsforyourdomain.AppsGroupsService;
> *...
> *AppsGroupsService groupsService = new AppsGroupsService(email, password, 
> domain,"gdata-sample-AppsForYourDomain-AppsGroupService");
> **groupsService**.createGroup(String groupId, String groupName, String 
> groupDescription, String emailPermission);*

*
*

*PS:This example creates a new group, use the method listed in the guide for 
other operations*

-- 
You received this message because you are subscribed to the Google Groups 
"Google Apps Domain Information and Management APIs" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-apps-mgmt-apis/-/d0eE7--YJ9EJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-apps-mgmt-apis?hl=en.

Reply via email to