Skip navigation links
A B C D E F G I L M O P R S T V Z 

A

accessToken(String) - Method in class com.leonardofischer.jmautic.OAuth2Service
The access token you got after the First connection, when you need to re-connect to the Mautic instance.
addParameter(String, String) - Method in class com.leonardofischer.jmautic.oauth.Request
 
alias - Variable in class com.leonardofischer.jmautic.model.ContactField
 
allFields - Variable in class com.leonardofischer.jmautic.model.Contact
 
apiKey(String) - Method in class com.leonardofischer.jmautic.OAuth2Service
The API key (also known as "Public Key") for your Mautic instance.
apiSecret(String) - Method in class com.leonardofischer.jmautic.OAuth2Service
The API secret (also known as "Secret Key") for your Mautic instance.

B

build() - Method in class com.leonardofischer.jmautic.OAuth2Service
Returns an MauticApi instance that uses this OAuth2Service instance for authentication.

C

callbackUrl(String) - Method in class com.leonardofischer.jmautic.OAuth2Service
The URL to your application that will handle the Mautic redirection after the user authenticates and allow or deny your application to access the Mautic Instance.
city - Variable in class com.leonardofischer.jmautic.model.IPAddress
 
color - Variable in class com.leonardofischer.jmautic.model.Contact
 
com.leonardofischer.jmautic - package com.leonardofischer.jmautic
 
com.leonardofischer.jmautic.model - package com.leonardofischer.jmautic.model
 
com.leonardofischer.jmautic.oauth - package com.leonardofischer.jmautic.oauth
 
com.leonardofischer.jmautic.parser - package com.leonardofischer.jmautic.parser
 
com.leonardofischer.jmautic.scribejava - package com.leonardofischer.jmautic.scribejava
 
Contact - Class in com.leonardofischer.jmautic.model
 
Contact() - Constructor for class com.leonardofischer.jmautic.model.Contact
 
contact - Variable in class com.leonardofischer.jmautic.model.GetContactResult
 
ContactField - Class in com.leonardofischer.jmautic.model
 
ContactField() - Constructor for class com.leonardofischer.jmautic.model.ContactField
 
contacts - Variable in class com.leonardofischer.jmautic.model.ListContactsResult
 
country - Variable in class com.leonardofischer.jmautic.model.IPAddress
 
createdBy - Variable in class com.leonardofischer.jmautic.model.Contact
 
createdByUser - Variable in class com.leonardofischer.jmautic.model.Contact
 

D

dateAdded - Variable in class com.leonardofischer.jmautic.model.Contact
 
DateDeserializer - Class in com.leonardofischer.jmautic.parser
Adapter that is able to integrate ISO8601 dates into Jackson library.
DateDeserializer() - Constructor for class com.leonardofischer.jmautic.parser.DateDeserializer
 
DateDeserializer(Class<?>) - Constructor for class com.leonardofischer.jmautic.parser.DateDeserializer
 
dateIdentified - Variable in class com.leonardofischer.jmautic.model.Contact
 
dateModified - Variable in class com.leonardofischer.jmautic.model.Contact
 
deserialize(JsonParser, DeserializationContext) - Method in class com.leonardofischer.jmautic.parser.DateDeserializer
 

E

Error() - Constructor for class com.leonardofischer.jmautic.oauth.MauticSystemException.Error
 
executeRequest(Request) - Method in interface com.leonardofischer.jmautic.oauth.OAuthService
Execute the given request, returning an InputSteam to read the request response.
executeRequest(Request) - Method in class com.leonardofischer.jmautic.OAuth2Service
 
extra - Variable in class com.leonardofischer.jmautic.model.IPAddress
 

F

fieldOrder - Variable in class com.leonardofischer.jmautic.model.ContactField
 
fields - Variable in class com.leonardofischer.jmautic.model.Contact
 

G

getAccessToken() - Method in class com.leonardofischer.jmautic.OAuth2Service
Returns the current access token.
getAccessTokenEndpoint() - Method in class com.leonardofischer.jmautic.scribejava.MauticOauth1aApi
 
getAccessTokenEndpoint() - Method in class com.leonardofischer.jmautic.scribejava.MauticOauth2Api
 
getAccessTokenVerb() - Method in class com.leonardofischer.jmautic.scribejava.MauticOauth2Api
 
getAuthorizationBaseUrl() - Method in class com.leonardofischer.jmautic.scribejava.MauticOauth2Api
 
