Package | Description |
---|---|
com.google.api.services.mybusinessaccountmanagement.v1 | |
com.google.api.services.mybusinessaccountmanagement.v1.model |
Modifier and Type | Method and Description |
---|---|
MyBusinessAccountManagement.Accounts.Admins.Create |
MyBusinessAccountManagement.Accounts.Admins.create(String parent,
Admin content)
Invites the specified user to become an administrator for the specified account.
|
MyBusinessAccountManagement.Locations.Admins.Create |
MyBusinessAccountManagement.Locations.Admins.create(String parent,
Admin content)
Invites the specified user to become an administrator for the specified location.
|
MyBusinessAccountManagement.Accounts.Admins.Patch |
MyBusinessAccountManagement.Accounts.Admins.patch(String name,
Admin content)
Updates the Admin for the specified Account Admin.
|
MyBusinessAccountManagement.Locations.Admins.Patch |
MyBusinessAccountManagement.Locations.Admins.patch(String name,
Admin content)
Updates the Admin for the specified location.
|
Constructor and Description |
---|
Create(String parent,
Admin content)
Invites the specified user to become an administrator for the specified account.
|
Create(String parent,
Admin content)
Invites the specified user to become an administrator for the specified location.
|
Patch(String name,
Admin content)
Updates the Admin for the specified Account Admin.
|
Patch(String name,
Admin content)
Updates the Admin for the specified location.
|
Modifier and Type | Method and Description |
---|---|
Admin |
Admin.clone() |
Admin |
Admin.set(String fieldName,
Object value) |
Admin |
Admin.setAccount(String account)
Immutable.
|
Admin |
Admin.setAdmin(String admin)
Optional.
|
Admin |
Admin.setName(String name)
Immutable.
|
Admin |
Admin.setPendingInvitation(Boolean pendingInvitation)
Output only.
|
Admin |
Admin.setRole(String role)
Required.
|
Modifier and Type | Method and Description |
---|---|
List<Admin> |
ListAccountAdminsResponse.getAccountAdmins()
A collection of Admin instances.
|
List<Admin> |
ListLocationAdminsResponse.getAdmins()
A collection of Admins.
|
Modifier and Type | Method and Description |
---|---|
ListAccountAdminsResponse |
ListAccountAdminsResponse.setAccountAdmins(List<Admin> accountAdmins)
A collection of Admin instances.
|
ListLocationAdminsResponse |
ListLocationAdminsResponse.setAdmins(List<Admin> admins)
A collection of Admins.
|
Copyright © 2011–2023 Google. All rights reserved.