public class Dfareporting.StudioCreatives extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.StudioCreatives.Get |
class |
Dfareporting.StudioCreatives.Insert |
class |
Dfareporting.StudioCreatives.Publish |
| Constructor and Description |
|---|
StudioCreatives() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.StudioCreatives.Get |
get(Long studioCreativeId)
Gets a studio creative by ID.
|
Dfareporting.StudioCreatives.Insert |
insert(StudioCreative content)
Inserts a new studio creative.
|
Dfareporting.StudioCreatives.Publish |
publish(Long studioCreativeId)
Publish for a studio creative.
|
public Dfareporting.StudioCreatives.Get get(Long studioCreativeId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.studioCreativeId - Required. Studio creative ID.IOExceptionpublic Dfareporting.StudioCreatives.Insert insert(StudioCreative content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the StudioCreativeIOExceptionpublic Dfareporting.StudioCreatives.Publish publish(Long studioCreativeId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.studioCreativeId - Required. Studio creative ID.IOExceptionCopyright © 2011–2026 Google. All rights reserved.