public class DisplayVideo.Partners extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Partners.Channels
The "channels" collection of methods.
|
class |
DisplayVideo.Partners.EditAssignedTargetingOptions |
class |
DisplayVideo.Partners.Get |
class |
DisplayVideo.Partners.List |
class |
DisplayVideo.Partners.TargetingTypes
The "targetingTypes" collection of methods.
|
| Constructor and Description |
|---|
Partners() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Partners.Channels |
channels()
An accessor for creating requests from the Channels collection.
|
DisplayVideo.Partners.EditAssignedTargetingOptions |
editAssignedTargetingOptions(Long partnerId,
BulkEditPartnerAssignedTargetingOptionsRequest content)
Edits targeting options under a single partner.
|
DisplayVideo.Partners.Get |
get(Long partnerId)
Gets a partner.
|
DisplayVideo.Partners.List |
list()
Lists partners that are accessible to the current user.
|
DisplayVideo.Partners.TargetingTypes |
targetingTypes()
An accessor for creating requests from the TargetingTypes collection.
|
public DisplayVideo.Partners.EditAssignedTargetingOptions editAssignedTargetingOptions(Long partnerId, BulkEditPartnerAssignedTargetingOptionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.partnerId - Required. The ID of the partner.content - the BulkEditPartnerAssignedTargetingOptionsRequestIOExceptionpublic DisplayVideo.Partners.Get get(Long partnerId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.partnerId - Required. The ID of the partner to fetch.IOExceptionpublic DisplayVideo.Partners.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic DisplayVideo.Partners.Channels channels()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.Channels.List request = displayvideo.channels().list(parameters ...)
public DisplayVideo.Partners.TargetingTypes targetingTypes()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.TargetingTypes.List request = displayvideo.targetingTypes().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.