-
Default
-
Zend
-
Zend_Gdata
-
App
-
Books
-
Calendar
-
Docs
-
DublinCore
-
Exif
-
Gapps
- addMemberToGroup
Add an email address to a group as a member
- addOwnerToGroup
Add an email as an owner of a group
- addRecipientToEmailList
Add a specified recipient to an existing emailList.
- createEmailList
Create a new email list.
- createGroup
Create a new group.
- createNickname
Create a nickname for a given user.
- createUser
Create a new user entry and send it to the Google Apps servers.
- deleteEmailList
Delete a specified email list.
- deleteGroup
Delete a group
- deleteNickname
Delete a specified nickname.
- deleteUser
Delete a user by username.
- isMember
Check to see if a member id or group id is a member of group
- isOwner
Checks to see if an email is an owner of a group
- removeMemberFromGroup
Remove a member id from a group
- removeOwnerFromGroup
Remove email as an owner of a group
- removeRecipientFromEmailList
Remove a specified recipient from an email list.
- restoreUser
Mark a given user as not suspended.
- retrieveAllEmailLists
Retrieve all email lists associated with the curent domain. Be aware that
calling this function on a domain with many email lists will take a
signifigant amount of time to complete. On larger domains this may
may cause execution to timeout without proper precautions in place.
- retrieveAllGroups
Retrieve all groups in the current domain. Be aware that
calling this function on a domain with many groups will take a
signifigant amount of time to complete. On larger domains this may
may cause execution to timeout without proper precautions in place.
- retrieveAllMembers
Retrieves all the members of a group
- retrieveAllNicknames
Retrieve all nicknames in the current domain. Be aware that
calling this function on a domain with many nicknames will take a
signifigant amount of time to complete. On larger domains this may
may cause execution to timeout without proper precautions in place.
- retrieveAllRecipients
Retrieve all recipients associated with an email list. Be aware that
calling this function on a domain with many email lists will take a
signifigant amount of time to complete. On larger domains this may
may cause execution to timeout without proper precautions in place.
- retrieveAllUsers
Retrieve all users in the current domain. Be aware that
calling this function on a domain with many users will take a
signifigant amount of time to complete. On larger domains this may
may cause execution to timeout without proper precautions in place.
- retrieveEmailLists
Retrieve all email lists associated with a recipient.
- retrieveGroup
Retrieves a group based on group id
- retrieveGroupOwners
Retrieves all the owners of a group
- retrieveGroups
Retrieve all of the groups that a user is a member of
- retrieveNickname
Retrieve the entry for a specified nickname.
- retrieveNicknames
Retrieve all nicknames associated with a specific username.
- retrievePageOfEmailLists
Retrieve a page of email lists in alphabetical order, starting with the
provided email list.
- retrievePageOfGroups
Retrieve a page of groups in alphabetical order, starting with the
provided group.
- retrievePageOfMembers
Gets page of Members
- retrievePageOfNicknames
Retrieve a page of nicknames in alphabetical order, starting with the
provided nickname.
- retrievePageOfRecipients
Retrieve a page of email list recipients in alphabetical order,
starting with the provided email list recipient.
- retrievePageOfUsers
Retrieve a page of users in alphabetical order, starting with the
provided username.
- retrieveUser
Retrieve a user based on their username.
- suspendUser
Mark a given user as suspended.
- updateGroup
Update group properties with new values. any property not defined will not
be updated
- updateUser
Overwrite a specified username with the provided UserEntry. The
UserEntry does not need to contain an edit link.
- Zend_Gdata_Gapps
Service class for interacting with the Google Apps Provisioning API.
- Zend_Gdata_Gapps_EmailListEntry
Data model class for a Google Apps Email List Entry.
- Zend_Gdata_Gapps_EmailListFeed
Data model for a collection of Google Apps email list entries, usually
provided by the Google Apps servers.
- Zend_Gdata_Gapps_EmailListQuery
Assists in constructing queries for Google Apps email list entries.
- Zend_Gdata_Gapps_EmailListRecipientEntry
Data model class for a Google Apps Email List Recipient Entry.
- Zend_Gdata_Gapps_EmailListRecipientFeed
Data model for a collection of Google Apps email list recipient entries,
usually provided by the Google Apps servers.
- Zend_Gdata_Gapps_EmailListRecipientQuery
Assists in constructing queries for Google Apps email list recipient
entries. Instances of this class can be provided in many places where a
URL is required.
- Zend_Gdata_Gapps_Error
Gdata Gapps Error class. This class is used to represent errors returned
within an AppsForYourDomainErrors message received from the Google Apps
servers.
- Zend_Gdata_Gapps_Extension_EmailList
Represents the apps:emailList element used by the Apps data API. This
class represents properties of an email list and is usually contained
within an instance of Zend_Gdata_Gapps_EmailListEntry.
- Zend_Gdata_Gapps_Extension_Login
Represents the apps:login element used by the Apps data API. This
class is used to describe properties of a user, and is usually contained
within instances of Zene_Gdata_Gapps_UserEntry or any other class
which is linked to a particular username.
- Zend_Gdata_Gapps_Extension_Name
Represents the apps:name element used by the Apps data API. This is used
to represent a user's full name. This class is usually contained within
instances of Zend_Gdata_Gapps_UserEntry.
- Zend_Gdata_Gapps_Extension_Nickname
Represents the apps:nickname element used by the Apps data API. This
is used to describe a nickname's properties, and is usually contained
within instances of Zend_Gdata_Gapps_NicknameEntry.
- Zend_Gdata_Gapps_Extension_Property
Represents the apps:Property element used by the Apps data API.
- Zend_Gdata_Gapps_Extension_Quota
Represents the apps:quota element used by the Apps data API. This is
used to indicate the amount of storage space available to a user. Quotas
may not be able to be set, depending on the domain used. This class
is usually contained within an instance of Zend_Gdata_Gapps_UserEntry.
- Zend_Gdata_Gapps_GroupEntry
Data model class for a Google Apps Group Entry.
- Zend_Gdata_Gapps_GroupFeed
Data model for a collection of Google Apps group entries, usually
provided by the Google Apps servers.
- Zend_Gdata_Gapps_GroupQuery
Assists in constructing queries for Google Apps group entries.
- Zend_Gdata_Gapps_MemberEntry
Data model class for a Google Apps Member Entry.
- Zend_Gdata_Gapps_MemberFeed
Data model for a collection of Google Apps member entries, usually
provided by the Google Apps servers.
- Zend_Gdata_Gapps_MemberQuery
Assists in constructing queries for Google Apps member entries.
- Zend_Gdata_Gapps_NicknameEntry
Data model class for a Google Apps Nickname Entry.
- Zend_Gdata_Gapps_NicknameFeed
Data model for a collection of Google Apps nickname entries, usually
provided by the Google Apps servers.
- Zend_Gdata_Gapps_NicknameQuery
Assists in constructing queries for Google Apps nickname entries.
- Zend_Gdata_Gapps_OwnerEntry
Data model class for a Google Apps Owner Entry.
- Zend_Gdata_Gapps_OwnerFeed
Data model for a collection of Google Apps owner entries, usually
provided by the Google Apps servers.
- Zend_Gdata_Gapps_OwnerQuery
Assists in constructing queries for Google Apps owner entries.
- Zend_Gdata_Gapps_Query
Assists in constructing queries for Google Apps entries. This class
provides common methods used by all other Google Apps query classes.
- Zend_Gdata_Gapps_ServiceException
Gdata Gapps Exception class. This is thrown when an
AppsForYourDomainErrors message is received from the Google Apps
servers.
- Zend_Gdata_Gapps_UserEntry
Data model class for a Google Apps User Entry.
- Zend_Gdata_Gapps_UserFeed
Data model for a collection of Google Apps user entries, usually
provided by the Google Apps servers.
- Zend_Gdata_Gapps_UserQuery
Assists in constructing queries for Google Apps user entries.
-
Gbase
-
Gdata
-
Geo
-
Health
-
Media
-
Photos
-
Spreadsheets
-
YouTube
-
Zend_Http
-
Client
-
Client_Adapter
-
Client_Adapter_Exception
-
Client_Exception
-
Exception
-
Response
-
Zend_Loader
-
Zend_Registry
-
Zend_Uri
-
Zend_Validate
-
Zend_Version