| Modifier and Type | Method and Description |
|---|---|
GenericEntry |
AppsGroupsService.addMemberToGroup(String groupId,
String memberName)
Adds a new member to the group.
|
GenericEntry |
AppsGroupsService.addOwnerToGroup(String groupId,
String ownerName)
Adds a new member as owner to the group.
|
GenericEntry |
AppsGroupsService.createGroup(String groupId,
String groupName,
String groupDescription,
String emailPermission)
Creates a new group in the domain.
|
void |
AppsForYourDomainService.delete(URL entryUrl) |
void |
AppsGroupsService.deleteGroup(String groupId)
Deletes a group from the domain.
|
void |
AppsGroupsService.deleteMemberFromGroup(String groupId,
String memberName)
Removes member subscription to the group.
|
boolean |
AppsGroupsService.doesEntityExist(String feedUrlSuffix)
Checks for an available feed from a given Url.
|
<E extends IEntry> |
AppsForYourDomainService.getEntry(URL entryUrl,
Class<E> entryClass)
The call to super.getEntry should fall through to Service and the
behaviour is unknown if this method is overloaded in GoogleService.
|
<F extends IFeed> |
AppsForYourDomainService.getFeed(URL feedUrl,
Class<F> feedClass)
The call to super.getEntry should fall through to Service and the
behaviour is unknown if this method is overloaded in GoogleService.
|
GenericFeed |
AppsGroupsService.getNextPage(Link atomLink)
Get the next page from the atom:next link
|
<E extends IEntry> |
AppsForYourDomainService.insert(URL feedUrl,
E entry) |
boolean |
AppsGroupsService.isMember(String groupId,
String memberId)
Checks if an user/group is a member of the group specified.
|
boolean |
AppsGroupsService.isOwner(String groupId,
String email)
Checks if an user is a owner of the group specified.
|
<F extends IFeed> |
AppsForYourDomainService.query(Query query,
Class<F> feedClass)
The call to super.getEntry should fall through to Service and the
behaviour is unknown if this method is overloaded in GoogleService.
|
void |
AppsGroupsService.removeOwnerFromGroup(String email,
String groupId)
Removes an owner from the group.
|
GenericFeed |
AppsGroupsService.retreiveGroupOwners(String groupId)
Retrieves all the owners of a given Group.
|
GenericFeed |
AppsGroupsService.retrieveAllGroups()
Retrieves all groups in a domain as a GenericFeed.
|
GenericFeed |
AppsGroupsService.retrieveAllMembers(String groupId)
Retrieves all the members of a group as a GenericFeed.
|
GenericEntry |
AppsGroupsService.retrieveGroup(String groupId)
Retrieves the group details.
|
GenericFeed |
AppsGroupsService.retrieveGroups(String memberName,
boolean directOnly)
Retrieves all groups of the given member.
|
GenericFeed |
AppsGroupsService.retrievePageOfGroups(Link next)
Retrieves next page of groups in a domain as a GenericFeed.
|
GenericFeed |
AppsGroupsService.retrievePageOfMembers(Link next)
Retrieves next page of members of a group as a GenericFeed.
|
<E extends IEntry> |
AppsForYourDomainService.update(URL entryUrl,
E entry) |
GenericEntry |
AppsGroupsService.updateGroup(String groupId,
String groupName,
String groupDescription,
String emailPermission)
Updates the group properties.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DomainSettingsService.getCountryCodeForDomain()
Retrieves the country code for the domain registered.
|
String |
DomainSettingsService.getCustomerPIN()
Retrieves Customer PIN associated with the domain.
|
String |
DomainSettingsService.getDefaultLanguage()
Retrieves the default language for the Google Apps domain
|
String |
DomainSettingsService.getDomainCreationTime()
Gets the time domain was created.
|
String |
DomainSettingsService.getDomainEdition()
Retrieves the domain edition.
|
String |
DomainSettingsService.getDomainSecondaryEmailAddress()
Retrieves the secondary Email address registered with the domain
|
String |
DomainSettingsService.getDomainVerificationStatus()
Retrieves the status of verification for the domain.
|
int |
DomainSettingsService.getMaxUserCount()
Retrieves the maximum number of users that can be created in the domain
|
String |
DomainSettingsService.getOrganizationName()
Retrieves the organization name associated with the domain
|
GenericEntry |
SingleSignOnService.getSsoSettings()
Retrieves the SSO properties configured for the domain.
|
GenericEntry |
SingleSignOnService.getSsoSigningKey()
Retrieves the certificate uploaded to the domain for SSO.
|
String |
DomainSettingsService.getSupportPIN()
Retrieves the Support PIN for the domain.
|
boolean |
EmailManagementService.isUserMigrationEnabled()
Retrieves the migration access settings
|
GenericEntry |
DomainVerificationService.retrieveCnameVerificationStatus() |
GenericFeed |
EmailManagementService.retrieveEmailRoutingSettings()
Retrieves all configured email routing settings as a GenericFeed.
|
GenericEntry |
DomainVerificationService.retrieveMxVerificationStatus() |
GenericEntry |
EmailManagementService.retrieveOutboundGatewaySettings()
Retrieves the outbound gateway settings for the domain.
|
GenericEntry |
DomainSettingsService.setDefaultLanguage(String language)
Sets the default language for Google Apps domain.
|
GenericEntry |
DomainSettingsService.setDomainLogo(String base64EncodedImage)
Updates the custom logo with the new image provided.
|
GenericEntry |
DomainSettingsService.setDomainSecondaryEmailAddress(String adminSecondaryEmail)
Registers the given Email as domain's secondary Email address
|
GenericEntry |
DomainSettingsService.setOrganizationName(String organizationName)
Set the organization name for the domain
|
void |
EmailManagementService.setUserMigrationAccess(boolean enableUserMigration)
Grants email migration access to users.
|
GenericEntry |
EmailManagementService.updateOutboundGatewaySettings(String smartHost,
String smtpMode)
Updates the outbound gateway settings for the domain.
|
GenericEntry |
SingleSignOnService.updateSSOSettings(GenericEntry entry)
Updates the SSO properties with the GenericEntry values.
|
GenericEntry |
SingleSignOnService.updateSsoSigningKey(String base64EncodedKey)
Updates the public key used for SSO.
|
GenericEntry |
DomainVerificationService.updateVerifiedStatus(GenericEntry entry,
boolean status)
Sets the verified status as true for a previously retrieved MX or CNAME
verification status entry;
|
| Modifier and Type | Method and Description |
|---|---|
GenericEntry |
AuditService.createAccountInfoRequest(String user)
Creates a new Account Information request.
|
GenericEntry |
AuditService.createMailboxDumpRequest(MailBoxDumpRequest mailBoxDumpRequest)
Creates a new request for obtaining a user mailbox dump.
|
GenericEntry |
AuditService.createMailMonitor(String sourceUser,
MailMonitor mailMonitor)
Creates a new monitoring task to begin an audit.
|
void |
AuditService.deleteAccountInfoRequest(String user,
String requestId)
Deletes the account info request for the given user
|
boolean |
AuditService.deleteMailboxDumpRequest(String user,
String id)
Deletes the mailbox dump request for the given ID and user.
|
void |
AuditService.deleteMonitor(String sourceUser,
String destUser)
Removes the monitor configured for the given source and destination user.
|
GenericEntry |
AuditService.retrieveAccountInfoRequest(String user,
String requestId)
Retrieves a previously created account/services related information request
for the given user.
|
List<GenericEntry> |
AuditService.retrieveAllAccountInfoRequests(Date fromDate)
Retrieve all the Account info requests from the given start date.
|
List<GenericEntry> |
AuditService.retrieveAllMailboxDumpRequests(Date fromDate)
Retrieves all mailbox dump requests from the given start date.
|
GenericEntry |
AuditService.retrieveMailboxDumpRequest(String user,
String id)
Retrieves the mailbox dump request for the given ID and user.
|
GenericFeed |
AuditService.retrieveMonitors(String sourceUser)
Retrieves all the monitors of a given user.
|
GenericFeed |
AuditService.retrieveNextPageOfAccountInfoRequests(Link next)
Retrieves the next page of account info requests by following the atom next
link.
|
GenericFeed |
AuditService.retrieveNextPageOfMailboxDumpRequests(Link next)
Retrieves the next page of mailbox dump requests by following the atom next
link.
|
GenericFeed |
AuditService.retrievePageOfAccountInfoRequests(Date fromDate)
Retrieves a page of account info requests from the given optional start
date.
|
GenericFeed |
AuditService.retrievePageOfMailboxDumpRequests(Date fromDate)
Retrieves a page of mailbox dump requests from the given start date.
|
GenericEntry |
AuditService.uploadPublicKey(String base64encodedKey)
Upload a public key for signing mailbox dump archives.
|
| Modifier and Type | Method and Description |
|---|---|
static AppsForYourDomainException |
AppsForYourDomainException.narrow(ServiceException se)
This is a helper method for Clients to use to obtain specific information
regarding a ServiceException.
|
Copyright © 2012. All Rights Reserved.