Package | Description |
---|---|
com.google.api.services.mybusiness.v4 | |
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
MyBusiness.Accounts.Update |
MyBusiness.Accounts.update(java.lang.String name,
Account content)
Updates the specified business account.
|
Constructor and Description |
---|
Update(java.lang.String name,
Account content)
Updates the specified business account.
|
Modifier and Type | Method and Description |
---|---|
Account |
Account.clone() |
Account |
Invitation.getTargetAccount()
The sparsely populated account this invitation is for.
|
Account |
Account.set(java.lang.String fieldName,
java.lang.Object value) |
Account |
Account.setAccountName(java.lang.String accountName)
The name of the account.
|
Account |
Account.setAccountNumber(java.lang.String accountNumber)
Account reference number if provisioned.
|
Account |
Account.setName(java.lang.String name)
The resource name, in the format `accounts/{account_id}`.
|
Account |
Account.setOrganizationInfo(OrganizationInfo organizationInfo)
Additional info for an organization.
|
Account |
Account.setPermissionLevel(java.lang.String permissionLevel)
Output only.
|
Account |
Account.setProfilePhotoUrl(java.lang.String profilePhotoUrl)
Profile photo for the account.
|
Account |
Account.setRole(java.lang.String role)
Output only.
|
Account |
Account.setState(AccountState state)
Output only.
|
Account |
Account.setType(java.lang.String type)
Output only.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Account> |
ListAccountsResponse.getAccounts()
A collection of accounts to which the user has access.
|
Modifier and Type | Method and Description |
---|---|
Invitation |
Invitation.setTargetAccount(Account targetAccount)
The sparsely populated account this invitation is for.
|
Modifier and Type | Method and Description |
---|---|
ListAccountsResponse |
ListAccountsResponse.setAccounts(java.util.List<Account> accounts)
A collection of accounts to which the user has access.
|
Copyright © 2011-2018 Google. All Rights Reserved.