Package | Description |
---|---|
com.google.api.services.mybusinessplaceactions.v1 | |
com.google.api.services.mybusinessplaceactions.v1.model |
Modifier and Type | Method and Description |
---|---|
MyBusinessPlaceActions.Locations.PlaceActionLinks.Create |
MyBusinessPlaceActions.Locations.PlaceActionLinks.create(String parent,
PlaceActionLink content)
Creates a place action link associated with the specified location, and returns it.
|
MyBusinessPlaceActions.Locations.PlaceActionLinks.Patch |
MyBusinessPlaceActions.Locations.PlaceActionLinks.patch(String name,
PlaceActionLink content)
Updates the specified place action link and returns it.
|
Constructor and Description |
---|
Create(String parent,
PlaceActionLink content)
Creates a place action link associated with the specified location, and returns it.
|
Patch(String name,
PlaceActionLink content)
Updates the specified place action link and returns it.
|
Modifier and Type | Method and Description |
---|---|
PlaceActionLink |
PlaceActionLink.clone() |
PlaceActionLink |
PlaceActionLink.set(String fieldName,
Object value) |
PlaceActionLink |
PlaceActionLink.setCreateTime(String createTime)
Output only.
|
PlaceActionLink |
PlaceActionLink.setIsEditable(Boolean isEditable)
Output only.
|
PlaceActionLink |
PlaceActionLink.setIsPreferred(Boolean isPreferred)
Optional.
|
PlaceActionLink |
PlaceActionLink.setName(String name)
Optional.
|
PlaceActionLink |
PlaceActionLink.setPlaceActionType(String placeActionType)
Required.
|
PlaceActionLink |
PlaceActionLink.setProviderType(String providerType)
Output only.
|
PlaceActionLink |
PlaceActionLink.setUpdateTime(String updateTime)
Output only.
|
PlaceActionLink |
PlaceActionLink.setUri(String uri)
Required.
|
Modifier and Type | Method and Description |
---|---|
List<PlaceActionLink> |
ListPlaceActionLinksResponse.getPlaceActionLinks()
The returned list of place action links.
|
Modifier and Type | Method and Description |
---|---|
ListPlaceActionLinksResponse |
ListPlaceActionLinksResponse.setPlaceActionLinks(List<PlaceActionLink> placeActionLinks)
The returned list of place action links.
|
Copyright © 2011–2022 Google. All rights reserved.