| 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.
|
GenericEntry |
AppsGroupsService.retrieveGroup(String groupId)
Retrieves the group details.
|
GenericEntry |
AppsGroupsService.updateGroup(String groupId,
String groupName,
String groupDescription,
String emailPermission)
Updates the group properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<GenericEntry> |
AppsGroupsService.retrieveAllPagesOfGroups()
Retrieves all the pages of the groups feed.
|
| Modifier and Type | Method and Description |
|---|---|
GenericEntry |
SingleSignOnService.getSsoSettings()
Retrieves the SSO properties configured for the domain.
|
GenericEntry |
SingleSignOnService.getSsoSigningKey()
Retrieves the certificate uploaded to the domain for SSO.
|
GenericEntry |
DomainVerificationService.retrieveCnameVerificationStatus() |
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
|
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 |
SingleSignOnService.updateSSOSettings(GenericEntry entry)
Updates the SSO properties with the GenericEntry values.
|
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.
|
GenericEntry |
AuditService.retrieveAccountInfoRequest(String user,
String requestId)
Retrieves a previously created account/services related information request
for the given user.
|
GenericEntry |
AuditService.retrieveMailboxDumpRequest(String user,
String id)
Retrieves the mailbox dump request for the given ID and user.
|
GenericEntry |
MailMonitor.toGenericEntry()
Creates a GenericEntry from the MailMonitor fields.
|
GenericEntry |
MailBoxDumpRequest.toGenericEntry()
converts a
MailBoxDumpRequest to GenericEntry. |
GenericEntry |
AccountInfo.toGenericEntry() |
GenericEntry |
AuditService.uploadPublicKey(String base64encodedKey)
Upload a public key for signing mailbox dump archives.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
AccountInfo(GenericEntry entry)
Parameterized constructor to create a POJO from a GenericEntry instance.
|
MailBoxDumpRequest(GenericEntry entry)
Parameterized constructor to create a POJO from GenericEntry.
|
MailMonitor(GenericEntry entry)
Parameterized constructor that creates a MailMonitor instance from a
GenericEntry |
| Modifier and Type | Method and Description |
|---|---|
GenericEntry |
GmailFilterService.insert(String domain,
GenericEntry entry)
Inserts one Gmail filter entry.
|
| Modifier and Type | Method and Description |
|---|---|
GenericEntry |
GmailFilterService.insert(String domain,
GenericEntry entry)
Inserts one Gmail filter entry.
|
Copyright © 2012. All Rights Reserved.