Package | Description |
---|---|
com.google.api.services.mybusiness.v4 | |
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
MyBusiness.Accounts.Locations.LocalPosts.Create |
MyBusiness.Accounts.Locations.LocalPosts.create(java.lang.String parent,
LocalPost content)
Creates a new local post associated with the specified location, and returns it.
|
MyBusiness.Accounts.Locations.LocalPosts.Patch |
MyBusiness.Accounts.Locations.LocalPosts.patch(java.lang.String name,
LocalPost content)
Updates the specified local post and returns the updated local post.
|
Constructor and Description |
---|
Create(java.lang.String parent,
LocalPost content)
Creates a new local post associated with the specified location, and returns it.
|
Patch(java.lang.String name,
LocalPost content)
Updates the specified local post and returns the updated local post.
|
Modifier and Type | Method and Description |
---|---|
LocalPost |
LocalPost.clone() |
LocalPost |
LocalPost.set(java.lang.String fieldName,
java.lang.Object value) |
LocalPost |
LocalPost.setCallToAction(CallToAction callToAction)
The URL that users are sent to when clicking through the promotion.
|
LocalPost |
LocalPost.setCreateTime(java.lang.String createTime)
Output only.
|
LocalPost |
LocalPost.setEvent(LocalPostEvent event)
Event information.
|
LocalPost |
LocalPost.setLanguageCode(java.lang.String languageCode)
The language of the local post.
|
LocalPost |
LocalPost.setMedia(java.util.List<MediaItem> media)
The media associated with the post.
|
LocalPost |
LocalPost.setName(java.lang.String name)
Output only.
|
LocalPost |
LocalPost.setOffer(LocalPostOffer offer)
Additional data for offer posts.
|
LocalPost |
LocalPost.setProduct(LocalPostProduct product)
Additional data for product posts.
|
LocalPost |
LocalPost.setSearchUrl(java.lang.String searchUrl)
Output only.
|
LocalPost |
LocalPost.setState(java.lang.String state)
Output only.
|
LocalPost |
LocalPost.setSummary(java.lang.String summary)
Description/body of the local post.
|
LocalPost |
LocalPost.setTopicType(java.lang.String topicType)
Required.
|
LocalPost |
LocalPost.setUpdateTime(java.lang.String updateTime)
Output only.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LocalPost> |
ListLocalPostsResponse.getLocalPosts()
The returned list of local posts.
|
Modifier and Type | Method and Description |
---|---|
ListLocalPostsResponse |
ListLocalPostsResponse.setLocalPosts(java.util.List<LocalPost> localPosts)
The returned list of local posts.
|
Copyright © 2011-2018 Google. All Rights Reserved.