public class Dfareporting.ChangeLogs extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.ChangeLogs.Get |
class |
Dfareporting.ChangeLogs.List |
Constructor and Description |
---|
ChangeLogs() |
Modifier and Type | Method and Description |
---|---|
Dfareporting.ChangeLogs.Get |
get(Long profileId,
Long id)
Gets one change log by ID.
|
Dfareporting.ChangeLogs.List |
list(Long profileId)
Retrieves a list of change logs.
|
public Dfareporting.ChangeLogs.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.id
- Change log ID.IOException
public Dfareporting.ChangeLogs.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.IOException
Copyright © 2011–2025 Google. All rights reserved.