Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
ChangeLog |
ChangeLog.clone() |
ChangeLog |
ChangeLog.set(String fieldName,
Object value) |
ChangeLog |
ChangeLog.setAccountId(Long accountId)
Account ID of the modified object.
|
ChangeLog |
ChangeLog.setAction(String action)
Action which caused the change.
|
ChangeLog |
ChangeLog.setChangeTime(com.google.api.client.util.DateTime changeTime) |
ChangeLog |
ChangeLog.setFieldName(String fieldName)
Field name of the object which changed.
|
ChangeLog |
ChangeLog.setId(Long id)
ID of this change log.
|
ChangeLog |
ChangeLog.setKind(String kind)
Identifies what kind of resource this is.
|
ChangeLog |
ChangeLog.setNewValue(String newValue)
New value of the object field.
|
ChangeLog |
ChangeLog.setObjectId(Long objectId)
ID of the object of this change log.
|
ChangeLog |
ChangeLog.setObjectType(String objectType)
Object type of the change log.
|
ChangeLog |
ChangeLog.setOldValue(String oldValue)
Old value of the object field.
|
ChangeLog |
ChangeLog.setSubaccountId(Long subaccountId)
Subaccount ID of the modified object.
|
ChangeLog |
ChangeLog.setTransactionId(Long transactionId)
Transaction ID of this change log.
|
ChangeLog |
ChangeLog.setUserProfileId(Long userProfileId)
ID of the user who modified the object.
|
ChangeLog |
ChangeLog.setUserProfileName(String userProfileName)
User profile name of the user who modified the object.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeLog> |
ChangeLogsListResponse.getChangeLogs()
Change log collection.
|
Modifier and Type | Method and Description |
---|---|
ChangeLogsListResponse |
ChangeLogsListResponse.setChangeLogs(List<ChangeLog> changeLogs)
Change log collection.
|
Copyright © 2011–2025 Google. All rights reserved.