A B C E G H I L N O P R S U W

A

API_URLS_FILE - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant API_URLS_FILE.
APP_CONSTANTS_FILE - Static variable in class com.licorize.api.client.constant.LicorizeClientConstants
The Constant APP_CONSTANTS_FILE.
assertNotNullOrEmpty(String, String) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
assertPositiveNumber(String, int) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 

B

buildService() - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
buildUrl() - Method in class com.licorize.api.client.constant.LicorizeApiUrls.LicorizeApiUrlBuilder
Builds the url.

C

callApiMethod(String) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
callApiMethod(String, Verb) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
callOAuthApiMethod(String) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
callOAuthApiMethod(String, List<Parameter<String, String>>) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
callOAuthApiMethod(String, List<Parameter<String, String>>, Verb) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
CHANGE_STRIP_TYPE - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant CHANGE_STRIP_TYPE.
changeStripType(int, String) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
changeStripType(int, String) - Method in interface com.licorize.api.client.LicorizeClient
Change a strip type.
CLIENT_DEFAULT_IMPL - Static variable in class com.licorize.api.client.constant.LicorizeClientConstants
The Constant CLIENT_DEFAULT_IMPL.
com.licorize.api.client - package com.licorize.api.client
 
com.licorize.api.client.constant - package com.licorize.api.client.constant
 
com.licorize.api.client.impl - package com.licorize.api.client.impl
 
com.licorize.api.client.oauth - package com.licorize.api.client.oauth
 
CONNECT_TIMEOUT - Static variable in class com.licorize.api.client.constant.LicorizeClientConstants
The Constant CONNECT_TIMEOUT.
CONTENT_ENCODING - Static variable in class com.licorize.api.client.constant.LicorizeClientConstants
The Constant CONTENT_ENCODING.
createLicorizeApiUrlBuilder(String) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
createLicorizeClient() - Method in class com.licorize.api.client.LicorizeClientFactory
Creates a new LicorizeClient object.
createLicorizeClient(Class<? extends LicorizeClient>) - Method in class com.licorize.api.client.LicorizeClientFactory
Creates a new LicorizeClient object.
createLicorizeClient(Token) - Method in class com.licorize.api.client.LicorizeClientFactory
Creates a new LicorizeClient object.
createLicorizeClient(Class<? extends LicorizeClient>, Token) - Method in class com.licorize.api.client.LicorizeClientFactory
Creates a new LicorizeClient object.
createProject(List<Parameter<String, String>>) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
createProject(List<Parameter<String, String>>) - Method in interface com.licorize.api.client.LicorizeClient
Create project
createStrip(List<Parameter<String, String>>) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
createStrip(List<Parameter<String, String>>) - Method in interface com.licorize.api.client.LicorizeClient
Create single strip

E

equals(Object) - Method in class com.licorize.api.client.Parameter
 

G

GET_PROJECT - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant GET_PROJECT.
GET_PROJECT_MEMBERS - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant GET_PROJECT_MEMBERS.
GET_PROJECTS_LIST - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant GET_PROJECTS_LIST.
GET_PUBLIC_USER - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant GET_PUBLIC_USER.
GET_STRIP - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant GET_STRIP.
GET_STRIPS_LIST - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant GET_STRIPS_LIST.
GET_TAGS_LIST - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant GET_TAGS_LIST.
GET_USER - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant GET_USER.
getAccessToken(Token) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
getAccessToken(Token) - Method in interface com.licorize.api.client.LicorizeAuthenticationClient
 
getAccessTokenEndpoint() - Method in class com.licorize.api.client.oauth.LicorizeApi
 
getAuthenticationUrl(Token) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
getAuthenticationUrl(Token) - Method in interface com.licorize.api.client.LicorizeAuthenticationClient
 
getBooleanProperty(String) - Static method in class com.licorize.api.client.constant.LicorizeClientConstants
Get property as boolean.
getDoubleProperty(String) - Static method in class com.licorize.api.client.constant.LicorizeClientConstants
Get property as double.
getError() - Method in class com.licorize.api.client.impl.LicorizeApiResponseImpl
 
getError() - Method in interface com.licorize.api.client.LicorizeApiResponse
 
getErrorCode() - Method in exception com.licorize.api.client.LicorizeClientException
 
getIntProperty(String) - Static method in class com.licorize.api.client.constant.LicorizeClientConstants
Get property as int.
getLongProperty(String) - Static method in class com.licorize.api.client.constant.LicorizeClientConstants
Get property as long.
getMessage() - Method in class com.licorize.api.client.impl.LicorizeApiResponseImpl
 
getMessage() - Method in interface com.licorize.api.client.LicorizeApiResponse
 
