Package | Description |
---|---|
com.google.api.services.mybusiness.v4 | |
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
MyBusiness.Accounts.Admins.Create |
MyBusiness.Accounts.Admins.create(java.lang.String parent,
Admin content)
Invites the specified user to become an administrator for the specified account.
|
MyBusiness.Accounts.Locations.Admins.Create |
MyBusiness.Accounts.Locations.Admins.create(java.lang.String parent,
Admin content)
Invites the specified user to become an administrator for the specified location.
|
MyBusiness.Accounts.Admins.Patch |
MyBusiness.Accounts.Admins.patch(java.lang.String name,
Admin content)
Updates the Admin for the specified Account Admin.
|
MyBusiness.Accounts.Locations.Admins.Patch |
MyBusiness.Accounts.Locations.Admins.patch(java.lang.String name,
Admin content)
Updates the Admin for the specified Location Admin.
|
Constructor and Description |
---|
Create(java.lang.String parent,
Admin content)
Invites the specified user to become an administrator for the specified account.
|
Create(java.lang.String parent,
Admin content)
Invites the specified user to become an administrator for the specified location.
|
Patch(java.lang.String name,
Admin content)
Updates the Admin for the specified Account Admin.
|
Patch(java.lang.String name,
Admin content)
Updates the Admin for the specified Location Admin.
|
Modifier and Type | Method and Description |
---|---|
Admin |
Admin.clone() |
Admin |
Admin.set(java.lang.String fieldName,
java.lang.Object value) |
Admin |
Admin.setAdminName(java.lang.String adminName)
The name of the admin.
|
Admin |
Admin.setName(java.lang.String name)
The resource name.
|
Admin |
Admin.setPendingInvitation(java.lang.Boolean pendingInvitation)
Output only.
|
Admin |
Admin.setRole(java.lang.String role)
Specifies the AdminRole that this admin uses with the specified Account or Location resource.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Admin> |
ListAccountAdminsResponse.getAdmins()
A collection of Admin instances.
|
java.util.List<Admin> |
ListLocationAdminsResponse.getAdmins()
A collection of Admin instances.
|
Modifier and Type | Method and Description |
---|---|
ListAccountAdminsResponse |
ListAccountAdminsResponse.setAdmins(java.util.List<Admin> admins)
A collection of Admin instances.
|
ListLocationAdminsResponse |
ListLocationAdminsResponse.setAdmins(java.util.List<Admin> admins)
A collection of Admin instances.
|
Copyright © 2011-2018 Google. All Rights Reserved.