Uses of Interface
com.adobe.acs.commons.marketo.MarketoClientConfiguration
Packages that use MarketoClientConfiguration
Package
Description
Adobe I/O services.
Adobe I/O services.
-
Uses of MarketoClientConfiguration in com.adobe.acs.commons.marketo
Methods in com.adobe.acs.commons.marketo that return MarketoClientConfigurationModifier and TypeMethodDescriptiondefault MarketoClientConfigurationMarketoClientConfigurationManager.getConfiguration() -
Uses of MarketoClientConfiguration in com.adobe.acs.commons.marketo.client
Methods in com.adobe.acs.commons.marketo.client with parameters of type MarketoClientConfigurationModifier and TypeMethodDescription@NotNull StringMarketoClient.getApiToken(@NotNull MarketoClientConfiguration config) Retrieve an API token used for interacting with the Marketo API.@NotNull List<MarketoField>MarketoClient.getFields(@NotNull MarketoClientConfiguration config) Retrieve all of the available forms from the current organization in Marketo.@NotNull List<MarketoForm>MarketoClient.getForms(@NotNull MarketoClientConfiguration config) Retrieve all of the available forms from the current organization in Marketo.