getName() - Method in class com.licorize.api.client.Parameter
Gets the name.
getProject(int) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
getProject(int) - Method in interface com.licorize.api.client.LicorizeClient
Return the project identified by the specified ID.
getProjectMembers(int) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
getProjectMembers(int) - Method in interface com.licorize.api.client.LicorizeClient
Return the project members list.
getProjectsList() - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
getProjectsList() - Method in interface com.licorize.api.client.LicorizeClient
Return the projects list for the current user.
getProperty(String) - Static method in class com.licorize.api.client.constant.LicorizeClientConstants
Get property as int.
getPublicUser(String) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
getPublicUser(String) - Method in interface com.licorize.api.client.LicorizeClient
Get user public data from userName.
getRequestToken() - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
getRequestToken() - Method in interface com.licorize.api.client.LicorizeAuthenticationClient
 
getRequestTokenEndpoint() - Method in class com.licorize.api.client.oauth.LicorizeApi
 
getResponseObject() - Method in class com.licorize.api.client.impl.LicorizeApiResponseImpl
 
getResponseObject() - Method in interface com.licorize.api.client.LicorizeApiResponse
 
getResponseString() - Method in class com.licorize.api.client.impl.LicorizeApiResponseImpl
 
getResponseString() - Method in interface com.licorize.api.client.LicorizeApiResponse
 
getStatusCode() - Method in exception com.licorize.api.client.LicorizeClientException
 
getStrip(int) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
getStrip(int) - Method in interface com.licorize.api.client.LicorizeClient
Returns the strip identified by the specified ID.
getStripList() - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
getStripList(List<Parameter<String, String>>) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
getStripList() - Method in interface com.licorize.api.client.LicorizeClient
Returns strips from time line in descending order
getStripList(List<Parameter<String, String>>) - Method in interface com.licorize.api.client.LicorizeClient
Returns the last strips from the user time line
getTagsList() - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
getTagsList() - Method in interface com.licorize.api.client.LicorizeClient
Show the complete tag cloud.
getTimestamp() - Method in exception com.licorize.api.client.LicorizeClientException
 
getUser() - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
getUser() - Method in interface com.licorize.api.client.LicorizeClient
Get the current user.
getValue() - Method in class com.licorize.api.client.Parameter
Gets the value.

H

hashCode() - Method in class com.licorize.api.client.Parameter
 

I

isNullOrEmpty(String) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
isSuccess() - Method in class com.licorize.api.client.impl.LicorizeApiResponseImpl
 
isSuccess() - Method in interface com.licorize.api.client.LicorizeApiResponse
 

L

LICORIZE_OAUTH_ACCESS_TOKEN_URL - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant LICORIZE_OAUTH_ACCESS_TOKEN_URL.
LICORIZE_OAUTH_AUTHORIZE_CALL_URL - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant LICORIZE_OAUTH_AUTHORIZE_CALL_URL.
LICORIZE_OAUTH_AUTHORIZE_URL - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant LICORIZE_OAUTH_AUTHORIZE_URL.
LICORIZE_OAUTH_INVALIDATE_TOKEN_URL - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant LICORIZE_OAUTH_INVALIDATE_TOKEN_URL.
LICORIZE_OAUTH_REQUEST_TOKEN_URL - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant LICORIZE_OAUTH_REQUEST_TOKEN_URL.
LicorizeApi - Class in com.licorize.api.client.oauth
 
LicorizeApi() - Constructor for class com.licorize.api.client.oauth.LicorizeApi
 
LicorizeApiResponse - Interface in com.licorize.api.client
 
LicorizeApiResponseImpl - Class in com.licorize.api.client.impl
 
LicorizeApiResponseImpl() - Constructor for class com.licorize.api.client.impl.LicorizeApiResponseImpl
 
LicorizeApiUrls - Class in com.licorize.api.client.constant
 
LicorizeApiUrls.LicorizeApiUrlBuilder - Class in com.licorize.api.client.constant
The Class LicorizeApiUrlBuilder.
LicorizeApiUrls.LicorizeApiUrlBuilder(String) - Constructor for class com.licorize.api.client.constant.LicorizeApiUrls.LicorizeApiUrlBuilder
Instantiates a new linked in api url builder.
LicorizeAuthenticationClient - Interface in com.licorize.api.client
 
LicorizeClient - Interface in com.licorize.api.client
 
LicorizeClientConstants - Class in com.licorize.api.client.constant
 
LicorizeClientException - Exception in com.licorize.api.client
 
