public class Dfareporting.DynamicProfiles extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.DynamicProfiles.Get |
class |
Dfareporting.DynamicProfiles.Insert |
class |
Dfareporting.DynamicProfiles.Update |
Constructor and Description |
---|
DynamicProfiles() |
Modifier and Type | Method and Description |
---|---|
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.Update |
update(DynamicProfile content)
Updates an existing dynamic profile.
|
public Dfareporting.DynamicProfiles.Get get(Long dynamicProfileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.dynamicProfileId
- Required. Dynamic profile ID.IOException
public Dfareporting.DynamicProfiles.Insert insert(DynamicProfile content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the DynamicProfile
IOException
public Dfareporting.DynamicProfiles.Update update(DynamicProfile content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the DynamicProfile
IOException
Copyright © 2011–2025 Google. All rights reserved.