getAuthorizationUrl() - Method in class com.leonardofischer.jmautic.OAuth2Service
Returns an URL based on your instanceUrl, that lets the user to allow or deny the access from your application to the Mautic instance.
getAuthorizationUrl(OAuth1RequestToken) - Method in class com.leonardofischer.jmautic.scribejava.MauticOauth1aApi
 
getCode() - Method in class com.leonardofischer.jmautic.oauth.MauticSystemException.Error
 
GetContactResult - Class in com.leonardofischer.jmautic.model
 
GetContactResult() - Constructor for class com.leonardofischer.jmautic.model.GetContactResult
 
getEndpoint() - Method in class com.leonardofischer.jmautic.oauth.Request
 
getError() - Method in exception com.leonardofischer.jmautic.oauth.MauticOauthException
 
getError() - Method in exception com.leonardofischer.jmautic.oauth.MauticSystemException
 
getErrorDescription() - Method in exception com.leonardofischer.jmautic.oauth.MauticOauthException
 
getMessage() - Method in exception com.leonardofischer.jmautic.oauth.MauticOauthException
 
getMessage() - Method in class com.leonardofischer.jmautic.oauth.MauticSystemException.Error
 
getMethod() - Method in class com.leonardofischer.jmautic.oauth.Request
 
getParameters() - Method in class com.leonardofischer.jmautic.oauth.Request
 
getRefreshToken() - Method in class com.leonardofischer.jmautic.OAuth2Service
Returns the current refresh token.
getRequestTokenEndpoint() - Method in class com.leonardofischer.jmautic.scribejava.MauticOauth1aApi
 
group - Variable in class com.leonardofischer.jmautic.model.ContactField
 

I

id - Variable in class com.leonardofischer.jmautic.model.Contact
 
id - Variable in class com.leonardofischer.jmautic.model.ContactField
 
initService() - Method in class com.leonardofischer.jmautic.OAuth2Service
Initialize some internal variables for this service.
instanceUrl(String) - Method in class com.leonardofischer.jmautic.OAuth2Service
Configures the instanceUrl of your Mautic instance.
IPAddress - Class in com.leonardofischer.jmautic.model
 
IPAddress() - Constructor for class com.leonardofischer.jmautic.model.IPAddress
 
ipAddress - Variable in class com.leonardofischer.jmautic.model.IPAddress
 
ipAddresses - Variable in class com.leonardofischer.jmautic.model.Contact
 
isp - Variable in class com.leonardofischer.jmautic.model.IPAddress
 
isPublished - Variable in class com.leonardofischer.jmautic.model.Contact
 

L

label - Variable in class com.leonardofischer.jmautic.model.ContactField
 
lastActive - Variable in class com.leonardofischer.jmautic.model.Contact
 
latitude - Variable in class com.leonardofischer.jmautic.model.IPAddress
 
limit - Variable in class com.leonardofischer.jmautic.model.Search
 
listContacts() - Method in class com.leonardofischer.jmautic.MauticApi
 
listContacts(Search) - Method in class com.leonardofischer.jmautic.MauticApi
 
ListContactsResult - Class in com.leonardofischer.jmautic.model
 
ListContactsResult() - Constructor for class com.leonardofischer.jmautic.model.ListContactsResult
 
longitude - Variable in class com.leonardofischer.jmautic.model.IPAddress
 

M

MauticApi - Class in com.leonardofischer.jmautic
Implements the Mautic REST API endpoints as simple Java methods.
MauticApi(OAuthService) - Constructor for class com.leonardofischer.jmautic.MauticApi
Creates a new MauticApi object.
MauticException - Exception in com.leonardofischer.jmautic
Encapsulate checked Exceptions for any of the jMautic API methods.
MauticException() - Constructor for exception com.leonardofischer.jmautic.MauticException
 
MauticException(String) - Constructor for exception com.leonardofischer.jmautic.MauticException
 
MauticException(String, Throwable) - Constructor for exception com.leonardofischer.jmautic.MauticException
 
MauticException(Throwable) - Constructor for exception com.leonardofischer.jmautic.MauticException
 
MauticOauth1aApi - Class in com.leonardofischer.jmautic.scribejava
 
MauticOauth1aApi(String) - Constructor for class com.leonardofischer.jmautic.scribejava.MauticOauth1aApi
 
MauticOauth2Api - Class in com.leonardofischer.jmautic.scribejava
Extends ScribeJava to support Mautic endpoints using OAuth2.
MauticOauth2Api(String) - Constructor for class com.leonardofischer.jmautic.scribejava.MauticOauth2Api
 
