- AbstractConfig - Class in org.mule.modules.google.dfp.premium.strategy
-
Abstract connection strategy to connect to GoogleDfp from Anypoint Runtime.
- AbstractConfig() - Constructor for class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- addAdUnitsCombination(ComposedMetaDataKeyBuilder) - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.PerformSelectorDataSense
-
- addLineItemsCombination(ComposedMetaDataKeyBuilder) - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.PerformSelectorDataSense
-
- addOrdersCombination(ComposedMetaDataKeyBuilder) - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.PerformSelectorDataSense
-
- addUserCombination(ComposedMetaDataKeyBuilder) - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.PerformSelectorDataSense
-
- AdManagerApiException - Exception in org.mule.modules.google.dfp.exceptions
-
An exception with a request made to the API.
- AdManagerApiException(Exception) - Constructor for exception org.mule.modules.google.dfp.exceptions.AdManagerApiException
-
Intialise a custom exception from the provided one.
- AdManagerApiException(Exception, AdManagerConnectorOperation) - Constructor for exception org.mule.modules.google.dfp.exceptions.AdManagerApiException
-
Intialise a custom exception from the provided one.
- AdManagerCommunicationException - Exception in org.mule.modules.google.dfp.exceptions
-
An exception when there is a communication issue with the API.
- AdManagerCommunicationException(Exception) - Constructor for exception org.mule.modules.google.dfp.exceptions.AdManagerCommunicationException
-
Intialise a custom communication exception from the provided one.
- AdManagerConnectorOperation - Enum in org.mule.modules.google.dfp.exceptions
-
Enum used to represent all connector operations supported.
- AdManagerException - Exception in org.mule.modules.google.dfp.exceptions
-
The connector general custom exception.
- AdManagerException() - Constructor for exception org.mule.modules.google.dfp.exceptions.AdManagerException
-
Initialise the AdManager Exception with default values.
- AdManagerException(String) - Constructor for exception org.mule.modules.google.dfp.exceptions.AdManagerException
-
Initialise the AdManager Exception with a message.
- AdManagerException(Throwable) - Constructor for exception org.mule.modules.google.dfp.exceptions.AdManagerException
-
Initialise the AdManager Exception with a Throwable.
- AdManagerException(String, Throwable) - Constructor for exception org.mule.modules.google.dfp.exceptions.AdManagerException
-
Initialise the AdManager Exception with a message and a Throwable.
- AdManagerException(String, Throwable, boolean, boolean) - Constructor for exception org.mule.modules.google.dfp.exceptions.AdManagerException
-
Initialise the AdManager Exception with a message, a Throwable, whether
suppression is enabled, and whether the stack trace is writable.
- AdManagerUserException - Exception in org.mule.modules.google.dfp.exceptions
-
A custom user exception.
- AdManagerUserException(String) - Constructor for exception org.mule.modules.google.dfp.exceptions.AdManagerUserException
-
Initialise the exception with message.
- applicationName - Variable in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
The application name for Google Ad Manager.
- CompanyService - Class in org.mule.modules.google.dfp.premium.services
-
Service containing Company helper methods.
- CompanyService() - Constructor for class org.mule.modules.google.dfp.premium.services.CompanyService
-
- companyService - Variable in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- connect(String, String) - Method in class org.mule.modules.google.dfp.premium.strategy.OAuth2Config
-
Connect method.
- connect(String) - Method in class org.mule.modules.google.dfp.premium.strategy.ServiceAccountConfig
-
Connect method.
- connectionId() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
Returns the connection Id.
- ContactService - Class in org.mule.modules.google.dfp.premium.services
-
Service containing Contact helper methods.
- ContactService() - Constructor for class org.mule.modules.google.dfp.premium.services.ContactService
-
- contactService - Variable in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- create(CreateSelector, Object) - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Create Objects on a service.
- createAdUnits(List<AdUnit>) - Method in class org.mule.modules.google.dfp.premium.CreateMethods
-
Create a list of Ad Units.
- createAdUnits(AdManagerSession, List<AdUnit>) - Method in class org.mule.modules.google.dfp.premium.services.InventoryService
-
Creates the specified Ad Units.
- createCompanies(List<Company>) - Method in class org.mule.modules.google.dfp.premium.CreateMethods
-
Create a list of Companies.
- createCompanies(AdManagerSession, List<Company>) - Method in class org.mule.modules.google.dfp.premium.services.CompanyService
-
Creates the specified companies.
- createCompanyService(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.CompanyService
-
- createContacts(List<Contact>) - Method in class org.mule.modules.google.dfp.premium.CreateMethods
-
Create a list of Contacts.
- createContacts(AdManagerSession, List<Contact>) - Method in class org.mule.modules.google.dfp.premium.services.ContactService
-
Creates the specified contacts.
- createContactService(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.ContactService
-
- createCustomFieldOptions(List<CustomFieldOption>) - Method in class org.mule.modules.google.dfp.premium.CreateMethods
-
Creates a list of new CustomFieldOption objects.
- createCustomFieldOptions(AdManagerSession, List<CustomFieldOption>) - Method in class org.mule.modules.google.dfp.premium.services.CustomFieldService
-
Creates the specified CustomFieldOptions.
- createCustomFields(List<CustomField>) - Method in class org.mule.modules.google.dfp.premium.CreateMethods
-
Creates a list of new CustomField objects.
- createCustomFields(AdManagerSession, List<CustomField>) - Method in class org.mule.modules.google.dfp.premium.services.CustomFieldService
-
Creates the specified CustomFields.
- createCustomFieldService(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.CustomFieldService
-
- createCustomTargetingKeys(List<CustomTargetingKey>) - Method in class org.mule.modules.google.dfp.premium.CreateMethods
-
Create a list of Custom Targeting Keys.
- createCustomTargetingKeys(AdManagerSession, List<CustomTargetingKey>) - Method in class org.mule.modules.google.dfp.premium.services.CustomTargetingService
-
Creates the specified CustomTargetingKeys.
- createCustomTargetingService(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.CustomTargetingService
-
- createCustomTargetingValues(List<CustomTargetingValue>) - Method in class org.mule.modules.google.dfp.premium.CreateMethods
-
Create a list of Custom Targeting Values.
- createCustomTargetingValues(AdManagerSession, List<CustomTargetingValue>) - Method in class org.mule.modules.google.dfp.premium.services.CustomTargetingService
-
Creates the specified CustomTargetingValues.
- createForecastService(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.ForecastService
-
- createInventoryService(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.InventoryService
-
- createLineItems(List<LineItem>) - Method in class org.mule.modules.google.dfp.premium.CreateMethods
-
Create a list of Line Items.
- createLineItems(AdManagerSession, List<LineItem>) - Method in class org.mule.modules.google.dfp.premium.services.LineItemService
-
Creates the specified Line Items.
- createLineItemService(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.LineItemService
-
- CreateMethods - Class in org.mule.modules.google.dfp.premium
-
Set of methods used by the create operations.
- CreateMethods(AbstractConfig) - Constructor for class org.mule.modules.google.dfp.premium.CreateMethods
-
Initialise the create methods with the specified connection strategy.
- createOrders(List<Order>) - Method in class org.mule.modules.google.dfp.premium.CreateMethods
-
Create a list of Orders.
- createOrders(AdManagerSession, List<Order>) - Method in class org.mule.modules.google.dfp.premium.services.OrderService
-
Creates the specified orders.
- createOrderService(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.OrderService
-
- createPlacements(List<Placement>) - Method in class org.mule.modules.google.dfp.premium.CreateMethods
-
Create a list of Placements.
- createPlacements(AdManagerSession, List<Placement>) - Method in class org.mule.modules.google.dfp.premium.services.PlacementService
-
Creates the specified placements.
- createPlacementService(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.PlacementService
-
- createPqlService(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.PqlService
-
- createReport(DownloadReportMethod, String, String, String, Date, Date) - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Creates a Report with the given parameters.
- createReport(AdManagerSession, Date, Date, String, String, String) - Method in class org.mule.modules.google.dfp.premium.services.ReportService
-
Create a Report.
- createReportService(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.ReportService
-
- createReportSync(AdManagerSession, Date, Date, String, String, String) - Method in class org.mule.modules.google.dfp.premium.services.ReportService
-
Creates a Report Asynchronously.
- CreateSelector - Enum in org.mule.modules.google.dfp.premium.services.selectors
-
The Create operations selector.
- CreateSelectorDataSense - Class in org.mule.modules.google.dfp.premium.services.selectors.metadata
-
The Create operation datasense.
- CreateSelectorDataSense() - Constructor for class org.mule.modules.google.dfp.premium.services.selectors.metadata.CreateSelectorDataSense
-
- createUsers(List<User>) - Method in class org.mule.modules.google.dfp.premium.CreateMethods
-
Create a list of Users.
- createUsers(AdManagerSession, List<User>) - Method in class org.mule.modules.google.dfp.premium.services.UserService
-
Creates the specified Users.
- createUserService(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.UserService
-
- CustomFieldService - Class in org.mule.modules.google.dfp.premium.services
-
Service containing Custom Field helper methods.
- CustomFieldService() - Constructor for class org.mule.modules.google.dfp.premium.services.CustomFieldService
-
- customFieldService - Variable in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- CustomTargetingService - Class in org.mule.modules.google.dfp.premium.services
-
Service containing Custom Targeting helper methods.
- CustomTargetingService() - Constructor for class org.mule.modules.google.dfp.premium.services.CustomTargetingService
-
- customTargetingService - Variable in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- get(GetSelector) - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Gets a object(s) depending on the service chosen.
- getAdUnits(String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Retrieve the Ad Units that match with the queryString.
- getAdUnits(AdManagerSession, String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.services.InventoryService
-
Retrieves a filtered list of Ad Units.
- getAdUnitSizes(String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Retrieve the Ad Unit sizes that match with the queryString.
- getAdUnitSizes(AdManagerSession, String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.services.InventoryService
-
Retrieves a filtered list of Ad Unit Sizes.
- getAllRoles() - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Returns the Role objects that are defined for the users of the network.
- getAllRoles(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.UserService
-
Retrieves all Roles.
- getApplicationName() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getAvailabilityForecast(ProspectiveLineItem, Boolean, Boolean, ForecastBreakdownOptions) - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Retrieve the Availability Forecast for the given prospective Line Item.
- getAvailabilityForecast(AdManagerSession, ProspectiveLineItem, Boolean, Boolean, ForecastBreakdownOptions) - Method in class org.mule.modules.google.dfp.premium.services.ForecastService
-
Retrieves an AvailabilityForecast.
- getAvailabilityForecastById(long, Boolean, Boolean, ForecastBreakdownOptions) - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Retrieve the Availability Forecast for the given prospective Line Item ID.
- getAvailabilityForecastById(AdManagerSession, Long, Boolean, Boolean, ForecastBreakdownOptions) - Method in class org.mule.modules.google.dfp.premium.services.ForecastService
-
Retrieves the AvailabilityForecast by the specified ID.
- getByStatement(GetByStatementSelector, String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Retrieve object(s) that match the query.
- GetByStatementSelector - Enum in org.mule.modules.google.dfp.premium.services.selectors
-
The GetByStatement operations selector.
- GetByStatementSelectorDataSense - Class in org.mule.modules.google.dfp.premium.services.selectors.metadata
-
The Get By Statement operation datasense.
- GetByStatementSelectorDataSense() - Constructor for class org.mule.modules.google.dfp.premium.services.selectors.metadata.GetByStatementSelectorDataSense
-
- getCompanies(String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Retrieve the companies that match with the queryString.
- getCompanies(AdManagerSession, String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.services.CompanyService
-
Retrieves a list of companies.
- getCompanyService() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getConnectionStrategy() - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Returns the connection strategy.
- getConnector() - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.CreateSelectorDataSense
-
Returns the Google Ad Manager connector instance.
- getConnector() - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.DownloadReportDataSense
-
Returns the Google Ad Manager connector instance.
- getConnector() - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.GetByStatementSelectorDataSense
-
Returns the Google Ad Manager connector instance.
- getConnector() - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.GetSelectorDataSense
-
Returns the Google Ad Manager connector instance.
- getConnector() - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.PerformSelectorDataSense
-
Returns the Google Ad Manager connector instance.
- getConnector() - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.UpdateSelectorDataSense
-
Returns the Google Ad Manager connector instance.
- getContacts(String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Retrieve the contacts that match with the queryString.
- getContacts(AdManagerSession, String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.services.ContactService
-
Retrieve a filtered list of contacts.
- getContactService() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getCurrentUser() - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Returns the current User.
- getCurrentUser(AdManagerSession) - Method in class org.mule.modules.google.dfp.premium.services.UserService
-
Retrieves the current user.
- getCustomFieldOption(long) - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Gets a Custom Field with the given Custom field Option ID.
- getCustomFieldOption(AdManagerSession, Long) - Method in class org.mule.modules.google.dfp.premium.services.CustomFieldService
-
Retrieves the specified CustomFieldOption.
- getCustomFields(String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Retrieve the CustomFields that match with the queryString.
- getCustomFields(AdManagerSession, String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.services.CustomFieldService
-
Retrieves a list of filtered CustomFields.
- getCustomFieldService() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getCustomTargetingKeys(String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Retrieve the Custom Targeting Keys that match with the queryString.
- getCustomTargetingKeys(AdManagerSession, String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.services.CustomTargetingService
-
Retrieves a filtered list of CustomTargetingKeys.
- getCustomTargetingService() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getCustomTargetingValues(String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Retrieve the Custom Targeting Values that match with the queryString.
- getCustomTargetingValues(AdManagerSession, String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.services.CustomTargetingService
-
Retrieves a filtered list of CustomTargetingValues.
- getDeliveryForecast(List<ProspectiveLineItem>, String) - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Retrieve the Delivery Forecast for the given prospective Line Items.
- getDeliveryForecast(AdManagerSession, List<ProspectiveLineItem>, String) - Method in class org.mule.modules.google.dfp.premium.services.ForecastService
-
Retrieves the Delivery Forecast.
- getDeliveryForecastByIds(String, String) - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Retrieve the Delivery Forecast for the given prospective Line Item IDs.
- getDeliveryForecastByIds(AdManagerSession, String, String) - Method in class org.mule.modules.google.dfp.premium.services.ForecastService
-
Retrieves the DeliveryForecast by the specified IDs.
- getEndpoint() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getEntities() - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.CreateSelectorDataSense
-
Retrieves the metadata keys for the Create operation.
- getEntities() - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.GetByStatementSelectorDataSense
-
Retrieves the metadata keys for the GetByStatement operation.
- getEntities() - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.GetSelectorDataSense
-
Retrieves the metadata keys for the Get operation.
- getEntities() - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.PerformSelectorDataSense
-
Retrieves the metadata keys for the Perform operation.
- getEntities() - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.UpdateSelectorDataSense
-
Retrieves the metadata keys for the Update operation.
- getForecastService() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getInventoryService() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getLineItems(String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Retrieve the Line Items that match with the queryString.
- getLineItems(AdManagerSession, String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.services.LineItemService
-
Retrieves a filtered list of Line Items.
- getLineItemService() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- GetMethods - Class in org.mule.modules.google.dfp.premium
-
Set of methods used by the get operations.
- GetMethods(AbstractConfig) - Constructor for class org.mule.modules.google.dfp.premium.GetMethods
-
Initialise the get methods with the specified connection strategy.
- getNetworkCode() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getOperationCausingException() - Method in exception org.mule.modules.google.dfp.exceptions.AdManagerApiException
-
Returns the current operation exception.
- getOrders(String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Retrieve the Orders that match with the queryString.
- getOrders(AdManagerSession, String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.services.OrderService
-
Retrieves a filtered list of Orders.
- getOrderService() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getOutputMetaData(MetaDataKey) - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.CreateSelectorDataSense
-
Returns the respective output metadata.
- getOutputMetaData(MetaDataKey) - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.GetByStatementSelectorDataSense
-
Returns the respective output metadata.
- getOutputMetaData(MetaDataKey) - Method in class org.mule.modules.google.dfp.premium.services.selectors.metadata.UpdateSelectorDataSense
-
Returns the respective output metadata.
- getPlacements(String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Retrieve the Placements that match with the queryString.
- getPlacements(AdManagerSession, String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.services.PlacementService
-
Retrieves a filtered list of Placements.
- getPlacementService() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getPqlService() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getRefreshToken() - Method in class org.mule.modules.google.dfp.premium.strategy.OAuth2Config
-
Returns the refresh token.
- getReportDownloadUrl(long, ReportDownloadOptions) - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Gets the URL containing the Report generated.
- getReportDownloadUrlWithOptions(AdManagerSession, Long, ReportDownloadOptions) - Method in class org.mule.modules.google.dfp.premium.services.ReportService
-
Retrieved the report download URL using the specified options.
- getReportJobStatus(long) - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Gets the status of a created Report Job.
- getReportService() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getReportStatus(AdManagerSession, Long) - Method in class org.mule.modules.google.dfp.premium.services.ReportService
-
Retrieves the Report Status.
- getSavedQueriesByStatements(AdManagerSession, String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.services.ReportService
-
Retrieve the Saved Queries by Statements.
- getSavedQueryByStatement(String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Retrieve the Reconciliation Order Reports that match with the queryString.
- GetSelector - Enum in org.mule.modules.google.dfp.premium.services.selectors
-
The Get operation selector.
- GetSelectorDataSense - Class in org.mule.modules.google.dfp.premium.services.selectors.metadata
-
The Get Selector operation datasense.
- GetSelectorDataSense() - Constructor for class org.mule.modules.google.dfp.premium.services.selectors.metadata.GetSelectorDataSense
-
- getSession() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getTokenServerUrl() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- getUsers(String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.GetMethods
-
Retrieve the Users that match with the queryString.
- getUsers(AdManagerSession, String, Map<String, Object>, String, Integer) - Method in class org.mule.modules.google.dfp.premium.services.UserService
-
Retrieves the specified Users.
- getUserService() - Method in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- GoogleAdManagerConnector - Class in org.mule.modules.google.dfp.premium
-
Google Ad Manager Premium Connector
- GoogleAdManagerConnector() - Constructor for class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
- perform(String, String, Map<String, Object>) - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Perform action onto objects.
- performAdUnits(String, Map<String, Object>, String) - Method in class org.mule.modules.google.dfp.premium.PerformMethods
-
Perform the chosen action over the Ad Units that match with the query string
given by parameter.
- performAdUnitsAction(AdManagerSession, String, String, Map<String, Object>) - Method in class org.mule.modules.google.dfp.premium.services.InventoryService
-
Perform the specified Ad Unit action.
- performCustomFields(String, Map<String, Object>, String) - Method in class org.mule.modules.google.dfp.premium.PerformMethods
-
Perform the chosen action over the CustomFields that match with the query
string given by parameter.
- performCustomFieldsAction(AdManagerSession, String, String, Map<String, Object>) - Method in class org.mule.modules.google.dfp.premium.services.CustomFieldService
-
Performs the specified CustomField action.
- performCustomTargetingKeys(String, Map<String, Object>, String) - Method in class org.mule.modules.google.dfp.premium.PerformMethods
-
Perform the chosen action over the Custom Targeting Keys that match with the
query string given by parameter.
- performCustomTargetingKeys(AdManagerSession, String, String, Map<String, Object>) - Method in class org.mule.modules.google.dfp.premium.services.CustomTargetingService
-
Performs the specified CustomTargetingKeys action.
- performCustomTargetingValues(String, Map<String, Object>, String) - Method in class org.mule.modules.google.dfp.premium.PerformMethods
-
Perform the chosen action over the Custom Targeting Values that match with
the query string given by parameter.
- performCustomTargetingValues(AdManagerSession, String, String, Map<String, Object>) - Method in class org.mule.modules.google.dfp.premium.services.CustomTargetingService
-
Performs the specified CustomTargetingValues action.
- performLineItems(String, Map<String, Object>, String) - Method in class org.mule.modules.google.dfp.premium.PerformMethods
-
Perform the chosen action over the Line Items that match with the query
string given by parameter.
- performLineItemsAction(AdManagerSession, String, String, Map<String, Object>) - Method in class org.mule.modules.google.dfp.premium.services.LineItemService
-
Performs the specified Line Item action.
- PerformMethods - Class in org.mule.modules.google.dfp.premium
-
Set of methods used by the perform operations.
- PerformMethods(AbstractConfig) - Constructor for class org.mule.modules.google.dfp.premium.PerformMethods
-
Initialise the perform methods with the specified connection strategy.
- performOrders(String, Map<String, Object>, String) - Method in class org.mule.modules.google.dfp.premium.PerformMethods
-
Perform the chosen action over the Orders that match with the query string
given by parameter.
- performOrdersAction(AdManagerSession, String, String, Map<String, Object>) - Method in class org.mule.modules.google.dfp.premium.services.OrderService
-
Performs the specified Order action.
- performPlacements(String, Map<String, Object>, String) - Method in class org.mule.modules.google.dfp.premium.PerformMethods
-
Perform the chosen action over the Placements that match with the query
string given by parameter.
- performPlacements(AdManagerSession, String, String, Map<String, Object>) - Method in class org.mule.modules.google.dfp.premium.services.PlacementService
-
Perform the selected Placement action.
- PerformSelector - Enum in org.mule.modules.google.dfp.premium.services.selectors
-
The Perform operations selector.
- PerformSelectorDataSense - Class in org.mule.modules.google.dfp.premium.services.selectors.metadata
-
The Perform operation datasense.
- PerformSelectorDataSense() - Constructor for class org.mule.modules.google.dfp.premium.services.selectors.metadata.PerformSelectorDataSense
-
- performUsers(String, Map<String, Object>, String) - Method in class org.mule.modules.google.dfp.premium.PerformMethods
-
Perform the chosen action over the Users that match with the query string
given by parameter.
- performUsers(AdManagerSession, String, String, Map<String, Object>) - Method in class org.mule.modules.google.dfp.premium.services.UserService
-
Perform the selected Users action.
- PlacementService - Class in org.mule.modules.google.dfp.premium.services
-
Service containing Placement helper methods.
- PlacementService() - Constructor for class org.mule.modules.google.dfp.premium.services.PlacementService
-
- placementService - Variable in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- PqlService - Class in org.mule.modules.google.dfp.premium.services
-
Service containing PQL helper methods.
- PqlService() - Constructor for class org.mule.modules.google.dfp.premium.services.PqlService
-
- pqlService - Variable in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- update(UpdateSelector, Object) - Method in class org.mule.modules.google.dfp.premium.GoogleAdManagerConnector
-
Update a list of Objects.
- updateAdUnits(AdManagerSession, List<AdUnit>) - Method in class org.mule.modules.google.dfp.premium.services.InventoryService
-
Updates the specified Ad Units.
- updateAdUnits(List<AdUnit>) - Method in class org.mule.modules.google.dfp.premium.UpdateMethods
-
Update a list of Ad Units.
- updateCompanies(AdManagerSession, List<Company>) - Method in class org.mule.modules.google.dfp.premium.services.CompanyService
-
Update the specified companies.
- updateCompanies(List<Company>) - Method in class org.mule.modules.google.dfp.premium.UpdateMethods
-
Update a list of Companies.
- updateContacts(AdManagerSession, List<Contact>) - Method in class org.mule.modules.google.dfp.premium.services.ContactService
-
Updates the specified contacts.
- updateContacts(List<Contact>) - Method in class org.mule.modules.google.dfp.premium.UpdateMethods
-
Update a list of Contacts.
- updateCustomFieldOptions(AdManagerSession, List<CustomFieldOption>) - Method in class org.mule.modules.google.dfp.premium.services.CustomFieldService
-
Updates the respective CustomFieldOptions.
- updateCustomFieldOptions(List<CustomFieldOption>) - Method in class org.mule.modules.google.dfp.premium.UpdateMethods
-
Update a list of CustomFieldOptions.
- updateCustomFields(AdManagerSession, List<CustomField>) - Method in class org.mule.modules.google.dfp.premium.services.CustomFieldService
-
Updates the respective Custom Fields.
- updateCustomFields(List<CustomField>) - Method in class org.mule.modules.google.dfp.premium.UpdateMethods
-
Update a list of CustomFields.
- updateCustomTargetingKeys(AdManagerSession, List<CustomTargetingKey>) - Method in class org.mule.modules.google.dfp.premium.services.CustomTargetingService
-
Update the specified CustomTargetingKeys.
- updateCustomTargetingKeys(List<CustomTargetingKey>) - Method in class org.mule.modules.google.dfp.premium.UpdateMethods
-
Update a list of Custom Targeting Keys.
- updateCustomTargetingValues(AdManagerSession, List<CustomTargetingValue>) - Method in class org.mule.modules.google.dfp.premium.services.CustomTargetingService
-
Updates the specified CustomTargetingValues.
- updateCustomTargetingValues(List<CustomTargetingValue>) - Method in class org.mule.modules.google.dfp.premium.UpdateMethods
-
Update a list of Custom Targeting Values.
- updateLineItems(AdManagerSession, List<LineItem>) - Method in class org.mule.modules.google.dfp.premium.services.LineItemService
-
Update the specified Line Items.
- updateLineItems(List<LineItem>) - Method in class org.mule.modules.google.dfp.premium.UpdateMethods
-
Update a list of Line Items.
- UpdateMethods - Class in org.mule.modules.google.dfp.premium
-
Set of methods used by the update operations.
- UpdateMethods(AbstractConfig) - Constructor for class org.mule.modules.google.dfp.premium.UpdateMethods
-
Initialise the update methods with the specified connection strategy.
- updateOrders(AdManagerSession, List<Order>) - Method in class org.mule.modules.google.dfp.premium.services.OrderService
-
Updates the specified orders.
- updateOrders(List<Order>) - Method in class org.mule.modules.google.dfp.premium.UpdateMethods
-
Update a list of Orders.
- updatePlacements(AdManagerSession, List<Placement>) - Method in class org.mule.modules.google.dfp.premium.services.PlacementService
-
Updates the specified placements.
- updatePlacements(List<Placement>) - Method in class org.mule.modules.google.dfp.premium.UpdateMethods
-
Update a list of Placements.
- UpdateSelector - Enum in org.mule.modules.google.dfp.premium.services.selectors
-
The Update operations selector.
- UpdateSelectorDataSense - Class in org.mule.modules.google.dfp.premium.services.selectors.metadata
-
The Update operation datasense.
- UpdateSelectorDataSense() - Constructor for class org.mule.modules.google.dfp.premium.services.selectors.metadata.UpdateSelectorDataSense
-
- updateUsers(AdManagerSession, List<User>) - Method in class org.mule.modules.google.dfp.premium.services.UserService
-
Updates the specified Users.
- updateUsers(List<User>) - Method in class org.mule.modules.google.dfp.premium.UpdateMethods
-
Update a list of Users.
- UserService - Class in org.mule.modules.google.dfp.premium.services
-
Service containing User helper methods.
- UserService() - Constructor for class org.mule.modules.google.dfp.premium.services.UserService
-
- userService - Variable in class org.mule.modules.google.dfp.premium.strategy.AbstractConfig
-
- valueOf(String) - Static method in enum org.mule.modules.google.dfp.exceptions.AdManagerConnectorOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.CreateSelector
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.DownloadReportMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.ExportFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.GetByStatementSelector
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.GetSelector
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.PerformSelector
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.UpdateSelector
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.mule.modules.google.dfp.exceptions.AdManagerConnectorOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.CreateSelector
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.DownloadReportMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.ExportFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.GetByStatementSelector
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.GetSelector
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.PerformSelector
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.modules.google.dfp.premium.services.selectors.UpdateSelector
-
Returns an array containing the constants of this enum type, in
the order they are declared.