Package | Description |
---|---|
com.google.api.services.mybusinessaccountmanagement.v1 | |
com.google.api.services.mybusinessaccountmanagement.v1.model |
Modifier and Type | Method and Description |
---|---|
MyBusinessAccountManagement.Accounts.Create |
MyBusinessAccountManagement.Accounts.create(Account content)
Creates an account with the specified name and type under the given parent.
|
MyBusinessAccountManagement.Accounts.Patch |
MyBusinessAccountManagement.Accounts.patch(String name,
Account content)
Updates the specified business account.
|
Constructor and Description |
---|
Create(Account content)
Creates an account with the specified name and type under the given parent.
|
Patch(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(String fieldName,
Object value) |
Account |
Account.setAccountName(String accountName)
Required.
|
Account |
Account.setAccountNumber(String accountNumber)
Output only.
|
Account |
Account.setName(String name)
Immutable.
|
Account |
Account.setOrganizationInfo(OrganizationInfo organizationInfo)
Output only.
|
Account |
Account.setPermissionLevel(String permissionLevel)
Output only.
|
Account |
Account.setPrimaryOwner(String primaryOwner)
Required.
|
Account |
Account.setRole(String role)
Output only.
|
Account |
Account.setType(String type)
Required.
|
Account |
Account.setVerificationState(String verificationState)
Output only.
|
Account |
Account.setVettedState(String vettedState)
Output only.
|
Modifier and Type | Method and Description |
---|---|
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(List<Account> accounts)
A collection of accounts to which the user has access.
|
Copyright © 2011–2023 Google. All rights reserved.