public class MyBusinessAccountManagement.Locations extends Object
Modifier and Type | Class and Description |
---|---|
class |
MyBusinessAccountManagement.Locations.Admins
The "admins" collection of methods.
|
class |
MyBusinessAccountManagement.Locations.Transfer |
Constructor and Description |
---|
Locations() |
Modifier and Type | Method and Description |
---|---|
MyBusinessAccountManagement.Locations.Admins |
admins()
An accessor for creating requests from the Admins collection.
|
MyBusinessAccountManagement.Locations.Transfer |
transfer(String name,
TransferLocationRequest content)
Moves a location from an account that the user owns to another account that the same user
administers.
|
public MyBusinessAccountManagement.Locations.Transfer transfer(String name, TransferLocationRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.name
- Required. The name of the location to transfer. `locations/{location_id}`.content
- the TransferLocationRequest
IOException
public MyBusinessAccountManagement.Locations.Admins admins()
The typical use is:
MyBusinessAccountManagement mybusinessaccountmanagement = new MyBusinessAccountManagement(...);
MyBusinessAccountManagement.Admins.List request = mybusinessaccountmanagement.admins().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.