public class MyBusinessPlaceActions.Locations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MyBusinessPlaceActions.Locations.PlaceActionLinks
The "placeActionLinks" collection of methods.
|
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
MyBusinessPlaceActions.Locations.PlaceActionLinks |
placeActionLinks()
An accessor for creating requests from the PlaceActionLinks collection.
|
public MyBusinessPlaceActions.Locations.PlaceActionLinks placeActionLinks()
The typical use is:
MyBusinessPlaceActions mybusinessplaceactions = new MyBusinessPlaceActions(...);MyBusinessPlaceActions.PlaceActionLinks.List request = mybusinessplaceactions.placeActionLinks().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.