public class MyBusinessBusinessCalls.Locations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MyBusinessBusinessCalls.Locations.Businesscallsinsights
The "businesscallsinsights" collection of methods.
|
class |
MyBusinessBusinessCalls.Locations.GetBusinesscallssettings |
class |
MyBusinessBusinessCalls.Locations.UpdateBusinesscallssettings |
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
MyBusinessBusinessCalls.Locations.Businesscallsinsights |
businesscallsinsights()
An accessor for creating requests from the Businesscallsinsights collection.
|
MyBusinessBusinessCalls.Locations.GetBusinesscallssettings |
getBusinesscallssettings(String name)
Returns the Business calls settings resource for the given location.
|
MyBusinessBusinessCalls.Locations.UpdateBusinesscallssettings |
updateBusinesscallssettings(String name,
BusinessCallsSettings content)
Updates the Business call settings for the specified location.
|
public MyBusinessBusinessCalls.Locations.GetBusinesscallssettings getBusinesscallssettings(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.name - Required. The BusinessCallsSettings to get. The `name` field is used to identify the business call
settings to get. Format: locations/{location_id}/businesscallssettings.IOExceptionpublic MyBusinessBusinessCalls.Locations.UpdateBusinesscallssettings updateBusinesscallssettings(String name, BusinessCallsSettings content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke
the remote operation.name - Required. The resource name of the calls settings. Format:
locations/{location}/businesscallssettingscontent - the BusinessCallsSettingsIOExceptionpublic MyBusinessBusinessCalls.Locations.Businesscallsinsights businesscallsinsights()
The typical use is:
MyBusinessBusinessCalls mybusinessbusinesscalls = new MyBusinessBusinessCalls(...);MyBusinessBusinessCalls.Businesscallsinsights.List request = mybusinessbusinesscalls.businesscallsinsights().list(parameters ...)
Copyright © 2011–2022 Google. All rights reserved.