MauticOauthException - Exception in com.leonardofischer.jmautic.oauth
Exception class that abstracts exceptions caused by authentication errors.
MauticOauthException() - Constructor for exception com.leonardofischer.jmautic.oauth.MauticOauthException
 
MauticOauthException(String, String) - Constructor for exception com.leonardofischer.jmautic.oauth.MauticOauthException
 
MauticSystemException - Exception in com.leonardofischer.jmautic.oauth
 
MauticSystemException() - Constructor for exception com.leonardofischer.jmautic.oauth.MauticSystemException
 
MauticSystemException.Error - Class in com.leonardofischer.jmautic.oauth
 
modifiedBy - Variable in class com.leonardofischer.jmautic.model.Contact
 
modifiedByUser - Variable in class com.leonardofischer.jmautic.model.Contact
 

O

OAuth2Service - Class in com.leonardofischer.jmautic
Implements OAuth2 authentication for jMautic.
OAuth2Service() - Constructor for class com.leonardofischer.jmautic.OAuth2Service
Creates a new OAuth2Service instance.
OAuthService - Interface in com.leonardofischer.jmautic.oauth
An interface that any OAuth (either 1a or 2) need to implement to be used with jMautic.
orderBy - Variable in class com.leonardofischer.jmautic.model.Search
 
orderByDir - Variable in class com.leonardofischer.jmautic.model.Search
 
organization - Variable in class com.leonardofischer.jmautic.model.IPAddress
 
owner - Variable in class com.leonardofischer.jmautic.model.Contact
 

P

parseGetContact(InputStream) - Method in class com.leonardofischer.jmautic.parser.Parser
Parses the JSON returned by the GET /contacts/ID Mautic endpoint and creates a GetContactResult object from it.
parseListContacts(InputStream) - Method in class com.leonardofischer.jmautic.parser.Parser
Parses the JSON returned by the GET /contacts Mautic endpoint, and creates a ListContactsResult instance from it.
Parser - Class in com.leonardofischer.jmautic.parser
Parses the Mautic REST API responses and constructs jMautic model objects from it.
Parser() - Constructor for class com.leonardofischer.jmautic.parser.Parser
 
points - Variable in class com.leonardofischer.jmautic.model.Contact
 
preferredProfileImage - Variable in class com.leonardofischer.jmautic.model.Contact
 
publishedOnly - Variable in class com.leonardofischer.jmautic.model.Search
 

R

refreshToken(String) - Method in class com.leonardofischer.jmautic.OAuth2Service
Refresh the access token, using the given refreshToken.
region - Variable in class com.leonardofischer.jmautic.model.IPAddress
 
Request - Class in com.leonardofischer.jmautic.oauth
Simple abstraction for HTTP requests.
Request() - Constructor for class com.leonardofischer.jmautic.oauth.Request
 
Request.Method - Enum in com.leonardofischer.jmautic.oauth
 

S

Search - Class in com.leonardofischer.jmautic.model
 
Search() - Constructor for class com.leonardofischer.jmautic.model.Search
 
search - Variable in class com.leonardofischer.jmautic.model.Search
 
setAuthorizationCode(String) - Method in class com.leonardofischer.jmautic.OAuth2Service
When doing the First connection, consumes the authorization code and completes the authentication.
setCode(int) - Method in class com.leonardofischer.jmautic.oauth.MauticSystemException.Error
 
setEndpoint(String) - Method in class com.leonardofischer.jmautic.oauth.Request
 
setError(MauticSystemException.Error) - Method in exception com.leonardofischer.jmautic.oauth.MauticSystemException
 
setMessage(String) - Method in class com.leonardofischer.jmautic.oauth.MauticSystemException.Error
 
setMethod(Request.Method) - Method in class com.leonardofischer.jmautic.oauth.Request
 
start - Variable in class com.leonardofischer.jmautic.model.Search
 

T

tags - Variable in class com.leonardofischer.jmautic.model.Contact
 
timezone - Variable in class com.leonardofischer.jmautic.model.IPAddress
 
total - Variable in class com.leonardofischer.jmautic.model.ListContactsResult
 
type - Variable in class com.leonardofischer.jmautic.model.ContactField
 

V

value - Variable in class com.leonardofischer.jmautic.model.ContactField
 
valueOf(String) - Static method in enum com.leonardofischer.jmautic.oauth.Request.Method
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.leonardofischer.jmautic.oauth.Request.Method
Returns an array containing the constants of this enum type, in the order they are declared.

Z

zipcode - Variable in class com.leonardofischer.jmautic.model.IPAddress
 
A B C D E F G I L M O P R S T V Z 
Skip navigation links