public class DisplayVideo.Partners.Channels.Sites extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Partners.Channels.Sites.BulkEdit |
class |
DisplayVideo.Partners.Channels.Sites.Create |
class |
DisplayVideo.Partners.Channels.Sites.Delete |
class |
DisplayVideo.Partners.Channels.Sites.List |
class |
DisplayVideo.Partners.Channels.Sites.Replace |
| Constructor and Description |
|---|
Sites() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Partners.Channels.Sites.BulkEdit |
bulkEdit(Long partnerId,
Long channelId,
BulkEditSitesRequest content)
Bulk edits sites under a single channel.
|
DisplayVideo.Partners.Channels.Sites.Create |
create(Long partnerId,
Long channelId,
Site content)
Creates a site in a channel.
|
DisplayVideo.Partners.Channels.Sites.Delete |
delete(Long partnerId,
Long channelId,
String urlOrAppId)
Deletes a site from a channel.
|
DisplayVideo.Partners.Channels.Sites.List |
list(Long partnerId,
Long channelId)
Lists sites in a channel.
|
DisplayVideo.Partners.Channels.Sites.Replace |
replace(Long partnerId,
Long channelId,
ReplaceSitesRequest content)
Replaces all of the sites under a single channel.
|
public DisplayVideo.Partners.Channels.Sites.BulkEdit bulkEdit(Long partnerId, Long channelId, BulkEditSitesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.partnerId - The ID of the partner that owns the parent channel.channelId - Required. The ID of the parent channel to which the sites belong.content - the BulkEditSitesRequestIOExceptionpublic DisplayVideo.Partners.Channels.Sites.Create create(Long partnerId, Long channelId, Site content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.partnerId - The ID of the partner that owns the parent channel.channelId - Required. The ID of the parent channel in which the site will be created.content - the SiteIOExceptionpublic DisplayVideo.Partners.Channels.Sites.Delete delete(Long partnerId, Long channelId, String urlOrAppId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.partnerId - The ID of the partner that owns the parent channel.channelId - Required. The ID of the parent channel to which the site belongs.urlOrAppId - Required. The URL or app ID of the site to delete.IOExceptionpublic DisplayVideo.Partners.Channels.Sites.List list(Long partnerId, Long channelId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.partnerId - The ID of the partner that owns the parent channel.channelId - Required. The ID of the parent channel to which the requested sites belong.IOExceptionpublic DisplayVideo.Partners.Channels.Sites.Replace replace(Long partnerId, Long channelId, ReplaceSitesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.partnerId - The ID of the partner that owns the parent channel.channelId - Required. The ID of the parent channel whose sites will be replaced.content - the ReplaceSitesRequestIOExceptionCopyright © 2011–2026 Google. All rights reserved.