public class Dfareporting.DynamicProfiles extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.DynamicProfiles.GenerateCode |
class |
Dfareporting.DynamicProfiles.Get |
class |
Dfareporting.DynamicProfiles.Insert |
class |
Dfareporting.DynamicProfiles.Publish |
class |
Dfareporting.DynamicProfiles.Update |
| Constructor and Description |
|---|
DynamicProfiles() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.DynamicProfiles.GenerateCode |
generateCode(Long dynamicProfileId)
Generates code for a dynamic profile, which will need unescaping.
|
Dfareporting.DynamicProfiles.Get |
get(Long dynamicProfileId)
Gets a dynamic profile by ID.
|
Dfareporting.DynamicProfiles.Insert |
insert(DynamicProfile content)
Inserts a new dynamic profile.
|
Dfareporting.DynamicProfiles.Publish |
publish(Long dynamicProfileId)
Publish for a dynamic profile.
|
Dfareporting.DynamicProfiles.Update |
update(DynamicProfile content)
Updates an existing dynamic profile.
|
public Dfareporting.DynamicProfiles.GenerateCode generateCode(Long dynamicProfileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.dynamicProfileId - Required. Dynamic profile ID.IOExceptionpublic Dfareporting.DynamicProfiles.Get get(Long dynamicProfileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.dynamicProfileId - Required. Dynamic profile ID.IOExceptionpublic Dfareporting.DynamicProfiles.Insert insert(DynamicProfile content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the DynamicProfileIOExceptionpublic Dfareporting.DynamicProfiles.Publish publish(Long dynamicProfileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.dynamicProfileId - Required. Dynamic profile ID.IOExceptionpublic Dfareporting.DynamicProfiles.Update update(DynamicProfile content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the DynamicProfileIOExceptionCopyright © 2011–2026 Google. All rights reserved.