LicorizeClientException() - Constructor for exception com.licorize.api.client.LicorizeClientException
Constructs ...
LicorizeClientException(String) - Constructor for exception com.licorize.api.client.LicorizeClientException
Constructs ...
LicorizeClientException(Throwable) - Constructor for exception com.licorize.api.client.LicorizeClientException
Constructs ...
LicorizeClientException(String, Throwable) - Constructor for exception com.licorize.api.client.LicorizeClientException
Constructs ...
LicorizeClientException(String, int, String, Date) - Constructor for exception com.licorize.api.client.LicorizeClientException
Constructs ...
LicorizeClientFactory - Class in com.licorize.api.client
A factory class for LicorizeClient
LicorizeClientImpl - Class in com.licorize.api.client.impl
 
LicorizeClientImpl(String, String) - Constructor for class com.licorize.api.client.impl.LicorizeClientImpl
Constructs ...
LOG - Variable in class com.licorize.api.client.impl.LicorizeClientImpl
The static logger.

N

newInstance(String, String) - Static method in class com.licorize.api.client.LicorizeClientFactory
New instance.
newInstance(Token) - Static method in class com.licorize.api.client.LicorizeClientFactory
New instance.

O

OAUTH_VERSION - Static variable in class com.licorize.api.client.constant.LicorizeClientConstants
The Constant OAUTH_VERSION.

P

Parameter<Name,Value> - Class in com.licorize.api.client
 
Parameter(Name, Value) - Constructor for class com.licorize.api.client.Parameter
Instantiates a new parameter.

R

readResponse(Response) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
REMIND_ME_LATER - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant REMIND_ME_LATER.
remindMeLater(String) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
remindMeLater(String, List<Parameter<String, String>>) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
remindMeLater(String) - Method in interface com.licorize.api.client.LicorizeClient
Method for saving a new remind me later strip.
remindMeLater(String, List<Parameter<String, String>>) - Method in interface com.licorize.api.client.LicorizeClient
Method for save a new remind me later strip.
REMOVE_PROJECT - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant REMOVE_PROJECT.
REMOVE_STRIP - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant REMOVE_STRIP.
removeProject(int) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
removeProject(int) - Method in interface com.licorize.api.client.LicorizeClient
Remove single project identified by the specified ID.
removeStrip(int) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
removeStrip(int) - Method in interface com.licorize.api.client.LicorizeClient
Remove the strip identified by the specified ID.

S

setAccessToken(Token) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
setAccessToken(Token) - Method in interface com.licorize.api.client.LicorizeAuthenticationClient
 
setError(String) - Method in class com.licorize.api.client.impl.LicorizeApiResponseImpl
 
setErrorCode(String) - Method in exception com.licorize.api.client.LicorizeClientException
 
setMessage(String) - Method in class com.licorize.api.client.impl.LicorizeApiResponseImpl
 
setName(Name) - Method in class com.licorize.api.client.Parameter
Sets the name.
setResponseObject(JSONObject) - Method in class com.licorize.api.client.impl.LicorizeApiResponseImpl
 
setResponseString(String) - Method in class com.licorize.api.client.impl.LicorizeApiResponseImpl
 
setStatusCode(int) - Method in exception com.licorize.api.client.LicorizeClientException
 
setSuccess(boolean) - Method in class com.licorize.api.client.impl.LicorizeApiResponseImpl
 
setTimestamp(Date) - Method in exception com.licorize.api.client.LicorizeClientException
 
setValue(Value) - Method in class com.licorize.api.client.Parameter
Sets the value.

U

unmarshallObject(Response) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
UPDATE_PROJECT - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant UPDATE_PROJECT.
UPDATE_STRIP - Static variable in class com.licorize.api.client.constant.LicorizeApiUrls
The Constant UPDATE_STRIP.
updateProject(int, List<Parameter<String, String>>) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
updateProject(int, List<Parameter<String, String>>) - Method in interface com.licorize.api.client.LicorizeClient
Update project.
updateStrip(int, List<Parameter<String, String>>) - Method in class com.licorize.api.client.impl.LicorizeClientImpl
 
updateStrip(int, List<Parameter<String, String>>) - Method in interface com.licorize.api.client.LicorizeClient
Update single strip

W

withEmptyField(String) - Method in class com.licorize.api.client.constant.LicorizeApiUrls.LicorizeApiUrlBuilder
With empty field.
withField(String, String) - Method in class com.licorize.api.client.constant.LicorizeApiUrls.LicorizeApiUrlBuilder
With field.
withField(String, String, boolean) - Method in class com.licorize.api.client.constant.LicorizeApiUrls.LicorizeApiUrlBuilder
With field.
withParameter(String, String) - Method in class com.licorize.api.client.constant.LicorizeApiUrls.LicorizeApiUrlBuilder
With parameter.
withParameters(String, Collection<String>) - Method in class com.licorize.api.client.constant.LicorizeApiUrls.LicorizeApiUrlBuilder
With parameters.

A B C E G H I L N O P R S U W

Copyright © 2010. All Rights Reserved.