public class MyBusiness.Accounts.Locations.Admins
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
MyBusiness.Accounts.Locations.Admins.Create |
class |
MyBusiness.Accounts.Locations.Admins.Delete |
class |
MyBusiness.Accounts.Locations.Admins.List |
class |
MyBusiness.Accounts.Locations.Admins.Patch |
Constructor and Description |
---|
Admins() |
Modifier and Type | Method and Description |
---|---|
MyBusiness.Accounts.Locations.Admins.Create |
create(java.lang.String parent,
Admin content)
Invites the specified user to become an administrator for the specified location.
|
MyBusiness.Accounts.Locations.Admins.Delete |
delete(java.lang.String name)
Removes the specified admin as a manager of the specified location.
|
MyBusiness.Accounts.Locations.Admins.List |
list(java.lang.String parent)
Lists all of the admins for the specified location.
|
MyBusiness.Accounts.Locations.Admins.Patch |
patch(java.lang.String name,
Admin content)
Updates the Admin for the specified Location Admin.
|
public MyBusiness.Accounts.Locations.Admins.Create create(java.lang.String parent, Admin content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- The resource name of the location this admin is created for.content
- the Admin
java.io.IOException
public MyBusiness.Accounts.Locations.Admins.Delete delete(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The resource name of the admin to remove from the location.java.io.IOException
public MyBusiness.Accounts.Locations.Admins.List list(java.lang.String parent) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- The name of the location to list admins of.java.io.IOException
public MyBusiness.Accounts.Locations.Admins.Patch patch(java.lang.String name, Admin content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The resource name of the admin to update.content
- the Admin
java.io.IOException
Copyright © 2011-2018 Google. All Rights Reserved.