Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
ListCustomerMediaItemsResponse |
ListCustomerMediaItemsResponse.clone() |
ListCustomerMediaItemsResponse |
ListCustomerMediaItemsResponse.set(java.lang.String fieldName,
java.lang.Object value) |
ListCustomerMediaItemsResponse |
ListCustomerMediaItemsResponse.setMediaItems(java.util.List<MediaItem> mediaItems)
The returned list of media items.
|
ListCustomerMediaItemsResponse |
ListCustomerMediaItemsResponse.setNextPageToken(java.lang.String nextPageToken)
If there are more media items than the requested page size, then this field is populated with a
token to fetch the next page of media items on a subsequent call to ListCustomerMediaItems.
|
ListCustomerMediaItemsResponse |
ListCustomerMediaItemsResponse.setTotalMediaItemCount(java.lang.Integer totalMediaItemCount)
The total number of media items for this location, irrespective of pagination.
|
Copyright © 2011-2018 Google. All Rights Reserved.