Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

ACCESS_DENIED - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.AuthorizationRequestErrors
An access_denied OAuth2 error response.
accessTokenAsync(Context, LiSSOTokenRequest, LiAuthAsyncRequestCallback) - Method in class lithium.community.android.sdk.rest.LiAuthRestClient
Makes Asyn call to fetch Tokens.
addClause(LiQueryClause) - Method in class lithium.community.android.sdk.queryutil.LiQueryWhereClause
 
addLSIRequestHeaders(Context, Request.Builder) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
addQueryParam(String) - Method in class lithium.community.android.sdk.rest.LiBaseRestRequest
This method segregates query parameters which may be present afte the 'q' param which takes in LIQL.
addRequestHeader(String, String) - Method in class lithium.community.android.sdk.rest.LiBaseRestRequest
 
API_PROXY_DEFAULT_GENERIC_BASE_PATH - Static variable in class lithium.community.android.sdk.auth.LiAuthConstants
 
API_PROXY_DEFAULT_SEARCH_BASE_PATH - Static variable in class lithium.community.android.sdk.auth.LiAuthConstants
 
appendQueryParameterIfNotNull(Uri.Builder, String, Object) - Static method in class lithium.community.android.sdk.utils.LiUriUtils
 
asBytes(LiBaseResponse) - Method in class lithium.community.android.sdk.rest.LiRestClient
 
asJSONObject(LiBaseResponse) - Method in class lithium.community.android.sdk.rest.LiRestClient
 
asString(LiBaseResponse) - Method in class lithium.community.android.sdk.rest.LiRestClient
 
AUTHORIZATION - Static variable in class lithium.community.android.sdk.auth.LiAuthConstants
 
AuthorizationRequestErrors() - Constructor for class lithium.community.android.sdk.auth.LiAuthorizationException.AuthorizationRequestErrors
 
authorizeAsync(Context, LiSSOAuthorizationRequest, LiAuthAsyncRequestCallback) - Method in class lithium.community.android.sdk.rest.LiAuthRestClient
Makes async call to fetch Auth Code.

B

BEARER - Static variable in class lithium.community.android.sdk.auth.LiAuthConstants
 
build() - Method in class lithium.community.android.sdk.auth.LiAppCredentials.Builder
 
build() - Method in class lithium.community.android.sdk.queryutil.LiQueryRequestParams.Builder
 
Builder() - Constructor for class lithium.community.android.sdk.auth.LiAppCredentials.Builder
 
Builder() - Constructor for class lithium.community.android.sdk.queryutil.LiQueryRequestParams.Builder
 
buildRequest(LiBaseRestRequest) - Method in class lithium.community.android.sdk.rest.LiRestClient
Helper to build okHttp Request from RestRequest
buildUrlFromString(String) - Static method in class lithium.community.android.sdk.utils.LiUriUtils
 
byString(String) - Static method in class lithium.community.android.sdk.auth.LiAuthorizationException.AuthorizationRequestErrors
Returns the matching exception type for the provided OAuth2 error string, or LiAuthorizationException.AuthorizationRequestErrors.OTHER if unknown.
byString(String) - Static method in class lithium.community.android.sdk.auth.LiAuthorizationException.RegistrationRequestErrors
Returns the matching exception type for the provided OAuth2 error string, or LiAuthorizationException.RegistrationRequestErrors.OTHER if unknown.
byString(String) - Static method in class lithium.community.android.sdk.auth.LiAuthorizationException.TokenRequestErrors
Returns the matching exception type for the provided OAuth2 error string, or LiAuthorizationException.TokenRequestErrors.OTHER if unknown.

C

calculateInSampleSize(BitmapFactory.Options, int, int) - Static method in class lithium.community.android.sdk.utils.LiImageUtils
 
checkArgument(boolean, String, Object...) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
checkCollectionNotEmpty(T, String) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Ensures that a collection is not null or empty.
checkNotEmpty(String, Object) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Ensures that a string is not null or empty.
checkNotNull(ArgT) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Check that the specified argument value is not null.
checkNotNull(ArgT...) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Check that the specified argument value is not null.
checkNotNull(ArgT, String) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Check that the specified argument value is not null.
checkNullOrNotEmpty(String, Object) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Ensures that the string is either null, or a non-empty string.
CLIENT_ERROR - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.AuthorizationRequestErrors
An authorization error occurring on the client rather than the server.
CLIENT_ERROR - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.RegistrationRequestErrors
An authorization error occurring on the client rather than the server.
CLIENT_ERROR - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.TokenRequestErrors
An authorization error occurring on the client rather than the server.
closeQuietly(InputStream) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Close an input stream quietly, i.e.
code - Variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
The error code describing the class of problem encountered from the set defined in this class.
compressImage(String, String, Context, int, int, int) - Static method in class lithium.community.android.sdk.utils.LiImageUtils
Util function for compressing image.
consume(LiBaseResponse) - Method in class lithium.community.android.sdk.rest.LiRestClient
Fully consume response entity content and closes content stream Must be called before returning control to the UI thread
count - Variable in class lithium.community.android.sdk.model.LiBaseModelImpl.LiCount
 

D

DEFAULT_LIQL_QUERY_LIMIT - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
dispose() - Method in interface lithium.community.android.sdk.auth.LiAuthService
Disposes the LiAuthServiceImpl after auth flow.
dispose() - Method in class lithium.community.android.sdk.auth.LiAuthServiceImpl
Killing the service.

E

enablePostAuthorizationFlows(boolean, int) - Method in interface lithium.community.android.sdk.auth.LiAuthService
Performs post authorization flow.
enablePostAuthorizationFlows(boolean, int) - Method in class lithium.community.android.sdk.auth.LiAuthServiceImpl
Process post Authorization.
enqueue(LiBaseRestRequest, LiAsyncRequestCallback) - Method in class lithium.community.android.sdk.rest.LiCallTask
Schedules the request to be executed at some point in the future.
equals(Object) - Method in class lithium.community.android.sdk.auth.LiAppCredentials
 
equals(Object) - Method in exception lithium.community.android.sdk.auth.LiAuthorizationException
Exceptions are considered to be equal if their type and code are the same; all other properties are irrelevant for comparison.
equals(Object) - Method in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
equals(Object) - Method in exception lithium.community.android.sdk.exception.LiRestResponseException
Exceptions are considered to be equal if their type and code are the same
equals(Object) - Method in class lithium.community.android.sdk.model.response.LiBrowse
 
equals(String) - Method in enum lithium.community.android.sdk.queryutil.LiQuerySetting.LiClauses
 
equals(String) - Method in enum lithium.community.android.sdk.queryutil.LiQuerySetting.LiWhereClause
 
error - Variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
The error string as it is found in the OAuth2 protocol.
errorDescription - Variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
The human readable error message associated with this exception, if available.
errorUri - Variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
A URI identifying a human-readable web page with information about this error.
execute() - Method in class lithium.community.android.sdk.rest.LiCallTask
Invokes the request immediately, and blocks until the response can be processed or is in error.
EXTRA_EXCEPTION - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
The extra string that used to store an LiAuthorizationException in an intent by LiAuthorizationException.toIntent().
extractAuthCode(Uri) - Method in class lithium.community.android.sdk.auth.LiBaseAuthActivity
This method extracts auth code from URI received post authorization process.

F

fromIntent(Intent) - Static method in exception lithium.community.android.sdk.auth.LiAuthorizationException
Extracts an LiAuthorizationException from an intent produced by LiAuthorizationException.toIntent().
fromJson(String) - Static method in exception lithium.community.android.sdk.auth.LiAuthorizationException
Reconstructs an LiAuthorizationException from the JSON produced by LiAuthorizationException.toJsonString().
fromJson(JSONObject) - Static method in exception lithium.community.android.sdk.auth.LiAuthorizationException
Reconstructs an LiAuthorizationException from the JSON produced by LiAuthorizationException.toJson().
fromJson(String, Gson) - Static method in exception lithium.community.android.sdk.exception.LiRestResponseException
Reconstructs an LiRestResponseException from the JSON
fromOAuthTemplate(LiAuthorizationException, String, String, Uri) - Static method in exception lithium.community.android.sdk.auth.LiAuthorizationException
Creates an exception based on one of the existing values defined in LiAuthorizationException.AuthorizationRequestErrors or LiAuthorizationException.TokenRequestErrors, adding information retrieved from OAuth error response.
fromString(String) - Static method in enum lithium.community.android.sdk.model.helpers.LiModerationStatus
 
fromTemplate(LiAuthorizationException, Throwable) - Static method in exception lithium.community.android.sdk.auth.LiAuthorizationException
Creates an exception based on one of the existing values defined in LiAuthorizationException.GeneralErrors, LiAuthorizationException.AuthorizationRequestErrors or LiAuthorizationException.TokenRequestErrors, providing a root cause.

G

GeneralErrors() - Constructor for class lithium.community.android.sdk.auth.LiAuthorizationException.GeneralErrors
 
generalEx(int, String) - Static method in exception lithium.community.android.sdk.auth.LiAuthorizationException
 
getAcceptSolutionClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Marks a message as an accepted solution.
getAccessCode() - Method in class lithium.community.android.sdk.auth.LiSSOTokenRequest
 
getAccessToken() - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
getAdditionalHttpHeaders() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPostClientRequestParams
 
getAdditionalHttpHeaders() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPutClientRequestParams
 
getAdditionalHttpHeaders() - Method in class lithium.community.android.sdk.rest.LiBaseRestRequest
 
getAdditionalInformation() - Method in class lithium.community.android.sdk.model.response.LiAppSdkSettings
 
getAnonymous() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getAnonymousAsLiString() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getAnonymousAsLithiumBoolean() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getApiProxyHost() - Method in class lithium.community.android.sdk.auth.LiAppCredentials
 
getApiProxyHost() - Method in class lithium.community.android.sdk.auth.LiSSOAuthResponse
 
getApplicationType() - Method in class lithium.community.android.sdk.model.post.LiUserDeviceDataModel
 
getAppType() - Method in class lithium.community.android.sdk.model.response.LiAppSdkSettings
 
getAuthCode() - Method in class lithium.community.android.sdk.auth.LiSSOAuthResponse
 
getAuthor() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getAuthorId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUserMessagesClientRequestParams
 
getAuthorizeUri() - Method in class lithium.community.android.sdk.auth.LiAppCredentials
 
getAvatar() - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
getAvatar() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getAvatarExternal() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
getAvatarExternal() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
getAvatarImage() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getAvatarImageId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
getAvatarImageId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
getAvatarImageUrl() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getAvatarInternal() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
getAvatarInternal() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
getAvatarUrl() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
getAvatarUrl() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
getAverageMessageRating() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getAverageMessageRatingAsLiFloat() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getAverageRating() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getAverageRatingAsLiFloat() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getBanned() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getBannedAsLithiumBoolean() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getBaseQuery(LiClientManager.Client) - Static method in class lithium.community.android.sdk.queryutil.LiClientConfig
Returns base LIQL for a client.
getBeaconClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
This is a beacon client which is used to send information to the community backend for analytics aka LSI
getBiography() - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
getBiography() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
getBiography() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
getBlog() - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
getBoard() - Method in class lithium.community.android.sdk.model.post.LiPostMessageModel
 
getBoard() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getBoardId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateMessageClientRequestParams
 
getBoardId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiFloatedMessagesClientRequestParams
 
getBoardId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessagesByBoardIdClientRequestParams
 
getBoardsByDepthClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches boards at a specific depth in the Community Structure hierarchy.
getBody() - Method in class lithium.community.android.sdk.model.post.LiMarkAbuseModel
 
getBody() - Method in class lithium.community.android.sdk.model.post.LiPostMessageModel
 
getBody() - Method in class lithium.community.android.sdk.model.post.LiReplyMessageModel
 
getBody() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateMessageClientRequestParams
 
getBody() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateReplyClientRequestParams
 
getBody() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiReportAbuseClientRequestParams
 
getBody() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateMessageClientRequestParams
 
getBody() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getBold() - Method in class lithium.community.android.sdk.model.helpers.LiRankingDisplay
 
getBoldAsLithiumBoolean() - Method in class lithium.community.android.sdk.model.helpers.LiRankingDisplay
 
getBuilder() - Static method in class lithium.community.android.sdk.queryutil.LiQueryRequestParams
 
getCanAcceptSolution() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getCategoryBoardsClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches a list of boards for a given category, along with board and category details.
getCategoryClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches category details available to the user in context.
getCategoryId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCategoryBoardsClientRequestParams
 
getClause() - Method in class lithium.community.android.sdk.queryutil.LiQueryClause
 
getClause() - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.WhereClause
 
getClient() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams
 
getClient() - Method in class lithium.community.android.sdk.queryutil.LiQueryRequestParams
 
getClient() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.AppSdkSettings
 
getClient() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.ArticleBrowse
 
getClient() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Articles
 
getClient() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Category
 
getClient() - Method in interface lithium.community.android.sdk.queryutil.LiQueryWhereClause.ClientWhereKeyColumn
returns client.
getClient() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.FloatedMessage
 
getClient() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Message
 
getClient() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.MessageById
 
getClient() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.MessageChildren
 
getClient() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Node
 
getClient() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Question
 
getClient() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Search
 
getClient() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Subscription
 
getClient() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.User
 
getClientAppName() - Method in class lithium.community.android.sdk.auth.LiAppCredentials
 
getClientId() - Method in class lithium.community.android.sdk.auth.LiRefreshTokenRequest
 
getClientId() - Method in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
getClientId() - Method in class lithium.community.android.sdk.auth.LiSSOTokenRequest
 
getClientId() - Method in class lithium.community.android.sdk.model.post.LiUserDeviceDataModel
 
getClientId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiSdkSettingsClientRequestParams
 
getClientId() - Method in class lithium.community.android.sdk.model.response.LiAppSdkSettings
 
getClientKey() - Method in class lithium.community.android.sdk.auth.LiAppCredentials
 
getClientSecret() - Method in class lithium.community.android.sdk.auth.LiAppCredentials
 
getClientSecret() - Method in class lithium.community.android.sdk.auth.LiRefreshTokenRequest
 
getClientSecret() - Method in class lithium.community.android.sdk.auth.LiSSOTokenRequest
 
getCollectionsType() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericDeleteClientRequestParams
 
getColor() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
getColor() - Method in class lithium.community.android.sdk.model.helpers.LiRankingDisplay
 
getColorAsLithiumString() - Method in class lithium.community.android.sdk.model.helpers.LiRankingDisplay
 
getColumn() - Method in class lithium.community.android.sdk.queryutil.LiQueryOrdering
 
getCommunityUri() - Method in class lithium.community.android.sdk.auth.LiAppCredentials
 
getCommunityUrl() - Method in interface lithium.community.android.sdk.auth.LiAuthTokenProvider
provides community Uri.
getCommunityUrl() - Method in class lithium.community.android.sdk.manager.LiSDKManager
Returns community URI.
getCompressedBitmap(String, int, int) - Static method in class lithium.community.android.sdk.utils.LiImageUtils
 
getContext() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams
 
getContext() - Method in class lithium.community.android.sdk.rest.LiBaseRestRequest
 
getCoreSDKVersion() - Method in class lithium.community.android.sdk.manager.LiSDKManager
gets the core sdk version
getCount() - Method in class lithium.community.android.sdk.model.helpers.LiReplies
 
getCount() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiCount
 
getCoverImage() - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
getCoverImage() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
getCoverImage() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
getCreateMessageClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Posts a new message to the community.
getCreateReplyClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Creates a reply or comment.
getCreateUserClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Creates new user account.
getCurrentTimeMillis() - Method in interface lithium.community.android.sdk.utils.LiClock
The current time, in milliseconds since the UNIX epoch.
getCurrentTimeMillis() - Method in class lithium.community.android.sdk.utils.LiSystemClock
 
getData() - Method in class lithium.community.android.sdk.model.post.LiGenericPostModel
 
getData() - Method in class lithium.community.android.sdk.model.post.LiGenericPutModel
 
getData() - Method in class lithium.community.android.sdk.rest.LiBaseResponse
 
getDefaultSetting() - Method in class lithium.community.android.sdk.queryutil.LiDefaultQueryHelper
 
getDeleted() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getDeletedAsLithiumBoolean() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getDepth() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiBoardsByDepthClientRequestParams
 
getDepth() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUserMessagesClientRequestParams
 
getDepth() - Method in class lithium.community.android.sdk.model.response.LiBrowse
 
getDescription() - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
getDescription() - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
getDescription() - Method in class lithium.community.android.sdk.model.post.LiUploadImageModel
 
getDescription() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUploadImageClientRequestParams
 
getDescriptionAsLiString() - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
getDeviceId() - Method in interface lithium.community.android.sdk.auth.LiDeviceTokenProvider
 
getDeviceId() - Method in class lithium.community.android.sdk.model.post.LiUserDeviceDataModel
 
getDeviceId() - Method in class lithium.community.android.sdk.model.post.LiUserDeviceIdUpdateModel
 
getDeviceId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiDeviceIdFetchClientRequestParams
 
getDeviceId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiDeviceIdUpdateClientRequestParams
 
getDeviceIdFetchClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches the ID corresponding to device ID from the community.
getDeviceIdUpdateClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Updates the device ID in community with the given device ID.
getDomainName(Uri) - Static method in class lithium.community.android.sdk.utils.LiUriUtils
 
getEmail() - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
getEmail() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
getEmail() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
getEmail() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getError() - Method in exception lithium.community.android.sdk.exception.LiRestResponseException
 
getExpiresAt() - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
getExpiresIn() - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
getExternal() - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
getExternalSource(String) - Static method in enum lithium.community.android.sdk.model.helpers.LiPrivacyLevel
 
getFavicon() - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
getField() - Method in class lithium.community.android.sdk.model.post.LiUploadImageModel
 
getFirstName() - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
getFirstName() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
getFirstName() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
getFloatedMessagesClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches details of all floated (or "pinned") of the specified board for the user in context.
getFormat() - Method in class lithium.community.android.sdk.model.helpers.LiImageMetaData
 
getFormatAsLithiumString() - Method in class lithium.community.android.sdk.model.helpers.LiImageMetaData
 
getFormula() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
getFromId() - Method in class lithium.community.android.sdk.notification.LiNotificationPayload
 
getFromName() - Method in class lithium.community.android.sdk.notification.LiNotificationPayload
 
getGenericLiqlGetClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
This is generic Get client.
getGenericNoLiqlGetClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
This is generic Get client.
getGenericPostClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
This is generic Post client.
getGenericPutClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
This is generic PUT client.
getGenericQueryDeleteClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
This is a generic DELETE client.
getGenericQueryParamsGetClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Creates custom WHERE clause, ORDER BY, and/or LIMIT parameters to a LIQL queries used by a Lithium API provider.
getGrantType() - Method in class lithium.community.android.sdk.auth.LiRefreshTokenRequest
 
getGrantType() - Method in class lithium.community.android.sdk.auth.LiSSOTokenRequest
 
getGson() - Method in interface lithium.community.android.sdk.api.LiClient
Method to return LiRestClient.gson
getGson() - Method in class lithium.community.android.sdk.rest.LiRestClient
 
getHeight() - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
getHeightAsLiInteger() - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
getHref() - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
getHref() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
getHref() - Method in class lithium.community.android.sdk.model.response.LiFloatedMessageModel
 
getHref() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getHttpCode() - Method in exception lithium.community.android.sdk.exception.LiRestResponseException
 
getHttpCode() - Method in class lithium.community.android.sdk.rest.LiBaseResponse
 
getHttpCode() - Method in interface lithium.community.android.sdk.rest.LiClientResponse
Returns Http Code.
getHttpCode() - Method in class lithium.community.android.sdk.rest.LiDeleteClientResponse
 
getHttpCode() - Method in class lithium.community.android.sdk.rest.LiGetClientResponse
 
getHttpCode() - Method in class lithium.community.android.sdk.rest.LiPostClientResponse
 
getHttpCode() - Method in class lithium.community.android.sdk.rest.LiPutClientResponse
 
getIcon_left() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
getIcon_right() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
getIcon_topic() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
getId() - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
getId() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
getId() - Method in class lithium.community.android.sdk.model.post.LiSubscriptionPostModel.Target
 
getId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiDeviceIdUpdateClientRequestParams
 
getId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericDeleteClientRequestParams
 
getId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
getId() - Method in class lithium.community.android.sdk.model.response.LiAppSdkSettings
 
getId() - Method in class lithium.community.android.sdk.model.response.LiBrowse
 
getId() - Method in class lithium.community.android.sdk.model.response.LiFloatedMessageModel
 
getId() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getId() - Method in class lithium.community.android.sdk.model.response.LiSubscriptions
 
getId() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getIdAsLithiumInt() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
getImage() - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
getImageId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateMessageClientRequestParams
 
getImageId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateReplyClientRequestParams
 
getImageName() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateMessageClientRequestParams
 
getImageName() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateReplyClientRequestParams
 
getImageName() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUploadImageClientRequestParams
 
getInline() - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
getInstance() - Static method in class lithium.community.android.sdk.manager.LiSDKManager
Instance of this.
getInstance() - Static method in class lithium.community.android.sdk.queryutil.LiDefaultQueryHelper
 
getInstance() - Static method in class lithium.community.android.sdk.rest.LiRestv2Client
Returns a singleton instance of this class.
getInteractionStyle() - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
getInternal() - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
getJsonObject() - Method in interface lithium.community.android.sdk.rest.LiClientResponse
Returns Json Object.
getJsonObject() - Method in class lithium.community.android.sdk.rest.LiDeleteClientResponse
 
getJsonObject() - Method in class lithium.community.android.sdk.rest.LiGetClientResponse
 
getJsonObject() - Method in class lithium.community.android.sdk.rest.LiPostClientResponse
 
getJsonObject() - Method in class lithium.community.android.sdk.rest.LiPutClientResponse
 
getJsonString() - Method in class lithium.community.android.sdk.auth.LiSSOAuthResponse
 
getJsonString() - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
getKey() - Method in class lithium.community.android.sdk.queryutil.LiQueryClause
 
getKey() - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.Ordering
 
getKey() - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.WhereClause
 
getKudo() - Method in class lithium.community.android.sdk.model.helpers.LiUserContext
 
getKudoClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Kudos the specified message for the user in context.
getKudoMetrics() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getLastName() - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
getLastName() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
getLastName() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
getLastPostTime() - Method in class lithium.community.android.sdk.model.helpers.LiConversation
 
getLastVisitInstant() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getLastVisitInstantAsLithiumInstant() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getLeftImage() - Method in class lithium.community.android.sdk.model.helpers.LiRankingDisplay
 
getLiAppCredentials() - Method in class lithium.community.android.sdk.manager.LiSDKManager
Returns AppCredentials.
getLiBoard() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getLiBoard() - Method in class lithium.community.android.sdk.model.response.LiSearch
 
getLiBoard() - Method in class lithium.community.android.sdk.model.response.LiSubscriptions
 
getLiBoard() - Method in interface lithium.community.android.sdk.model.response.LiTargetModel
 
getLiConversation() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getLiErrorCode() - Method in exception lithium.community.android.sdk.exception.LiRestResponseException
 
getLiMessage() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getLiMessage() - Method in class lithium.community.android.sdk.model.response.LiSearch
 
getLiMessage() - Method in class lithium.community.android.sdk.model.response.LiSubscriptions
 
getLiMessage() - Method in interface lithium.community.android.sdk.model.response.LiTargetModel
 
getLimit() - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting
 
getLiqlQuery() - Method in class lithium.community.android.sdk.api.LiBaseGetClient
Method to return LIQL query for a particular client based on client type and base query.
getLiQuery() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericLiqlClientRequestParams
 
getLiQueryClauses() - Method in class lithium.community.android.sdk.queryutil.LiQueryWhereClause
Returns all conditions added in 'where' clause.
getLiQueryRequestParams() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericDeleteClientRequestParams
 
getLiQueryRequestParams() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericQueryParamsClientRequestParams
 
getLiReplies() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getLithiumRankingDisplay() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
getLithiumUserId() - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
getLogin() - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
getLogin() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
getLogin() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
getLogin() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getLoginAsLiString() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getLoginId() - Method in class lithium.community.android.sdk.model.response.LiUser
This is NOT the numeric id.
getLongIfDefined(JSONObject, String) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
getLongQueryParameter(Uri, String) - Static method in class lithium.community.android.sdk.utils.LiUriUtils
 
getMarkMessagePostClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Mark a single message as read or unread Create parameters with LiClientRequestParams.LiMarkMessageParams.
getMarkMessagesPostClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Marks a set of messages (not necessarily in the same thread) as read or unread.
getMarkTopicPostClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Marks a topic message and all its replies as read or unread.
getMessage() - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
getMessage() - Method in class lithium.community.android.sdk.model.post.LiMarkAbuseModel
 
getMessage() - Method in class lithium.community.android.sdk.model.post.LiPostKudoModel
 
getMessage() - Method in class lithium.community.android.sdk.model.response.LiFloatedMessageModel
 
getMessage() - Method in class lithium.community.android.sdk.notification.LiNotificationPayload
 
getMessage() - Method in class lithium.community.android.sdk.rest.LiBaseResponse
 
getMessage() - Method in interface lithium.community.android.sdk.rest.LiClientResponse
Returns message.
getMessage() - Method in class lithium.community.android.sdk.rest.LiDeleteClientResponse
 
getMessage() - Method in class lithium.community.android.sdk.rest.LiGetClientResponse
 
getMessage() - Method in class lithium.community.android.sdk.rest.LiPostClientResponse
 
getMessage() - Method in class lithium.community.android.sdk.rest.LiPutClientResponse
 
getMessageClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches details of the specified message.
getMessageDeleteClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Deletes the specified message.
getMessageid() - Method in class lithium.community.android.sdk.model.post.LiAcceptSolutionModel
 
getMessageId() - Method in class lithium.community.android.sdk.model.post.LiMarkMessageModel
 
getMessageId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiAcceptSolutionClientRequestParams
 
getMessageId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateReplyClientRequestParams
 
getMessageId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiKudoClientRequestParams
 
getMessageId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMarkMessageParams
 
getMessageId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessageClientRequestParams
 
getMessageId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessageDeleteClientRequestParams
 
getMessageId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiReportAbuseClientRequestParams
 
getMessageId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUnKudoClientRequestParams
 
getMessageId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateMessageClientRequestParams
 
getMessageIds() - Method in class lithium.community.android.sdk.model.post.LiMarkMessagesModel
 
getMessageIds() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMarkMessagesParams
 
getMessageIds() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessagesByIdsClientRequestParams
 
getMessageMetrics() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getMessagesByBoardIdClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches all articles on the specified board, authored by the user in context.
getMessagesByIdsClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches details for the specified set of messages.
getMessagesClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches a list of all the articles for the user in context ordered by post time or kudos count.
getMetaData() - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
getMethod() - Method in class lithium.community.android.sdk.rest.LiBaseRestRequest
 
getModel() - Method in interface lithium.community.android.sdk.model.LiBaseModel
 
getModel() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl
 
getModerationStatus() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getName() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
getName() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiLong
 
getNameAsLithiumString() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
getNewAuthToken() - Method in interface lithium.community.android.sdk.auth.LiAuthTokenProvider
provides Access Token.
getNumericIdAsLiInt() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getOperator() - Method in class lithium.community.android.sdk.queryutil.LiQueryClause
 
getOperator() - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.WhereClause
 
getOrder() - Method in class lithium.community.android.sdk.queryutil.LiQueryOrdering
 
getOrdering() - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting
 
getParent() - Method in class lithium.community.android.sdk.model.post.LiReplyMessageModel
 
getParent() - Method in class lithium.community.android.sdk.model.response.LiBrowse
 
getParent() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getParentId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiRepliesClientRequestParams
 
getPassword() - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
getPassword() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
getPath() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPostClientRequestParams
 
getPath() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPutClientRequestParams
 
getPath() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUploadImageClientRequestParams
 
getPath() - Method in class lithium.community.android.sdk.rest.LiBaseRestRequest
 
getPathParam() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericNoLiqlClientRequestParams
 
getPosition() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
getPostTime() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getPrint() - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
getProfile() - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
getProfilePageUrl() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getPushNotificationProvider() - Method in class lithium.community.android.sdk.model.post.LiUserDeviceDataModel
 
getPushNotificationProvider() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiDeviceIdFetchClientRequestParams
 
getQuery() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiSearchClientRequestParams
 
getQuery(String, LiQuerySetting) - Static method in class lithium.community.android.sdk.queryutil.LiQueryBuilder
Method to be called by activity client to create LIQL query, corresponding to that client.
getQuery(Context, String, String) - Static method in class lithium.community.android.sdk.queryutil.LiQueryBuilder
Method to be called by activity client to create LIQL query, corresponding to that client.
getQueryParams() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericNoLiqlClientRequestParams
 
getQueryParams() - Method in class lithium.community.android.sdk.rest.LiBaseRestRequest
 
getQuerySetting() - Method in class lithium.community.android.sdk.queryutil.LiQueryRequestParams
Computes where clause, liQueryOrdering and limit.
getRandomBytes(Random, int) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Create a random byte array using a random number generator supplied by the caller.
getRandomHexString() - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
getRanking() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getRawString(Context, int) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Computes default json as string from raw folder.
getRead() - Method in class lithium.community.android.sdk.model.helpers.LiUserContext
 
getRedirectUri() - Method in class lithium.community.android.sdk.auth.LiAppCredentials
 
getRedirectUri() - Method in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
getRedirectUri() - Method in class lithium.community.android.sdk.auth.LiSSOTokenRequest
 
getRefreshToken() - Method in interface lithium.community.android.sdk.auth.LiAuthTokenProvider
provides Refresh Token
getRefreshToken() - Method in class lithium.community.android.sdk.auth.LiRefreshTokenRequest
 
getRefreshToken() - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
getRegistered() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getRegisteredAsLithiumBoolean() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getRegistrationInstant() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getRegistrationInstantAsLithiumInstant() - Method in class lithium.community.android.sdk.model.response.LiUser
 
getReplacementMap() - Method in class lithium.community.android.sdk.queryutil.LiQueryValueReplacer
Returns replacement map.
getRepliesClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches details of child messages of the specified message.
getReportAbuseClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Creates an abuse report for the specified message.
getReporter() - Method in class lithium.community.android.sdk.model.post.LiMarkAbuseModel
 
getRequestBody() - Method in class lithium.community.android.sdk.api.LiBaseDeleteClient
 
getRequestBody() - Method in class lithium.community.android.sdk.api.LiBaseGetClient
Request body is always null for GET Client.
getRequestBody() - Method in class lithium.community.android.sdk.api.LiBasePostClient
 
getRequestBody() - Method in class lithium.community.android.sdk.api.LiBasePutClient
 
getRequestBody() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPostClientRequestParams
 
getRequestBody() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPutClientRequestParams
 
getRequestBody() - Method in class lithium.community.android.sdk.rest.LiBaseRestRequest
 
getRequestType() - Method in interface lithium.community.android.sdk.api.LiClient
Method to get Request Type
getResponse() - Method in interface lithium.community.android.sdk.rest.LiClientResponse
Returns base response caste to type specified.
getResponse() - Method in class lithium.community.android.sdk.rest.LiDeleteClientResponse
 
getResponse() - Method in class lithium.community.android.sdk.rest.LiGetClientResponse
Transforms LibaseResponse to corresponding data model.
getResponse() - Method in class lithium.community.android.sdk.rest.LiPostClientResponse
 
getResponse() - Method in class lithium.community.android.sdk.rest.LiPutClientResponse
 
getResponseClass(LiClientManager.Client) - Static method in class lithium.community.android.sdk.queryutil.LiClientConfig
Returns data model for a client.
getRestClient() - Static method in class lithium.community.android.sdk.manager.LiClientManager
 
getRightImage() - Method in class lithium.community.android.sdk.model.helpers.LiRankingDisplay
 
getRootId() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getScope() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiFloatedMessagesClientRequestParams
 
getScope() - Method in class lithium.community.android.sdk.model.response.LiFloatedMessageModel
 
getSdkSettingsClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches all the SDK settings from the Community app.
getSearchClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Performs a keyword search in the community.
getShortTitle() - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
getSize() - Method in class lithium.community.android.sdk.model.helpers.LiImageMetaData
 
getSizeAsLithiumLong() - Method in class lithium.community.android.sdk.model.helpers.LiImageMetaData
 
getSsoAuthorizeUri() - Method in class lithium.community.android.sdk.auth.LiAppCredentials
 
getSsoToken() - Method in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
getState() - Method in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
getState() - Method in class lithium.community.android.sdk.auth.LiSSOAuthResponse
 
getStatus() - Method in class lithium.community.android.sdk.rest.LiBaseResponse
 
getStatus() - Method in interface lithium.community.android.sdk.rest.LiClientResponse
Returns status.
getStatus() - Method in class lithium.community.android.sdk.rest.LiDeleteClientResponse
 
getStatus() - Method in class lithium.community.android.sdk.rest.LiGetClientResponse
 
getStatus() - Method in class lithium.community.android.sdk.rest.LiPostClientResponse
 
getStatus() - Method in class lithium.community.android.sdk.rest.LiPutClientResponse
 
getString(JSONObject, String) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
getStringIfDefined(JSONObject, String) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
getSubject() - Method in class lithium.community.android.sdk.model.post.LiPostMessageModel
 
getSubject() - Method in class lithium.community.android.sdk.model.post.LiReplyMessageModel
 
getSubject() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateMessageClientRequestParams
 
getSubject() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateReplyClientRequestParams
 
getSubject() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateMessageClientRequestParams
 
getSubject() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getSubResourcePath() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericDeleteClientRequestParams
 
getSubscriptionDeleteClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Deletes a subscription.
getSubscriptionId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiDeleteSubscriptionParams
 
getSubscriptionPostClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Creates a subscription to the specified target (a board or message).
getSum() - Method in class lithium.community.android.sdk.model.helpers.LiKudoMetrics
 
getTarget() - Method in class lithium.community.android.sdk.model.post.LiSubscriptionPostModel
 
getTarget() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiPostSubscriptionParams
 
getTargetId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiBeaconPostClientRequestParams
 
getTargetId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiPostSubscriptionParams
 
getTargetObject() - Method in class lithium.community.android.sdk.model.response.LiSubscriptions
 
getTargetType() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiBeaconPostClientRequestParams
 
getTargetType() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiPostSubscriptionParams
 
getTenantId() - Method in class lithium.community.android.sdk.auth.LiAppCredentials
 
getTenantId() - Method in class lithium.community.android.sdk.auth.LiSSOAuthResponse
 
getThemePrimaryColor(Context) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
getThreadImage() - Method in class lithium.community.android.sdk.model.helpers.LiRankingDisplay
 
getTime(Long) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
getTitle() - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
getTitle() - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
getTitle() - Method in class lithium.community.android.sdk.model.post.LiUploadImageModel
 
getTitle() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUploadImageClientRequestParams
 
getTitle() - Method in class lithium.community.android.sdk.model.response.LiBrowse
 
getTitleAsLiString() - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
getTokenType() - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
getTopicId() - Method in class lithium.community.android.sdk.model.post.LiMarkTopicModel
 
getTopicId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMarkTopicParams
 
getTransformedResponse() - Method in interface lithium.community.android.sdk.rest.LiClientResponse
Returns map containing information of parent and all its child nodes.
getTransformedResponse() - Method in class lithium.community.android.sdk.rest.LiDeleteClientResponse
 
getTransformedResponse() - Method in class lithium.community.android.sdk.rest.LiGetClientResponse
Returns map containing information of parent and all its child nodes.
getTransformedResponse() - Method in class lithium.community.android.sdk.rest.LiPostClientResponse
 
getTransformedResponse() - Method in class lithium.community.android.sdk.rest.LiPutClientResponse
 
getTransformedResponse(List<LiBaseModel>) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
this method creates a Tree like structure depicting parent child relation for the Category and SubCategory in a community.
getType() - Method in interface lithium.community.android.sdk.api.LiClient
Method to return type
getType() - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
getType() - Method in class lithium.community.android.sdk.model.helpers.LiConversation
 
getType() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
getType() - Method in class lithium.community.android.sdk.model.post.LiAcceptSolutionModel
 
getType() - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
getType() - Method in class lithium.community.android.sdk.model.post.LiMarkAbuseModel
 
getType() - Method in class lithium.community.android.sdk.model.post.LiMarkMessageModel
 
getType() - Method in class lithium.community.android.sdk.model.post.LiMarkMessagesModel
 
getType() - Method in class lithium.community.android.sdk.model.post.LiMarkTopicModel
 
getType() - Method in class lithium.community.android.sdk.model.post.LiPostKudoModel
 
getType() - Method in class lithium.community.android.sdk.model.post.LiPostMessageModel
 
getType() - Method in class lithium.community.android.sdk.model.post.LiReplyMessageModel
 
getType() - Method in class lithium.community.android.sdk.model.post.LiSubscriptionPostModel
 
getType() - Method in class lithium.community.android.sdk.model.post.LiSubscriptionPostModel.Target
 
getType() - Method in class lithium.community.android.sdk.model.post.LiUploadImageModel
 
getType() - Method in class lithium.community.android.sdk.model.post.LiUserDeviceDataModel
 
getType() - Method in class lithium.community.android.sdk.model.post.LiUserDeviceIdUpdateModel
 
getType() - Method in class lithium.community.android.sdk.model.response.LiAppSdkSettings
 
getType() - Method in class lithium.community.android.sdk.model.response.LiSubscriptions
 
getType() - Method in class lithium.community.android.sdk.notification.LiNotificationPayload
 
getType(LiClientManager.Client) - Static method in class lithium.community.android.sdk.queryutil.LiClientConfig
Returns client type.
getType() - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.Ordering
 
getType() - Method in class lithium.community.android.sdk.rest.LiRestV2Request
 
getUnKudoClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Unkudos the specified message for the user in context.
getUnreadReplyCount() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getUpdateMessageClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Updates an existing message by ID.
getUpdateUserClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Updates an existing user.
getUploadImageClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Uploads an image to the community on behalf of the user in context.
getUri() - Method in class lithium.community.android.sdk.auth.LiRefreshTokenRequest
 
getUri() - Method in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
getUri() - Method in class lithium.community.android.sdk.auth.LiSSOTokenRequest
 
getUri(JSONObject, String) - Static method in class lithium.community.android.sdk.utils.LiUriUtils
 
getUriIfDefined(JSONObject, String) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
getUrl() - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
getUrl() - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
getUrlAsLiString() - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
getUser() - Method in class lithium.community.android.sdk.model.post.LiMarkMessageModel
 
getUser() - Method in class lithium.community.android.sdk.model.post.LiMarkMessagesModel
 
getUser() - Method in class lithium.community.android.sdk.model.post.LiMarkTopicModel
 
getUser() - Method in class lithium.community.android.sdk.model.response.LiFloatedMessageModel
 
getUser() - Method in class lithium.community.android.sdk.model.response.LiSubscriptions
 
getUserAfterTokenResponse(LiAuthService.LoginCompleteCallBack) - Method in interface lithium.community.android.sdk.auth.LiAuthService
Fetching details of User after login is completed.
getUserAfterTokenResponse(LiAuthService.LoginCompleteCallBack) - Method in class lithium.community.android.sdk.auth.LiAuthServiceImpl
Fetches user details after Tokens are received.
getUserContext() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getUserDetailsClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches all details about the specified user.
getUserId() - Method in class lithium.community.android.sdk.auth.LiSSOAuthResponse
 
getUserId() - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
getUserId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMarkMessageParams
 
getUserId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMarkMessagesParams
 
getUserId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMarkTopicParams
 
getUserId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiReportAbuseClientRequestParams
 
getUserId() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUserDetailsClientRequestParams
 
getUserMessagesClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches messages posted by a specified author up to a specified depth in the Community Structure hierarchy.
getUserSubscriptionsClient(LiClientRequestParams) - Static method in class lithium.community.android.sdk.manager.LiClientManager
Fetches a list of all Community subscriptions for the user in context.
getValue() - Method in enum lithium.community.android.sdk.manager.LiClientManager.CollectionsType
 
getValue() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiBoolean
 
getValue() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiDate
 
getValue() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiDateInstant
 
getValue() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiFloat
 
getValue() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiInt
 
getValue() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiInteger
 
getValue() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiLong
 
getValue() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiPrivacyLevelValue
 
getValue() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiString
 
getValue() - Method in class lithium.community.android.sdk.queryutil.LiQueryClause
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Articles
 
getValue() - Method in interface lithium.community.android.sdk.queryutil.LiQueryOrdering.ClientOrderingColumn
get value of liQueryOrdering field
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Question
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Search
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQuerySetting.LiWhereClause
 
getValue() - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.WhereClause
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.AppSdkSettings
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.ArticleBrowse
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Articles
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Category
 
getValue() - Method in interface lithium.community.android.sdk.queryutil.LiQueryWhereClause.ClientWhereKeyColumn
returns value of fields which can be used in where clause.
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.FloatedMessage
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Message
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.MessageById
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.MessageChildren
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Node
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Question
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Search
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Subscription
 
getValue() - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.User
 
getValueAsLithiumFormattedDate() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiDate
 
getValueAsLithiumFormattedDate() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiDateInstant
 
getView_href() - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
getViewCount() - Method in class lithium.community.android.sdk.model.helpers.LiMessageMetrics
 
getViewHref() - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
getViewHref() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
getVisibility() - Method in class lithium.community.android.sdk.model.post.LiUploadImageModel
 
getWeight() - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiSum
 
getWhereClauses() - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting
 
getWidth() - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
getWidthAsLiInteger() - Method in class lithium.community.android.sdk.model.helpers.LiImage
 

H

handleAuthorizationResponse(LiSSOAuthResponse, LiAuthRestClient, LiAuthService.LoginCompleteCallBack) - Method in interface lithium.community.android.sdk.auth.LiAuthService
Handles what to do after authorization response.
handleAuthorizationResponse(LiSSOAuthResponse, LiAuthRestClient, LiAuthService.LoginCompleteCallBack) - Method in class lithium.community.android.sdk.auth.LiAuthServiceImpl
Fetch Access Token from Auth Code received after Authorization Process.
hashCode() - Method in class lithium.community.android.sdk.auth.LiAppCredentials
 
hashCode() - Method in exception lithium.community.android.sdk.auth.LiAuthorizationException
 
hashCode() - Method in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
hashCode() - Method in class lithium.community.android.sdk.model.response.LiBrowse
 
href - Variable in class lithium.community.android.sdk.model.helpers.LiImage
 
HTTP_CODE_FORBIDDEN - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
HTTP_CODE_SERVER_ERROR - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
HTTP_CODE_SERVICE_UNAVAILABLE - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
HTTP_CODE_SUCCESSFUL - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
HTTP_CODE_UNAUTHORIZED - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 

I

ILLEGAL_ARG_ERROR - Static variable in class lithium.community.android.sdk.exception.LiSDKErrorCodes
 
illegalArgumentError(String) - Static method in exception lithium.community.android.sdk.exception.LiRestResponseException
wrapping illegal argument error
init(Context, LiAppCredentials) - Static method in class lithium.community.android.sdk.manager.LiSDKManager
Initiales LiSDKManager and initiates the login flow.
initHelper(Context) - Static method in class lithium.community.android.sdk.queryutil.LiDefaultQueryHelper
Initializes helper class.
INSTANCE - Static variable in class lithium.community.android.sdk.utils.LiSystemClock
 
INVALID_CLIENT - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.TokenRequestErrors
An invalid_client OAuth2 error response.
INVALID_CLIENT_METADATA - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.RegistrationRequestErrors
An invalid_grant OAuth2 error response.
INVALID_DISCOVERY_DOCUMENT - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.GeneralErrors
Indicates a problem parsing an OpenID Connect Service Discovery document.
INVALID_GRANT - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.TokenRequestErrors
An invalid_grant OAuth2 error response.
INVALID_REDIRECT_URI - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.RegistrationRequestErrors
An invalid_client OAuth2 error response.
INVALID_REGISTRATION_RESPONSE - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.GeneralErrors
Indicates a problem parsing an OpenID Connect Registration Response.
INVALID_REQUEST - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.AuthorizationRequestErrors
An invalid_request OAuth2 error response.
INVALID_REQUEST - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.RegistrationRequestErrors
An invalid_request OAuth2 error response.
INVALID_REQUEST - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.TokenRequestErrors
An invalid_request OAuth2 error response.
INVALID_SCOPE - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.AuthorizationRequestErrors
An invalid_scope OAuth2 error response.
INVALID_SCOPE - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.TokenRequestErrors
An invalid_scope OAuth2 error response.
isAcceptedOnUI() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
isAcceptedSolution() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
isAuthenticatedRequest() - Method in class lithium.community.android.sdk.rest.LiBaseRestRequest
 
isBold() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
isCanDelete() - Method in class lithium.community.android.sdk.model.helpers.LiUserContext
 
isCanKudo() - Method in class lithium.community.android.sdk.model.helpers.LiUserContext
 
isCanReply() - Method in class lithium.community.android.sdk.model.helpers.LiUserContext
 
isEnvironmentInitialized() - Static method in class lithium.community.android.sdk.manager.LiSDKManager
Checks whether the SDK is initialized.
isFloating() - Method in class lithium.community.android.sdk.model.response.LiMessage
 
isFormula_enabled() - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
isIncludeReplies() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessageDeleteClientRequestParams
 
isMarkUnread() - Method in class lithium.community.android.sdk.model.post.LiMarkMessageModel
 
isMarkUnread() - Method in class lithium.community.android.sdk.model.post.LiMarkMessagesModel
 
isMarkUnread() - Method in class lithium.community.android.sdk.model.post.LiMarkTopicModel
 
isMarkUnread() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMarkMessageParams
 
isMarkUnread() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMarkMessagesParams
 
isMarkUnread() - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMarkTopicParams
 
isSolved() - Method in class lithium.community.android.sdk.model.helpers.LiConversation
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Articles
 
isVaild(LiClientManager.Client) - Method in interface lithium.community.android.sdk.queryutil.LiQueryOrdering.ClientOrderingColumn
Checks if liQueryOrdering filed is correct for the client.
isVaild(LiClientManager.Client) - Method in class lithium.community.android.sdk.queryutil.LiQueryOrdering
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Question
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Search
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.AppSdkSettings
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.ArticleBrowse
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Articles
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Category
 
isVaild(LiClientManager.Client) - Method in interface lithium.community.android.sdk.queryutil.LiQueryWhereClause.ClientWhereKeyColumn
returns if the field which is used in where clause for a client is valid or not.
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.FloatedMessage
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Message
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.MessageById
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.MessageChildren
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Node
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Question
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Search
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Subscription
 
isVaild(LiClientManager.Client) - Method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.User
 
isValid() - Method in class lithium.community.android.sdk.model.response.LiUser
 
isValid(LiClientManager.Client) - Method in class lithium.community.android.sdk.queryutil.LiQueryClause
 
iterableToString(Iterable<String>) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 

J

JSON_DESERIALIZATION_ERROR - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.GeneralErrors
Indicates a problem occurred deserializing JSON.
JSON_SERIALIZATION_ERROR - Static variable in class lithium.community.android.sdk.exception.LiSDKErrorCodes
 
JSON_SYNTAX_ERROR - Static variable in class lithium.community.android.sdk.exception.LiSDKErrorCodes
 
jsonDeserialize(JSONObject) - Static method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
jsonDeserialize(JSONObject) - Static method in class lithium.community.android.sdk.model.response.LiUser
 
jsonSerializationError(String) - Static method in exception lithium.community.android.sdk.exception.LiRestResponseException
wrapping json serialization error
jsonSerialize() - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
Produces a JSON string representation of the token response for persistent storage or local transmission (e.g.
jsonSerialize() - Method in class lithium.community.android.sdk.model.response.LiUser
Produces a JSON string representation of the token response for persistent storage or local transmission (e.g.
jsonSyntaxError(String) - Static method in exception lithium.community.android.sdk.exception.LiRestResponseException
wrapping json syntax error

K

KEY_CODE - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
 
KEY_ERROR - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
 
KEY_ERROR_DESCRIPTION - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
 
KEY_ERROR_URI - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
 
KEY_TYPE - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
 

L

LI_ACCEPT_SOLUTION_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_APPLICATION_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_ARTICLES_BROWSE_CLIENT_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_ARTICLES_BROWSE_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_ARTICLES_CLIENT_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_ARTICLES_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_AUTH_STATE - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_BEACON_TARGET_TYPE_BOARD - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_BEACON_TARGET_TYPE_CATEGORY - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_BEACON_TARGET_TYPE_CONVERSATION - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_BEACON_TARGET_TYPE_NODE - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_BEACON_TARGET_TYPE_USER - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_BROWSE_BY_DEPTH_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_BROWSE_CLIENT_BASE_LIQL - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_BROWSE_CLIENT_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_BROWSE_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_CATEGORY_CLIENT_BASE_LIQL - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_CATEGORY_CLIENT_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_CATEGORY_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_DEFAULT_SDK_SETTINGS - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_DEVICE_ID - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_FLOATED_MESSAGE_CLIENT_BASE_LIQL - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_FLOATED_MESSAGE_CLIENT_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_FLOATED_MESSAGE_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_FOR_UI_SEARCH - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_GENERIC_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_IMAGE_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_INSERT_IMAGE_MACRO - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_KUDO_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_LINE_SEPARATOR - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_LOG_TAG - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_MARK_ABUSE_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_MARK_AS_READ - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_MARK_MESSAGE_CLIENT_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_MESSAGE_BY_IDS_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_MESSAGE_CHILDREN_CLIENT_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_MESSAGE_CHILDREN_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_MESSAGE_CLIENT_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_MESSAGE_CONVERSATION_BASE_LIQL - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_MESSAGE_LIST_BASE_LIQL - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_MESSAGE_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_MESSAGE_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_MIN_IMAGE_SIZE_TO_COMPRESS - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_POST_QUESTION_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_QUESTIONS_CLIENT_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_QUESTIONS_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_RECEIVER_DEVICE_ID - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_REPLY_MESSAGE_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_REQUEST_APPLICATION_IDENTIFIER - Static variable in class lithium.community.android.sdk.rest.LiRequestHeaderConstants
 
LI_REQUEST_APPLICATION_VERSION - Static variable in class lithium.community.android.sdk.rest.LiRequestHeaderConstants
 
LI_REQUEST_CLIENT_ID - Static variable in class lithium.community.android.sdk.rest.LiRequestHeaderConstants
 
LI_REQUEST_CONTENT_TYPE - Static variable in class lithium.community.android.sdk.rest.LiRequestHeaderConstants
 
LI_REQUEST_VISIT_LAST_ISSUE_TIME - Static variable in class lithium.community.android.sdk.rest.LiRequestHeaderConstants
 
LI_REQUEST_VISIT_ORIGIN_TIME - Static variable in class lithium.community.android.sdk.rest.LiRequestHeaderConstants
 
LI_REQUEST_VISITOR_ID - Static variable in class lithium.community.android.sdk.rest.LiRequestHeaderConstants
 
LI_SDK_SETTINGS_CLIENT_BASE_LIQL - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_SDK_SETTINGS_CLIENT_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_SDK_SETTINGS_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_SEARCH_CLIENT_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_SEARCH_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_SHARED_PREFERENCES_NAME - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_SSO_TOKEN - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_SUBSCRIPTION_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_SUBSCRIPTIONS_CLIENT_BASE_LIQL - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_SUBSCRIPTIONS_CLIENT_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_SUBSCRIPTTION_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_USER_DETAILS_CLIENT_BASE_LIQL - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_USER_DETAILS_CLIENT_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_USER_DETAILS_QUERYSETTINGS_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_USER_DEVICE_ID_FETCH_TYPE - Static variable in class lithium.community.android.sdk.utils.LiQueryConstant
 
LI_VISIT_LAST_ISSUE_TIME_KEY - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_VISIT_ORIGIN_TIME_KEY - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LI_VISITOR_ID - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LiAcceptSolutionClientRequestParams(Context, Long) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiAcceptSolutionClientRequestParams
LiAcceptSolutionModel - Class in lithium.community.android.sdk.model.post
Request body for POST call to accept a message as a solution.
LiAcceptSolutionModel() - Constructor for class lithium.community.android.sdk.model.post.LiAcceptSolutionModel
 
LiAppCredentials - Class in lithium.community.android.sdk.auth
A credentials object representing client application developer key and secret.
LiAppCredentials.Builder - Class in lithium.community.android.sdk.auth
Creates instances of LiAppCredentials.
LiAppSdkSettings - Class in lithium.community.android.sdk.model.response
Data Model for GET call to fetch sdk settings from community.
LiAppSdkSettings() - Constructor for class lithium.community.android.sdk.model.response.LiAppSdkSettings
 
LiAsyncRequestCallback<T> - Interface in lithium.community.android.sdk.rest
Request call back to use for activities that require async response processing.
LiAuthAsyncRequestCallback<T> - Interface in lithium.community.android.sdk.rest
Request call back to use for activities that require async response processing.
LiAuthConstants - Class in lithium.community.android.sdk.auth
This class bears all the constants used for Authorization purpose.
LiAuthConstants() - Constructor for class lithium.community.android.sdk.auth.LiAuthConstants
 
LiAuthorizationException - Exception in lithium.community.android.sdk.auth
Returned as a response to OAuth2 requests if they fail.
LiAuthorizationException(int, int, String, String, Uri, Throwable) - Constructor for exception lithium.community.android.sdk.auth.LiAuthorizationException
Instantiates an authorization request with optional root cause information.
LiAuthorizationException.AuthorizationRequestErrors - Class in lithium.community.android.sdk.auth
Error codes related to failed authorization requests.
LiAuthorizationException.GeneralErrors - Class in lithium.community.android.sdk.auth
Error codes specific to AppAuth for Android, rather than those defined in the OAuth2 and OpenID specifications.
LiAuthorizationException.RegistrationRequestErrors - Class in lithium.community.android.sdk.auth
Error codes related to failed registration requests.
LiAuthorizationException.TokenRequestErrors - Class in lithium.community.android.sdk.auth
Error codes related to failed token requests.
LiAuthRestClient - Class in lithium.community.android.sdk.rest
This client is used for catering to Authorization request.
LiAuthRestClient() - Constructor for class lithium.community.android.sdk.rest.LiAuthRestClient
 
LiAuthService - Interface in lithium.community.android.sdk.auth
Auth service interface to do token exchange and refresh.
LiAuthService.FreshTokenCallBack - Interface in lithium.community.android.sdk.auth
Callback interface for token endpoint requests.
LiAuthService.LiTokenResponseCallback - Interface in lithium.community.android.sdk.auth
 
LiAuthService.LoginCompleteCallBack - Interface in lithium.community.android.sdk.auth
Callback interface after login process is done.
LiAuthServiceImpl - Class in lithium.community.android.sdk.auth
Implementation class for LiAuthService.
LiAuthServiceImpl(Context) - Constructor for class lithium.community.android.sdk.auth.LiAuthServiceImpl
Constructor for non SSO flow
LiAuthTokenProvider - Interface in lithium.community.android.sdk.auth
Auth token provider interface.
LiAvatar - Class in lithium.community.android.sdk.model.helpers
This data model represents profile of user.
LiAvatar() - Constructor for class lithium.community.android.sdk.model.helpers.LiAvatar
 
LiBaseAuthActivity - Class in lithium.community.android.sdk.auth
It is a base activity use to extract Auth code and save access token.
LiBaseAuthActivity() - Constructor for class lithium.community.android.sdk.auth.LiBaseAuthActivity
 
LiBaseDeleteClient - Class in lithium.community.android.sdk.api
This client is use to handle DELETE requests.
LiBaseDeleteClient(Context, String) - Constructor for class lithium.community.android.sdk.api.LiBaseDeleteClient
 
LiBaseGetClient - Class in lithium.community.android.sdk.api
All "get" clients are implemented in same way.
LiBaseGetClient(Context, String, String, String, Class<? extends LiBaseModel>) - Constructor for class lithium.community.android.sdk.api.LiBaseGetClient
 
LiBaseGetClient(Context, String, String, String, Class<? extends LiBaseModel>, String) - Constructor for class lithium.community.android.sdk.api.LiBaseGetClient
 
LiBaseGetClient(Context, String, String, Class<? extends LiBaseModel>, LiQueryRequestParams) - Constructor for class lithium.community.android.sdk.api.LiBaseGetClient
 
LiBaseModel - Interface in lithium.community.android.sdk.model
This model will be extended by GET models.
LiBaseModelImpl - Class in lithium.community.android.sdk.model
Lithium response base model.
LiBaseModelImpl() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl
 
LiBaseModelImpl.LiBoolean - Class in lithium.community.android.sdk.model
 
LiBaseModelImpl.LiCount - Class in lithium.community.android.sdk.model
 
LiBaseModelImpl.LiDate - Class in lithium.community.android.sdk.model
 
LiBaseModelImpl.LiDateInstant - Class in lithium.community.android.sdk.model
 
LiBaseModelImpl.LiFloat - Class in lithium.community.android.sdk.model
 
LiBaseModelImpl.LiInt - Class in lithium.community.android.sdk.model
 
LiBaseModelImpl.LiInteger - Class in lithium.community.android.sdk.model
 
LiBaseModelImpl.LiLong - Class in lithium.community.android.sdk.model
 
LiBaseModelImpl.LiMimeType - Class in lithium.community.android.sdk.model
 
LiBaseModelImpl.LiModerationStatusType - Class in lithium.community.android.sdk.model
 
LiBaseModelImpl.LiPrivacyLevelValue - Class in lithium.community.android.sdk.model
 
LiBaseModelImpl.LiString - Class in lithium.community.android.sdk.model
 
LiBaseModelImpl.LiSum - Class in lithium.community.android.sdk.model
 
LiBasePostClient - Class in lithium.community.android.sdk.api
All "post" clients are implemented in same way.
LiBasePostClient(Context, String) - Constructor for class lithium.community.android.sdk.api.LiBasePostClient
Constructor used for normal POST call.
LiBasePostClient(Context, String, Map<String, String>) - Constructor for class lithium.community.android.sdk.api.LiBasePostClient
Constructor used for normal POST call.
LiBasePostClient(Context, String, String, String) - Constructor for class lithium.community.android.sdk.api.LiBasePostClient
Constructor used for making POST call to upload image.
LiBasePostModel - Class in lithium.community.android.sdk.model.post
Created by kunal.shrivastava on 10/26/16.
LiBasePostModel() - Constructor for class lithium.community.android.sdk.model.post.LiBasePostModel
 
LiBasePostModel.Data - Class in lithium.community.android.sdk.model.post
 
LiBasePutClient - Class in lithium.community.android.sdk.api
All "put" clients are implemented in same way.
LiBasePutClient(Context, String) - Constructor for class lithium.community.android.sdk.api.LiBasePutClient
 
LiBasePutClient(Context, String, Map<String, String>) - Constructor for class lithium.community.android.sdk.api.LiBasePutClient
 
LiBaseResponse - Class in lithium.community.android.sdk.rest
Base response object that encapsulates Lithium community json response
LiBaseResponse() - Constructor for class lithium.community.android.sdk.rest.LiBaseResponse
 
LiBaseResponse(Response) - Constructor for class lithium.community.android.sdk.rest.LiBaseResponse
Wrapping OkHttp response to LiBaseResponse.
LiBaseRestRequest - Class in lithium.community.android.sdk.rest
Base rest request to community
LiBaseRestRequest(Context, LiBaseRestRequest.RestMethod, String, RequestBody, Map<String, String>, boolean) - Constructor for class lithium.community.android.sdk.rest.LiBaseRestRequest
 
LiBaseRestRequest(Context, LiBaseRestRequest.RestMethod, RequestBody, Map<String, String>, boolean) - Constructor for class lithium.community.android.sdk.rest.LiBaseRestRequest
 
LiBaseRestRequest.RestMethod - Enum in lithium.community.android.sdk.rest
Enumeration for all HTTP methods.
LiBeaconPostClientRequestParams(Context) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiBeaconPostClientRequestParams
LiBoard - Class in lithium.community.android.sdk.model.helpers
A board is the parent of a conversation (a thread of topic messages and replies).
LiBoard() - Constructor for class lithium.community.android.sdk.model.helpers.LiBoard
 
LiBoardsByDepthClientRequestParams(Context, int) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiBoardsByDepthClientRequestParams
LiBoolean() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl.LiBoolean
 
LiBrowse - Class in lithium.community.android.sdk.model.response
Data Model for GET call for displaying contents to browse.
LiBrowse() - Constructor for class lithium.community.android.sdk.model.response.LiBrowse
 
LiCallTask - Class in lithium.community.android.sdk.rest
 
LiCallTask(Call) - Constructor for class lithium.community.android.sdk.rest.LiCallTask
 
LiCategoryBoardsClientRequestParams(Context, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCategoryBoardsClientRequestParams
LiCategoryClientRequestParams(Context) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCategoryClientRequestParams
LiClient - Interface in lithium.community.android.sdk.api
Created by kunal.shrivastava on 11/2/16.
LiClientConfig - Class in lithium.community.android.sdk.queryutil
This is config class for all the api providers(client).
LiClientConfig() - Constructor for class lithium.community.android.sdk.queryutil.LiClientConfig
 
LiClientManager - Class in lithium.community.android.sdk.manager
This class acts as a manager to hold and refresh the user's authentication state.
LiClientManager() - Constructor for class lithium.community.android.sdk.manager.LiClientManager
 
LiClientManager.Client - Enum in lithium.community.android.sdk.manager
Enum of all clients.
LiClientManager.CollectionsType - Enum in lithium.community.android.sdk.manager
Enum of all collection types.
LiClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams(Context) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams
 
LiClientRequestParams.LiAcceptSolutionClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiBeaconPostClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiBoardsByDepthClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiCategoryBoardsClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiCategoryClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiCreateMessageClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiCreateReplyClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiCreateUserParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiDeleteSubscriptionParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiDeviceIdFetchClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiDeviceIdUpdateClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiFloatedMessagesClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiGenericDeleteClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiGenericLiqlClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiGenericNoLiqlClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiGenericPostClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiGenericPutClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiGenericQueryParamsClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiKudoClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiMarkMessageParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiMarkMessagesParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiMarkTopicParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiMessageClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiMessageDeleteClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiMessagesByBoardIdClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiMessagesByIdsClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiMessagesClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiPostSubscriptionParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiRepliesClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiReportAbuseClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiSdkSettingsClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiSearchClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiUnKudoClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiUpdateMessageClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiUpdateUserParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiUploadImageClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiUserDetailsClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiUserMessagesClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientRequestParams.LiUserSubscriptionsClientRequestParams - Class in lithium.community.android.sdk.model.request
 
LiClientResponse<T> - Interface in lithium.community.android.sdk.rest
Extracts response parameters from LiBaseResponse Created by shoureya.kant on 11/21/16.
LiClock - Interface in lithium.community.android.sdk.utils
Simple time interface used for deterministic testing.
LiConversation - Class in lithium.community.android.sdk.model.helpers
This data model represents conversation of user.
LiConversation() - Constructor for class lithium.community.android.sdk.model.helpers.LiConversation
 
LiCoreSDKConstants - Class in lithium.community.android.sdk.utils
Created by sumit.pannalall on 1/16/17.
LiCoreSDKConstants() - Constructor for class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LiCoreSDKUtils - Class in lithium.community.android.sdk.utils
Utility class for common operations.
LiCount() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl.LiCount
 
LiCreateMessageClientRequestParams(Context, String, String, String, String, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateMessageClientRequestParams
LiCreateReplyClientRequestParams(Context, String, String, Long, String, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateReplyClientRequestParams
LiCreateUpdateUserModel - Class in lithium.community.android.sdk.model.post
Created by shoureya.kant on 3/29/17.
LiCreateUpdateUserModel() - Constructor for class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
LiCreateUserParams(Context, String, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
LiDate() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl.LiDate
 
LiDateInstant() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl.LiDateInstant
 
LiDefaultQueryHelper - Class in lithium.community.android.sdk.queryutil
This class is use to fetch default query settings for LIQL calls from the 'raw' package of the core SDK.
LiDeleteClientResponse - Class in lithium.community.android.sdk.rest
Wrapper for LiBaseResponse to DELETE response.
LiDeleteClientResponse(LiBaseResponse) - Constructor for class lithium.community.android.sdk.rest.LiDeleteClientResponse
 
LiDeleteSubscriptionParams(Context, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiDeleteSubscriptionParams
 
LiDeviceIdFetchClientRequestParams(Context, String, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiDeviceIdFetchClientRequestParams
LiDeviceIdUpdateClientRequestParams(Context, String, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiDeviceIdUpdateClientRequestParams
LiDeviceTokenProvider - Interface in lithium.community.android.sdk.auth
Created by Lithium Technologies Inc on 7/10/17.
LiFirebaseMessagingService - Class in lithium.community.android.sdk.notification
This class is for receiving a notification from FireBase and showing it on the notification bar of the device.
LiFirebaseMessagingService() - Constructor for class lithium.community.android.sdk.notification.LiFirebaseMessagingService
 
LiFloat() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl.LiFloat
 
LiFloatedMessageModel - Class in lithium.community.android.sdk.model.response
Data Model for GET call to fetch pinned message for a user.
LiFloatedMessageModel() - Constructor for class lithium.community.android.sdk.model.response.LiFloatedMessageModel
 
LiFloatedMessagesClientRequestParams(Context, String, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiFloatedMessagesClientRequestParams
LiGenericDeleteClientRequestParams(Context, LiClientManager.CollectionsType, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericDeleteClientRequestParams
LiGenericDeleteClientRequestParams(Context, LiClientManager.CollectionsType, String, Map<String, String>) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericDeleteClientRequestParams
 
LiGenericDeleteClientRequestParams(Context, LiClientManager.CollectionsType, String, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericDeleteClientRequestParams
 
LiGenericDeleteClientRequestParams(Context, LiClientManager.CollectionsType, String, String, Map<String, String>) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericDeleteClientRequestParams
 
LiGenericLiqlClientRequestParams(Context, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericLiqlClientRequestParams
LiGenericNoLiqlClientRequestParams(Context, String, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericNoLiqlClientRequestParams
LiGenericPostClientRequestParams(Context, String, JsonElement, Map<String, String>) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPostClientRequestParams
LiGenericPostClientRequestParams(Context, String, JsonElement) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPostClientRequestParams
LiGenericPostModel - Class in lithium.community.android.sdk.model.post
Request body for making any POST call.
LiGenericPostModel() - Constructor for class lithium.community.android.sdk.model.post.LiGenericPostModel
 
LiGenericPutClientRequestParams(Context, String, JsonObject) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPutClientRequestParams
LiGenericPutClientRequestParams(Context, String, JsonObject, Map<String, String>) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPutClientRequestParams
LiGenericPutModel - Class in lithium.community.android.sdk.model.post
Request body for making any PUT call.
LiGenericPutModel() - Constructor for class lithium.community.android.sdk.model.post.LiGenericPutModel
 
LiGenericQueryParamsClientRequestParams(Context, LiQueryRequestParams) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericQueryParamsClientRequestParams
LiGetClientResponse - Class in lithium.community.android.sdk.rest
Wrapper for LiBaseResponse to GET response.
LiGetClientResponse(LiBaseResponse, String, Class<? extends LiBaseModel>, Gson) - Constructor for class lithium.community.android.sdk.rest.LiGetClientResponse
 
LiImage - Class in lithium.community.android.sdk.model.helpers
A media image asset
LiImage() - Constructor for class lithium.community.android.sdk.model.helpers.LiImage
 
LiImageMetaData - Class in lithium.community.android.sdk.model.helpers
Media image meta data model.
LiImageMetaData() - Constructor for class lithium.community.android.sdk.model.helpers.LiImageMetaData
 
LiImageUtils - Class in lithium.community.android.sdk.utils
Created by Lithium Technologies Inc on 6/22/17.
LiImageUtils() - Constructor for class lithium.community.android.sdk.utils.LiImageUtils
 
LiInt() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl.LiInt
 
LiInteger() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl.LiInteger
 
LiKudoClientRequestParams(Context, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiKudoClientRequestParams
LiKudoMetrics - Class in lithium.community.android.sdk.model.helpers
Kudo count metrics
LiKudoMetrics() - Constructor for class lithium.community.android.sdk.model.helpers.LiKudoMetrics
 
LiLoginActivity - Class in lithium.community.android.sdk.auth
Activity that receives the redirect Uri sent by the OpenID endpoint.
LiLoginActivity() - Constructor for class lithium.community.android.sdk.auth.LiLoginActivity
 
LiLong() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl.LiLong
 
LiMarkAbuseModel - Class in lithium.community.android.sdk.model.post
Data Model for marking a message as abusive.
LiMarkAbuseModel() - Constructor for class lithium.community.android.sdk.model.post.LiMarkAbuseModel
 
LiMarkMessageModel - Class in lithium.community.android.sdk.model.post
Created by saiteja.tokala on 4/03/17.
LiMarkMessageModel() - Constructor for class lithium.community.android.sdk.model.post.LiMarkMessageModel
 
LiMarkMessageParams(Context, String, String, boolean) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMarkMessageParams
LiMarkMessagesModel - Class in lithium.community.android.sdk.model.post
Created by saiteja.tokala on 4/03/17.
LiMarkMessagesModel() - Constructor for class lithium.community.android.sdk.model.post.LiMarkMessagesModel
 
LiMarkMessagesParams(Context, String, String, boolean) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMarkMessagesParams
LiMarkTopicModel - Class in lithium.community.android.sdk.model.post
Created by saiteja.tokala on 4/03/17.
LiMarkTopicModel() - Constructor for class lithium.community.android.sdk.model.post.LiMarkTopicModel
 
LiMarkTopicParams(Context, String, String, boolean) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMarkTopicParams
LiMessage - Class in lithium.community.android.sdk.model.response
A message represents any kind of post made to the community using one of the Lithium conversation styles.
LiMessage() - Constructor for class lithium.community.android.sdk.model.response.LiMessage
 
LiMessageClientRequestParams(Context, Long) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessageClientRequestParams
LiMessageDeleteClientRequestParams(Context, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessageDeleteClientRequestParams
LiMessageDeleteClientRequestParams(Context, String, boolean) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessageDeleteClientRequestParams
LiMessageMetrics - Class in lithium.community.android.sdk.model.helpers
Metrics about the message.
LiMessageMetrics() - Constructor for class lithium.community.android.sdk.model.helpers.LiMessageMetrics
 
LiMessagesByBoardIdClientRequestParams(Context, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessagesByBoardIdClientRequestParams
LiMessagesByIdsClientRequestParams(Context, Set<String>) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessagesByIdsClientRequestParams
LiMessagesClientRequestParams(Context) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessagesClientRequestParams
LiMimeType() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl.LiMimeType
 
LiModerationStatus - Enum in lithium.community.android.sdk.model.helpers
The moderation status of the message.
LiModerationStatusType() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl.LiModerationStatusType
 
LiNotificationPayload - Class in lithium.community.android.sdk.notification
Display components of push notification.
LiNotificationPayload() - Constructor for class lithium.community.android.sdk.notification.LiNotificationPayload
 
LiNotificationProvider - Interface in lithium.community.android.sdk.notification
Notification Provider Interface.
LiNotificationProviderImpl - Class in lithium.community.android.sdk.notification
This class is used to update device id corresponding to 'id' in the community side when onIdRefresh is called.
LiNotificationProviderImpl() - Constructor for class lithium.community.android.sdk.notification.LiNotificationProviderImpl
 
LiPostClientResponse - Class in lithium.community.android.sdk.rest
Wrapper for LiBaseResponse to POST response.
LiPostClientResponse(LiBaseResponse) - Constructor for class lithium.community.android.sdk.rest.LiPostClientResponse
 
LiPostKudoModel - Class in lithium.community.android.sdk.model.post
Created by shoureya.kant on 10/26/16.
LiPostKudoModel() - Constructor for class lithium.community.android.sdk.model.post.LiPostKudoModel
 
LiPostMessageModel - Class in lithium.community.android.sdk.model.post
Request body for POST call to post a question.
LiPostMessageModel() - Constructor for class lithium.community.android.sdk.model.post.LiPostMessageModel
 
LiPostModel - Interface in lithium.community.android.sdk.model.post
Created by kunal.shrivastava on 10/26/16.
LiPostSubscriptionParams(Context, LiBaseModel) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiPostSubscriptionParams
LiPostSubscriptionParams(Context, String, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiPostSubscriptionParams
LiPrivacyLevel - Enum in lithium.community.android.sdk.model.helpers
This enum depicts privacy levels.
LiPrivacyLevelValue() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl.LiPrivacyLevelValue
 
LiPutClientResponse - Class in lithium.community.android.sdk.rest
Wrapper for LiBaseResponse to PUT response.
LiPutClientResponse(LiBaseResponse) - Constructor for class lithium.community.android.sdk.rest.LiPutClientResponse
 
LiQueryBuilder - Class in lithium.community.android.sdk.queryutil
Created by kunal.shrivastava on 10/19/16.
LiQueryBuilder() - Constructor for class lithium.community.android.sdk.queryutil.LiQueryBuilder
 
LiQueryClause - Class in lithium.community.android.sdk.queryutil
This class is used to set parameters for the where clause in the LIQL.
LiQueryClause(LiQuerySetting.LiWhereClause, LiQueryWhereClause.ClientWhereKeyColumn, String, String) - Constructor for class lithium.community.android.sdk.queryutil.LiQueryClause
 
LiQueryConstant - Class in lithium.community.android.sdk.utils
This class has LIQL, TYPE and other constants.
LiQueryConstant() - Constructor for class lithium.community.android.sdk.utils.LiQueryConstant
 
LiQueryOrdering - Class in lithium.community.android.sdk.queryutil
This class specifies fields on which liQueryOrdering clause is allowed for different clients.
LiQueryOrdering(LiQueryOrdering.ClientOrderingColumn, LiQueryOrdering.Order) - Constructor for class lithium.community.android.sdk.queryutil.LiQueryOrdering
 
LiQueryOrdering.Articles - Enum in lithium.community.android.sdk.queryutil
Specifies parameter on which liQueryOrdering is allowed for LI_ARTICLES_CLIENT.
LiQueryOrdering.ClientOrderingColumn - Interface in lithium.community.android.sdk.queryutil
 
LiQueryOrdering.Order - Enum in lithium.community.android.sdk.queryutil
Only two types of liQueryOrdering is supported i.e Ascending or Descending.
LiQueryOrdering.Question - Enum in lithium.community.android.sdk.queryutil
Specifies field on which liQueryOrdering is allowed for LI_QUESTION_CLIENT.
LiQueryOrdering.Search - Enum in lithium.community.android.sdk.queryutil
Specifies field on which liQueryOrdering is allowed for LI_SEARCH_CLIENT.
LiQueryRequestParams - Class in lithium.community.android.sdk.queryutil
This class is used to process the where clause, liQueryOrdering and limit of the LIQL query.
LiQueryRequestParams.Builder - Class in lithium.community.android.sdk.queryutil
LiQuerySetting - Class in lithium.community.android.sdk.queryutil
Created by kunal.shrivastava on 10/18/16.
LiQuerySetting(ArrayList<LiQuerySetting.WhereClause>, LiQuerySetting.Ordering, int) - Constructor for class lithium.community.android.sdk.queryutil.LiQuerySetting
 
LiQuerySetting.LiClauses - Enum in lithium.community.android.sdk.queryutil
Allowed cluses on LIQL.
LiQuerySetting.LiWhereClause - Enum in lithium.community.android.sdk.queryutil
All allowed conditions in where clause.
LiQuerySetting.Ordering - Class in lithium.community.android.sdk.queryutil
Class for adding ordering clause.
LiQuerySetting.WhereClause - Class in lithium.community.android.sdk.queryutil
Class for adding where clause.
LiQueryValueReplacer - Class in lithium.community.android.sdk.queryutil
This class is used to replace special characters with actual values passed as parameters.
LiQueryValueReplacer() - Constructor for class lithium.community.android.sdk.queryutil.LiQueryValueReplacer
 
LiQueryWhereClause - Class in lithium.community.android.sdk.queryutil
Use to set fields for where clause for different clients.
LiQueryWhereClause() - Constructor for class lithium.community.android.sdk.queryutil.LiQueryWhereClause
 
LiQueryWhereClause.AppSdkSettings - Enum in lithium.community.android.sdk.queryutil
Specifies fields for where clause for LI_SDK_SETTINGS_CLIENT.
LiQueryWhereClause.ArticleBrowse - Enum in lithium.community.android.sdk.queryutil
Specifies fields for where clause for LI_ARTICLES_BROWSE_CLIENT.
LiQueryWhereClause.Articles - Enum in lithium.community.android.sdk.queryutil
Specifies fields for where clause for LI_ARTICLES_CLIENT.
LiQueryWhereClause.Category - Enum in lithium.community.android.sdk.queryutil
Specifies fields for where clause for LI_CATEGORY_CLIENT.
LiQueryWhereClause.ClientWhereKeyColumn - Interface in lithium.community.android.sdk.queryutil
 
LiQueryWhereClause.FloatedMessage - Enum in lithium.community.android.sdk.queryutil
Specifies fields for where clause for LI_FLOATED_MESSAGES_CLIENT.
LiQueryWhereClause.Message - Enum in lithium.community.android.sdk.queryutil
Specifies fields for where clause for LI_MESSAGE_CLIENT.
LiQueryWhereClause.MessageById - Enum in lithium.community.android.sdk.queryutil
Specifies fields for where clause for LI_MESSAGE_CLIENT.
LiQueryWhereClause.MessageChildren - Enum in lithium.community.android.sdk.queryutil
Specifies fields for where clause for LI_MESSAGE_CHILDREN_CLIENT.
LiQueryWhereClause.Node - Enum in lithium.community.android.sdk.queryutil
Specifies fields for where clause for LI_BROWSE_CLIENT.
LiQueryWhereClause.Question - Enum in lithium.community.android.sdk.queryutil
Specifies fields for where clause for LI_QUESTION_CLIENT.
LiQueryWhereClause.Search - Enum in lithium.community.android.sdk.queryutil
Specifies fields for where clause for LI_SEARCH_CLIENT.
LiQueryWhereClause.Subscription - Enum in lithium.community.android.sdk.queryutil
Specifies fields for where clause for LI_SUBSCRIPTION_CLIENT.
LiQueryWhereClause.User - Enum in lithium.community.android.sdk.queryutil
Specifies fields for where clause for LI_USER_DETAILS_CLIENT.
LiRanking - Class in lithium.community.android.sdk.model.helpers
A rank model represents a way to recognize and reward community members' achievements.
LiRanking() - Constructor for class lithium.community.android.sdk.model.helpers.LiRanking
 
LiRankingDisplay - Class in lithium.community.android.sdk.model.helpers
This model represents how a user's rank appears in the community.
LiRankingDisplay() - Constructor for class lithium.community.android.sdk.model.helpers.LiRankingDisplay
 
LiRefreshTokenRequest - Class in lithium.community.android.sdk.auth
Request to get Access Token from Refresh Token.
LiRefreshTokenRequest() - Constructor for class lithium.community.android.sdk.auth.LiRefreshTokenRequest
 
LiReplies - Class in lithium.community.android.sdk.model.helpers
Created by Lithium Technologies Inc on 8/1/17.
LiReplies() - Constructor for class lithium.community.android.sdk.model.helpers.LiReplies
 
LiRepliesClientRequestParams(Context, Long) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiRepliesClientRequestParams
LiReplyMessageModel - Class in lithium.community.android.sdk.model.post
Request body for POST call to reply to a message.
LiReplyMessageModel() - Constructor for class lithium.community.android.sdk.model.post.LiReplyMessageModel
 
LiReportAbuseClientRequestParams(Context, String, String, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiReportAbuseClientRequestParams
LiRequestHeaderConstants - Class in lithium.community.android.sdk.rest
Created by Lithium Technologies Inc on 8/31/17.
LiRequestHeaderConstants() - Constructor for class lithium.community.android.sdk.rest.LiRequestHeaderConstants
 
LiRestClient - Class in lithium.community.android.sdk.rest
Base rest client.
LiRestClient() - Constructor for class lithium.community.android.sdk.rest.LiRestClient
 
LiRestResponseException - Exception in lithium.community.android.sdk.exception
Wrapper rest api error responses.
LiRestResponseException(int, String, int) - Constructor for exception lithium.community.android.sdk.exception.LiRestResponseException
Instantiates an authorization request with optional root cause information.
LiRestv2Client - Class in lithium.community.android.sdk.rest
Rest v2 client for community.
LiRestV2Request - Class in lithium.community.android.sdk.rest
Rest v2 request.
LiRestV2Request(Context, String, String, Map<String, String>, boolean) - Constructor for class lithium.community.android.sdk.rest.LiRestV2Request
Preparing rest v2 request for GET call.
LiRestV2Request(Context, String, String) - Constructor for class lithium.community.android.sdk.rest.LiRestV2Request
Preparing rest v2 request for GET call when no additional headers are present.
LiRestV2Request(Context, LiBaseRestRequest.RestMethod, String, Map<String, String>) - Constructor for class lithium.community.android.sdk.rest.LiRestV2Request
Preparing rest v2 request for POST call.
LiRestV2Request(Context) - Constructor for class lithium.community.android.sdk.rest.LiRestV2Request
Preparing rest v2 request for DELETE call.
LiSDKErrorCodes - Class in lithium.community.android.sdk.exception
SDK error codes to expose to the calling application.
LiSDKErrorCodes() - Constructor for class lithium.community.android.sdk.exception.LiSDKErrorCodes
 
LiSDKManager - Class in lithium.community.android.sdk.manager
Interface to Lithium Community Android SDK.
LiSdkSettingsClientRequestParams(Context, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiSdkSettingsClientRequestParams
LiSearch - Class in lithium.community.android.sdk.model.response
Data Model for GET call to search in app.
LiSearch() - Constructor for class lithium.community.android.sdk.model.response.LiSearch
 
LiSearchClientRequestParams(Context, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiSearchClientRequestParams
LiSSOAuthorizationRequest - Class in lithium.community.android.sdk.auth
Request for Authorization for SSO flow.
LiSSOAuthorizationRequest() - Constructor for class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
LiSSOAuthResponse - Class in lithium.community.android.sdk.auth
Response class of LiSSOAuthorizationRequest.
LiSSOAuthResponse() - Constructor for class lithium.community.android.sdk.auth.LiSSOAuthResponse
 
LiSSOTokenRequest - Class in lithium.community.android.sdk.auth
Request class to fetch Access and Refresh Tokens.
LiSSOTokenRequest() - Constructor for class lithium.community.android.sdk.auth.LiSSOTokenRequest
 
LiString() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl.LiString
 
LiSubscriptionPostModel - Class in lithium.community.android.sdk.model.post
Created by shoureya.kant on 3/30/17.
LiSubscriptionPostModel() - Constructor for class lithium.community.android.sdk.model.post.LiSubscriptionPostModel
 
LiSubscriptionPostModel.Target - Class in lithium.community.android.sdk.model.post
 
LiSubscriptions - Class in lithium.community.android.sdk.model.response
Data Model for GET call to fetch messages a user is subscribed to.
LiSubscriptions() - Constructor for class lithium.community.android.sdk.model.response.LiSubscriptions
 
LiSum() - Constructor for class lithium.community.android.sdk.model.LiBaseModelImpl.LiSum
 
LiSystemClock - Class in lithium.community.android.sdk.utils
Default implementation of clock which wraps System.currentTimeMillis.
LiTargetModel - Interface in lithium.community.android.sdk.model.response
Created by kunal.shrivastava on 11/4/16.
lithium.community.android.sdk.api - package lithium.community.android.sdk.api
 
lithium.community.android.sdk.auth - package lithium.community.android.sdk.auth
 
lithium.community.android.sdk.exception - package lithium.community.android.sdk.exception
 
lithium.community.android.sdk.manager - package lithium.community.android.sdk.manager
 
lithium.community.android.sdk.model - package lithium.community.android.sdk.model
 
lithium.community.android.sdk.model.helpers - package lithium.community.android.sdk.model.helpers
 
lithium.community.android.sdk.model.post - package lithium.community.android.sdk.model.post
 
lithium.community.android.sdk.model.request - package lithium.community.android.sdk.model.request
 
lithium.community.android.sdk.model.response - package lithium.community.android.sdk.model.response
 
lithium.community.android.sdk.notification - package lithium.community.android.sdk.notification
 
lithium.community.android.sdk.queryutil - package lithium.community.android.sdk.queryutil
 
lithium.community.android.sdk.rest - package lithium.community.android.sdk.rest
 
lithium.community.android.sdk.utils - package lithium.community.android.sdk.utils
 
LiTokenResponse - Class in lithium.community.android.sdk.auth
Response class for LiSSOTokenRequest.
LiTokenResponse() - Constructor for class lithium.community.android.sdk.auth.LiTokenResponse
 
LiUnKudoClientRequestParams(Context, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUnKudoClientRequestParams
LiUpdateMessageClientRequestParams(Context, String, String, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateMessageClientRequestParams
LiUpdateUserParams(Context) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
LiUploadImageClientRequestParams(Context, String, String, String, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUploadImageClientRequestParams
LiUploadImageModel - Class in lithium.community.android.sdk.model.post
Request body for POST call to upload an image to the community.
LiUploadImageModel() - Constructor for class lithium.community.android.sdk.model.post.LiUploadImageModel
 
LiUriUtils - Class in lithium.community.android.sdk.utils
Its a Util class with operations related to Uri.
LiUriUtils() - Constructor for class lithium.community.android.sdk.utils.LiUriUtils
 
LiUser - Class in lithium.community.android.sdk.model.response
A user model represents anonymous and registered community user.
LiUser() - Constructor for class lithium.community.android.sdk.model.response.LiUser
 
LiUserContext - Class in lithium.community.android.sdk.model.helpers
This data model provides permissions a user has.
LiUserContext() - Constructor for class lithium.community.android.sdk.model.helpers.LiUserContext
 
LiUserDetailsClientRequestParams(Context, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUserDetailsClientRequestParams
LiUserDeviceDataModel - Class in lithium.community.android.sdk.model.post
Request body for POST call to fetch 'id' corresonding to device id.
LiUserDeviceDataModel() - Constructor for class lithium.community.android.sdk.model.post.LiUserDeviceDataModel
 
LiUserDeviceIdUpdateModel - Class in lithium.community.android.sdk.model.post
Request body for POST call to update device id corresponding to id.
LiUserDeviceIdUpdateModel() - Constructor for class lithium.community.android.sdk.model.post.LiUserDeviceIdUpdateModel
 
LiUserMessagesClientRequestParams(Context, Long, String) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUserMessagesClientRequestParams
LiUserSubscriptionsClientRequestParams(Context) - Constructor for class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUserSubscriptionsClientRequestParams
LiUUIDUtils - Class in lithium.community.android.sdk.utils
On LIA side fetching is done bu UUID, so this class converts UUID to Client Id.
LOG_TAG - Static variable in class lithium.community.android.sdk.auth.LiAuthConstants
 
LOGIN_RESULT - Static variable in class lithium.community.android.sdk.auth.LiAuthConstants
 
LOGIN_RESULT - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 
LOGIN_RESULT_CODE - Static variable in class lithium.community.android.sdk.utils.LiCoreSDKConstants
 

M

mContext - Variable in class lithium.community.android.sdk.auth.LiAuthServiceImpl
 
MEDIA_TYPE_JSON - Static variable in class lithium.community.android.sdk.rest.LiBaseRestRequest
application/json media type

N

NETWORK_ERROR - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.GeneralErrors
Indicates a network error occurred.
NETWORK_ERROR - Static variable in class lithium.community.android.sdk.exception.LiSDKErrorCodes
 
networkError(String) - Static method in exception lithium.community.android.sdk.exception.LiRestResponseException
wrapping network error

O

onCreate(Bundle) - Method in class lithium.community.android.sdk.auth.LiLoginActivity
 
onError(Exception) - Method in interface lithium.community.android.sdk.rest.LiAsyncRequestCallback
This call back is used when Async request is not successful.
onError(Exception) - Method in interface lithium.community.android.sdk.rest.LiAuthAsyncRequestCallback
This call back is used when Async auth request is not successful.
onFreshTokenFetched(boolean) - Method in interface lithium.community.android.sdk.auth.LiAuthService.FreshTokenCallBack
 
onIdRefresh(String, Context) - Method in interface lithium.community.android.sdk.notification.LiNotificationProvider
This method is use to update device id with the new one generated by the push notification providers.
onIdRefresh(String, Context) - Method in class lithium.community.android.sdk.notification.LiNotificationProviderImpl
 
onLoginComplete(LiAuthorizationException, boolean) - Method in interface lithium.community.android.sdk.auth.LiAuthService.LoginCompleteCallBack
 
onMessageReceived(RemoteMessage) - Method in class lithium.community.android.sdk.notification.LiFirebaseMessagingService
 
onOptionsItemSelected(MenuItem) - Method in class lithium.community.android.sdk.auth.LiLoginActivity
 
onSuccess(LiBaseRestRequest, T) - Method in interface lithium.community.android.sdk.rest.LiAsyncRequestCallback
This call back is used when Async request is successful.
onSuccess(T) - Method in interface lithium.community.android.sdk.rest.LiAuthAsyncRequestCallback
This call back is used when Async auth request is successful.
onTokenRequestCompleted(LiTokenResponse, Exception) - Method in interface lithium.community.android.sdk.auth.LiAuthService.LiTokenResponseCallback
Invoked when the request completes successfully or fails.
Ordering() - Constructor for class lithium.community.android.sdk.queryutil.LiQuerySetting.Ordering
 
OTHER - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.AuthorizationRequestErrors
Indicates an OAuth error as per RFC 6749, but the error code is not known to the AppAuth for Android library.
OTHER - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.RegistrationRequestErrors
Indicates an OAuth error as per RFC 6749, but the error code is not known to the AppAuth for Android library.
OTHER - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.TokenRequestErrors
Indicates an OAuth error as per RFC 6749, but the error code is not known to the AppAuth for Android library.

P

PARAM_CLIENT_ID - Static variable in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
PARAM_ERROR - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
The OAuth2 parameter used to indicate the type of error during an authorization or token request.
PARAM_ERROR_DESCRIPTION - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
The OAuth2 parameter used to provide a human readable description of the error which occurred.
PARAM_ERROR_URI - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
The OAuth2 parameter used to provide a URI to a human-readable page which describes the error.
PARAM_REDIRECT_URI - Static variable in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
PARAM_RESPONSE_TYPE - Static variable in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
PARAM_STATE - Static variable in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
parseUriIfAvailable(String) - Static method in class lithium.community.android.sdk.utils.LiUriUtils
 
performAuthorizationRequest(LiSSOAuthorizationRequest) - Method in interface lithium.community.android.sdk.auth.LiAuthService
Initiates Authorization request (Non SSO).
performAuthorizationRequest(LiSSOAuthorizationRequest) - Method in class lithium.community.android.sdk.auth.LiAuthServiceImpl
Performs Authorization (Non SSO flow).
performRefreshTokenRequest(LiAuthService.LiTokenResponseCallback) - Method in interface lithium.community.android.sdk.auth.LiAuthService
Use to fetch Refresh token in an Async call.
performRefreshTokenRequest(LiAuthService.LiTokenResponseCallback) - Method in class lithium.community.android.sdk.auth.LiAuthServiceImpl
Fetching fresh access token from refresh token.
performSSOAuthorizationRequest(LiSSOAuthorizationRequest) - Method in interface lithium.community.android.sdk.auth.LiAuthService
Initiates Authorization request for SSO case.
performSSOAuthorizationRequest(LiSSOAuthorizationRequest) - Method in class lithium.community.android.sdk.auth.LiAuthServiceImpl
Performs Authorization (SSO flow).
performSyncRefreshTokenRequest() - Method in interface lithium.community.android.sdk.auth.LiAuthService
Use to fetch Refresh token in an Sync call.
performSyncRefreshTokenRequest() - Method in class lithium.community.android.sdk.auth.LiAuthServiceImpl
Fetching fresh access token from refresh token.
postModel - Variable in class lithium.community.android.sdk.api.LiBasePostClient
 
postModel - Variable in class lithium.community.android.sdk.api.LiBasePutClient
 
processAsync(LiAsyncRequestCallback) - Method in interface lithium.community.android.sdk.api.LiClient
Method to make client request an async call
processAsync(LiAsyncRequestCallback, String, String) - Method in interface lithium.community.android.sdk.api.LiClient
Method to make client request to upload an image in a async call
processAsync(LiBaseRestRequest, LiAsyncRequestCallback) - Method in class lithium.community.android.sdk.rest.LiRestClient
Makes Async Network call.
processAsync(LiBaseRestRequest, LiAsyncRequestCallback) - Method in class lithium.community.android.sdk.rest.LiRestv2Client
Makes Async call.
processSync() - Method in interface lithium.community.android.sdk.api.LiClient
Method to make client request a sync call
processSync(LiBaseRestRequest) - Method in class lithium.community.android.sdk.rest.LiRestClient
Makes Sync Network call.
processSync(LiBaseRestRequest) - Method in class lithium.community.android.sdk.rest.LiRestv2Client
Makes Sync call.
PROGRAM_CANCELED_AUTH_FLOW - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.GeneralErrors
Indicates an OAuth authorization flow was programmatically cancelled.
put(JSONObject, String, JSONObject) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Checks if json, field and value are non null and inserts into JSONObject.
put(JSONObject, String, int) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
put(JSONObject, String, String) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
put(JSONObject, String, JSONArray) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
putIfNotNull(JSONObject, String, String) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Checks if json and field are non null and inserts into JSONObject.
putIfNotNull(JSONObject, String, Long) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
putIfNotNull(JSONObject, String, Uri) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 

R

readInputStream(InputStream) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Read a string from an input stream.
refreshTokenAsync(Context, LiRefreshTokenRequest, LiAuthAsyncRequestCallback) - Method in class lithium.community.android.sdk.rest.LiAuthRestClient
Makes Async call to fetch fresh Access token from Refresh Token.
refreshTokenSync(Context, LiRefreshTokenRequest) - Method in class lithium.community.android.sdk.rest.LiAuthRestClient
Makes Sync call to fetch fresh Access token from Refresh Token.
RegistrationRequestErrors() - Constructor for class lithium.community.android.sdk.auth.LiAuthorizationException.RegistrationRequestErrors
 
replaceAll(String, String) - Method in class lithium.community.android.sdk.queryutil.LiQueryValueReplacer
Populates replacer map with character to replave and the value to be added.
reverseDomainName(Uri) - Static method in class lithium.community.android.sdk.utils.LiUriUtils
 
RUNTIME_ERROR - Static variable in class lithium.community.android.sdk.exception.LiSDKErrorCodes
 
runtimeError(String) - Static method in exception lithium.community.android.sdk.exception.LiRestResponseException
wrapping json runtime error

S

SDK_SUFFIX - Static variable in class lithium.community.android.sdk.auth.LiAppCredentials
 
sendLoginBroadcast(Context, boolean, int) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
 
SERVER_ERROR - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.AuthorizationRequestErrors
An server_error OAuth2 error response, equivalent to an HTTP 500 error code, but sent via redirect.
SERVER_ERROR - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.GeneralErrors
Indicates a server error occurred.
SERVER_TIMEOUT - Static variable in class lithium.community.android.sdk.rest.LiRestClient
 
service - Variable in class lithium.community.android.sdk.auth.LiBaseAuthActivity
 
setAcceptedOnUI(Boolean) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setAccessCode(String) - Method in class lithium.community.android.sdk.auth.LiSSOTokenRequest
 
setAccessToken(String) - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
setAdditionalHttpHeaders(Map<String, String>) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPostClientRequestParams
 
setAdditionalHttpHeaders(Map<String, String>) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPutClientRequestParams
 
setAdditionalInformation(String) - Method in class lithium.community.android.sdk.model.response.LiAppSdkSettings
 
setAnonymous(LiBaseModelImpl.LiBoolean) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setApiProxyHost(String) - Method in class lithium.community.android.sdk.auth.LiAppCredentials.Builder
 
setApiProxyHost(String) - Method in class lithium.community.android.sdk.auth.LiSSOAuthResponse
 
setApplicationType(String) - Method in class lithium.community.android.sdk.model.post.LiUserDeviceDataModel
 
setAppType(String) - Method in class lithium.community.android.sdk.model.response.LiAppSdkSettings
 
setAuthCode(String) - Method in class lithium.community.android.sdk.auth.LiSSOAuthResponse
 
setAuthor(LiUser) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setAuthorId(Long) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUserMessagesClientRequestParams
 
setAvatar(LiAvatar) - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
setAvatar(LiAvatar) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setAvatarExternal(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
setAvatarExternal(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
setAvatarImage(Object) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setAvatarImageId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
setAvatarImageId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
setAvatarInternal(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
setAvatarInternal(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
setAvatarUrl(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
setAvatarUrl(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
setAverageMessageRating(LiBaseModelImpl.LiFloat) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setAverageRating(LiBaseModelImpl.LiFloat) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setBanned(LiBaseModelImpl.LiBoolean) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setBiography(String) - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
setBiography(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
setBiography(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
setBlog(LiBaseModelImpl.LiBoolean) - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
setBoard(LiBoard) - Method in class lithium.community.android.sdk.model.post.LiPostMessageModel
 
setBoard(LiBoard) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setBoardId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateMessageClientRequestParams
 
setBoardId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiFloatedMessagesClientRequestParams
 
setBoardId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessagesByBoardIdClientRequestParams
 
setBoardId(LiBaseModelImpl.LiInt) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setBody(String) - Method in class lithium.community.android.sdk.model.post.LiMarkAbuseModel
 
setBody(String) - Method in class lithium.community.android.sdk.model.post.LiPostMessageModel
 
setBody(String) - Method in class lithium.community.android.sdk.model.post.LiReplyMessageModel
 
setBody(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateMessageClientRequestParams
 
setBody(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateReplyClientRequestParams
 
setBody(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiReportAbuseClientRequestParams
 
setBody(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateMessageClientRequestParams
 
setBody(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setBold(boolean) - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
setBold(LiBaseModelImpl.LiBoolean) - Method in class lithium.community.android.sdk.model.helpers.LiRankingDisplay
 
setCanAcceptSolution(Boolean) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setCanDelete(boolean) - Method in class lithium.community.android.sdk.model.helpers.LiUserContext
 
setCanKudo(boolean) - Method in class lithium.community.android.sdk.model.helpers.LiUserContext
 
setCanReply(boolean) - Method in class lithium.community.android.sdk.model.helpers.LiUserContext
 
setCategoryId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCategoryBoardsClientRequestParams
 
setClause(LiQuerySetting.LiWhereClause) - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.WhereClause
 
setClient(LiClientManager.Client) - Method in class lithium.community.android.sdk.queryutil.LiQueryRequestParams.Builder
 
setClientAppName(String) - Method in class lithium.community.android.sdk.auth.LiAppCredentials.Builder
 
setClientId(String) - Method in class lithium.community.android.sdk.auth.LiRefreshTokenRequest
 
setClientId(String) - Method in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
setClientId(String) - Method in class lithium.community.android.sdk.auth.LiSSOTokenRequest
 
setClientId(String) - Method in class lithium.community.android.sdk.model.post.LiUserDeviceDataModel
 
setClientId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiSdkSettingsClientRequestParams
 
setClientId(String) - Method in class lithium.community.android.sdk.model.response.LiAppSdkSettings
 
setClientKey(String) - Method in class lithium.community.android.sdk.auth.LiAppCredentials.Builder
 
setClientSecret(String) - Method in class lithium.community.android.sdk.auth.LiAppCredentials.Builder
 
setClientSecret(String) - Method in class lithium.community.android.sdk.auth.LiRefreshTokenRequest
 
setClientSecret(String) - Method in class lithium.community.android.sdk.auth.LiSSOTokenRequest
 
setColor(String) - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
setColor(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.helpers.LiRankingDisplay
 
setCommunityUri(String) - Method in class lithium.community.android.sdk.auth.LiAppCredentials.Builder
 
setContext(Context) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams
 
setCount(int) - Method in class lithium.community.android.sdk.model.helpers.LiReplies
 
setCount(LiBaseModelImpl.LiInt) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiCount
 
setCoverImage(String) - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
setCoverImage(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
setCoverImage(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
setData(JsonElement) - Method in class lithium.community.android.sdk.model.post.LiGenericPostModel
 
setData(JsonObject) - Method in class lithium.community.android.sdk.model.post.LiGenericPutModel
 
setData(JsonObject) - Method in class lithium.community.android.sdk.rest.LiBaseResponse
 
setDeleted(LiBaseModelImpl.LiBoolean) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setDeleted(LiBaseModelImpl.LiBoolean) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setDepth(int) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiBoardsByDepthClientRequestParams
 
setDepth(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUserMessagesClientRequestParams
 
setDepth(int) - Method in class lithium.community.android.sdk.model.response.LiBrowse
 
setDescription(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
setDescription(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
setDescription(String) - Method in class lithium.community.android.sdk.model.post.LiUploadImageModel
 
setDescription(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUploadImageClientRequestParams
 
setDeviceId(String) - Method in class lithium.community.android.sdk.model.post.LiUserDeviceDataModel
 
setDeviceId(String) - Method in class lithium.community.android.sdk.model.post.LiUserDeviceIdUpdateModel
 
setDeviceId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiDeviceIdFetchClientRequestParams
 
setDeviceId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiDeviceIdUpdateClientRequestParams
 
setEmail(String) - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
setEmail(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
setEmail(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
setEmail(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setExpiresAt(Long) - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
setExpiresIn(Long) - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
setExternal(String) - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
setFavicon(String) - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
setField(String) - Method in class lithium.community.android.sdk.model.post.LiUploadImageModel
 
setFirstName(String) - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
setFirstName(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
setFirstName(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
setFloating(Boolean) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setFormat(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.helpers.LiImageMetaData
 
setFormula(String) - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
setFormula_enabled(boolean) - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
setFromId(String) - Method in class lithium.community.android.sdk.notification.LiNotificationPayload
 
setFromName(String) - Method in class lithium.community.android.sdk.notification.LiNotificationPayload
 
setGrantType(String) - Method in class lithium.community.android.sdk.auth.LiRefreshTokenRequest
 
setGrantType(String) - Method in class lithium.community.android.sdk.auth.LiSSOTokenRequest
 
setHeight(LiBaseModelImpl.LiInteger) - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
setHref(String) - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
setHref(String) - Method in class lithium.community.android.sdk.model.response.LiFloatedMessageModel
 
setHref(String) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setHttpCode(int) - Method in class lithium.community.android.sdk.rest.LiBaseResponse
 
setIcon_left(String) - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
setIcon_right(String) - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
setIcon_topic(String) - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
setId(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
setId(LiBaseModelImpl.LiInt) - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
setId(String) - Method in class lithium.community.android.sdk.model.post.LiSubscriptionPostModel.Target
 
setId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiDeviceIdUpdateClientRequestParams
 
setId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
setId(String) - Method in class lithium.community.android.sdk.model.response.LiAppSdkSettings
 
setId(String) - Method in class lithium.community.android.sdk.model.response.LiBrowse
 
setId(String) - Method in class lithium.community.android.sdk.model.response.LiFloatedMessageModel
 
setId(LiBaseModelImpl.LiInt) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setId(LiBaseModelImpl.LiInt) - Method in class lithium.community.android.sdk.model.response.LiSubscriptions
 
setId(Long) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setImage(String) - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
setImageId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateMessageClientRequestParams
 
setImageId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateReplyClientRequestParams
 
setImageName(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateMessageClientRequestParams
 
setImageName(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateReplyClientRequestParams
 
setImageName(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUploadImageClientRequestParams
 
setIncludeReplies(boolean) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessageDeleteClientRequestParams
 
setInline(String) - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
setInteractionStyle(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
setInternal(String) - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
setIsAcceptedSolution(Boolean) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setJsonString(String) - Method in class lithium.community.android.sdk.auth.LiSSOAuthResponse
 
setJsonString(String) - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
setKey(String) - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.Ordering
 
setKey(String) - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.WhereClause
 
setKudo(Boolean) - Method in class lithium.community.android.sdk.model.helpers.LiUserContext
 
setKudoMetrics(LiKudoMetrics) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setLastEditTime(LiBaseModelImpl.LiDate) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setLastName(String) - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
setLastName(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
setLastName(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
setLastPostTime(LiBaseModelImpl.LiDateInstant) - Method in class lithium.community.android.sdk.model.helpers.LiConversation
 
setLastVisitInstant(LiBaseModelImpl.LiDate) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setLeftImage(LiImage) - Method in class lithium.community.android.sdk.model.helpers.LiRankingDisplay
 
setLiConversation(LiConversation) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setLiMessage(LiMessage) - Method in class lithium.community.android.sdk.model.response.LiSearch
 
setLimit(int) - Method in class lithium.community.android.sdk.queryutil.LiQueryRequestParams.Builder
 
setLiQuery(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericLiqlClientRequestParams
 
setLiQueryOrdering(LiQueryOrdering) - Method in class lithium.community.android.sdk.queryutil.LiQueryRequestParams.Builder
 
setLiQueryRequestParams(LiQueryRequestParams) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericQueryParamsClientRequestParams
 
setLiQueryWhereClause(LiQueryWhereClause) - Method in class lithium.community.android.sdk.queryutil.LiQueryRequestParams.Builder
 
setLiReplies(LiReplies) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setLiRestV2Request() - Method in class lithium.community.android.sdk.api.LiBaseDeleteClient
 
setLiRestV2Request() - Method in class lithium.community.android.sdk.api.LiBaseGetClient
Initialize LiRestV2Request with LIQL and type.
setLiRestV2Request() - Method in class lithium.community.android.sdk.api.LiBasePostClient
Sets request body and initializes LiRestV2Request.
setLiRestV2Request() - Method in class lithium.community.android.sdk.api.LiBasePutClient
Sets request body and initializes LiRestV2Request.
setLithiumRankingDisplay(LiRankingDisplay) - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
setLithiumUserId(String) - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
setLogin(String) - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
setLogin(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
setLogin(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateUserParams
 
setLogin(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setMarkUnread(boolean) - Method in class lithium.community.android.sdk.model.post.LiMarkMessageModel
 
setMarkUnread(boolean) - Method in class lithium.community.android.sdk.model.post.LiMarkMessagesModel
 
setMarkUnread(boolean) - Method in class lithium.community.android.sdk.model.post.LiMarkTopicModel
 
setMessage(String) - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
setMessage(LiMessage) - Method in class lithium.community.android.sdk.model.post.LiMarkAbuseModel
 
setMessage(LiMessage) - Method in class lithium.community.android.sdk.model.post.LiPostKudoModel
 
setMessage(LiMessage) - Method in class lithium.community.android.sdk.model.response.LiFloatedMessageModel
 
setMessage(String) - Method in class lithium.community.android.sdk.notification.LiNotificationPayload
 
setMessage(String) - Method in class lithium.community.android.sdk.rest.LiBaseResponse
 
setMessageid(String) - Method in class lithium.community.android.sdk.model.post.LiAcceptSolutionModel
 
setMessageId(String) - Method in class lithium.community.android.sdk.model.post.LiMarkMessageModel
 
setMessageId(Long) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiAcceptSolutionClientRequestParams
 
setMessageId(Long) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateReplyClientRequestParams
 
setMessageId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiKudoClientRequestParams
 
setMessageId(Long) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessageClientRequestParams
 
setMessageId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessageDeleteClientRequestParams
 
setMessageId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiReportAbuseClientRequestParams
 
setMessageId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUnKudoClientRequestParams
 
setMessageId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateMessageClientRequestParams
 
setMessageIds(String) - Method in class lithium.community.android.sdk.model.post.LiMarkMessagesModel
 
setMessageIds(Set<String>) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiMessagesByIdsClientRequestParams
 
setMessageMetrics(LiMessageMetrics) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setMetaData(LiImageMetaData) - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
setModerationStatus(LiModerationStatus) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setName(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
setName(String) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiLong
 
setOperator(String) - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.WhereClause
 
setOrdering(LiQueryOrdering) - Method in interface lithium.community.android.sdk.api.LiClient
Method to set Ordering in LIQL where clause.
setParent(LiMessage) - Method in class lithium.community.android.sdk.model.post.LiReplyMessageModel
 
setParent(LiBrowse) - Method in class lithium.community.android.sdk.model.response.LiBrowse
 
setParent(LiMessage) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setParentId(Long) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiRepliesClientRequestParams
 
setPassword(String) - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
setPassword(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateUserParams
 
setPath(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPostClientRequestParams
 
setPath(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPutClientRequestParams
 
setPath(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUploadImageClientRequestParams
 
setPath(String) - Method in class lithium.community.android.sdk.rest.LiBaseRestRequest
 
setPathParam(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericNoLiqlClientRequestParams
 
setPosition(int) - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
setPostTime(LiBaseModelImpl.LiDateInstant) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setPrint(String) - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
setProfile(String) - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
setProfilePageUrl(String) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setPushNotificationProvider(String) - Method in class lithium.community.android.sdk.model.post.LiUserDeviceDataModel
 
setPushNotificationProvider(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiDeviceIdFetchClientRequestParams
 
setQuery(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiSearchClientRequestParams
 
setQueryParams(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericNoLiqlClientRequestParams
 
setRanking(LiRanking) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setRead(Boolean) - Method in class lithium.community.android.sdk.model.helpers.LiUserContext
 
setReadOnly(LiBaseModelImpl.LiBoolean) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setRedirectUri(String) - Method in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
setRedirectUri(String) - Method in class lithium.community.android.sdk.auth.LiSSOTokenRequest
 
setRefreshToken(String) - Method in class lithium.community.android.sdk.auth.LiRefreshTokenRequest
 
setRefreshToken(String) - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
setRegistered(LiBaseModelImpl.LiBoolean) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setRegistrationInstant(LiBaseModelImpl.LiDate) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setReplacer(LiQueryValueReplacer) - Method in class lithium.community.android.sdk.api.LiBaseGetClient
Method to add liQueryValueReplacer to replace special characters with actual values
setReporter(LiUser) - Method in class lithium.community.android.sdk.model.post.LiMarkAbuseModel
 
setRequestBody(JsonObject) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPostClientRequestParams
 
setRequestBody(JsonObject) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiGenericPutClientRequestParams
 
setRightImage(LiImage) - Method in class lithium.community.android.sdk.model.helpers.LiRankingDisplay
 
setScope(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiFloatedMessagesClientRequestParams
 
setScope(String) - Method in class lithium.community.android.sdk.model.response.LiFloatedMessageModel
 
setShortTitle(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
setSize(LiBaseModelImpl.LiLong) - Method in class lithium.community.android.sdk.model.helpers.LiImageMetaData
 
setSolved(boolean) - Method in class lithium.community.android.sdk.model.helpers.LiConversation
 
setSsoToken(String) - Method in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
setState(String) - Method in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
setState(String) - Method in class lithium.community.android.sdk.auth.LiSSOAuthResponse
 
setStatus(String) - Method in class lithium.community.android.sdk.rest.LiBaseResponse
 
setSubject(String) - Method in class lithium.community.android.sdk.model.post.LiPostMessageModel
 
setSubject(String) - Method in class lithium.community.android.sdk.model.post.LiReplyMessageModel
 
setSubject(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateMessageClientRequestParams
 
setSubject(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiCreateReplyClientRequestParams
 
setSubject(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUpdateMessageClientRequestParams
 
setSubject(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setSum(LiBaseModelImpl.LiSum) - Method in class lithium.community.android.sdk.model.helpers.LiKudoMetrics
 
setTarget(LiSubscriptionPostModel.Target) - Method in class lithium.community.android.sdk.model.post.LiSubscriptionPostModel
 
setTargetId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiBeaconPostClientRequestParams
 
setTargetObject(JsonObject) - Method in class lithium.community.android.sdk.model.response.LiSubscriptions
 
setTargetType(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiBeaconPostClientRequestParams
 
setTeaser(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setTenantId(String) - Method in class lithium.community.android.sdk.auth.LiAppCredentials.Builder
 
setTenantId(String) - Method in class lithium.community.android.sdk.auth.LiSSOAuthResponse
 
setThreadImage(LiImage) - Method in class lithium.community.android.sdk.model.helpers.LiRankingDisplay
 
setTitle(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
setTitle(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
setTitle(String) - Method in class lithium.community.android.sdk.model.post.LiUploadImageModel
 
setTitle(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUploadImageClientRequestParams
 
setTitle(String) - Method in class lithium.community.android.sdk.model.response.LiBrowse
 
setTokenType(String) - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
setTopicId(String) - Method in class lithium.community.android.sdk.model.post.LiMarkTopicModel
 
setType(String) - Method in class lithium.community.android.sdk.model.helpers.LiBoard
 
setType(String) - Method in class lithium.community.android.sdk.model.helpers.LiConversation
 
setType(String) - Method in class lithium.community.android.sdk.model.helpers.LiRanking
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiAcceptSolutionModel
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiCreateUpdateUserModel
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiMarkAbuseModel
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiMarkMessageModel
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiMarkMessagesModel
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiMarkTopicModel
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiPostKudoModel
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiPostMessageModel
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiReplyMessageModel
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiSubscriptionPostModel
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiSubscriptionPostModel.Target
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiUploadImageModel
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiUserDeviceDataModel
 
setType(String) - Method in class lithium.community.android.sdk.model.post.LiUserDeviceIdUpdateModel
 
setType(String) - Method in class lithium.community.android.sdk.model.response.LiAppSdkSettings
 
setType(String) - Method in class lithium.community.android.sdk.model.response.LiSubscriptions
 
setType(String) - Method in class lithium.community.android.sdk.notification.LiNotificationPayload
 
setType(String) - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.Ordering
 
setUnreadReplyCount(Integer) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setUri(Uri) - Method in class lithium.community.android.sdk.auth.LiRefreshTokenRequest
 
setUri(String) - Method in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
setUri(Uri) - Method in class lithium.community.android.sdk.auth.LiSSOTokenRequest
 
setUrl(String) - Method in class lithium.community.android.sdk.model.helpers.LiAvatar
 
setUrl(LiBaseModelImpl.LiString) - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
setUser(String) - Method in class lithium.community.android.sdk.model.post.LiMarkMessageModel
 
setUser(String) - Method in class lithium.community.android.sdk.model.post.LiMarkMessagesModel
 
setUser(String) - Method in class lithium.community.android.sdk.model.post.LiMarkTopicModel
 
setUser(LiUser) - Method in class lithium.community.android.sdk.model.response.LiFloatedMessageModel
 
setUser(LiUser) - Method in class lithium.community.android.sdk.model.response.LiSubscriptions
 
setUserContext(LiUserContext) - Method in class lithium.community.android.sdk.model.response.LiMessage
 
setUserId(String) - Method in class lithium.community.android.sdk.auth.LiSSOAuthResponse
 
setUserId(String) - Method in class lithium.community.android.sdk.auth.LiTokenResponse
 
setUserId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiReportAbuseClientRequestParams
 
setUserId(String) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams.LiUserDetailsClientRequestParams
 
setValid(Boolean) - Method in class lithium.community.android.sdk.model.response.LiUser
 
setValue(Boolean) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiBoolean
 
setValue(String) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiDate
 
setValue(LiBaseModelImpl.LiDateInstant) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiDate
 
setValue(String) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiDateInstant
 
setValue(long) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiDateInstant
 
setValue(Float) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiFloat
 
setValue(Long) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiInt
 
setValue(Long) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiInteger
 
setValue(Long) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiLong
 
setValue(String) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiPrivacyLevelValue
 
setValue(String) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiString
 
setValue(String) - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.WhereClause
 
setViewCount(Long) - Method in class lithium.community.android.sdk.model.helpers.LiMessageMetrics
 
setViewHref(String) - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
setVisibility(String) - Method in class lithium.community.android.sdk.model.post.LiUploadImageModel
 
setWeight(LiBaseModelImpl.LiInt) - Method in class lithium.community.android.sdk.model.LiBaseModelImpl.LiSum
 
setWidth(LiBaseModelImpl.LiInteger) - Method in class lithium.community.android.sdk.model.helpers.LiImage
 
startLoginFlow() - Method in interface lithium.community.android.sdk.auth.LiAuthService
Initiates Login Flow
startLoginFlow(String) - Method in interface lithium.community.android.sdk.auth.LiAuthService
Initiates Login Flow
startLoginFlow() - Method in class lithium.community.android.sdk.auth.LiAuthServiceImpl
 
startLoginFlow(String) - Method in class lithium.community.android.sdk.auth.LiAuthServiceImpl
starts login flow
stringToSet(String) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Converts the consolidated, space-delimited scope string to a set.
syncWithCommunity(Context) - Method in class lithium.community.android.sdk.manager.LiSDKManager
 

T

Target() - Constructor for class lithium.community.android.sdk.model.post.LiSubscriptionPostModel.Target
 
TEMPORARILY_UNAVAILABLE - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.AuthorizationRequestErrors
A temporarily_unavailable OAuth2 error response, equivalent to an HTTP 503 error code, but sent via redirect.
toBytes(UUID) - Static method in class lithium.community.android.sdk.utils.LiUUIDUtils
Converts a UUID to a byte array.
toBytes(String) - Static method in class lithium.community.android.sdk.utils.LiUUIDUtils
Converts a UUID String to a byte array.
toEntityList(String, Class<? extends LiBaseModel>, Gson) - Method in class lithium.community.android.sdk.rest.LiBaseResponse
Deserialize response from given type and LiBaseModelImpl class
toHexString(byte[]) - Static method in class lithium.community.android.sdk.utils.LiCoreSDKUtils
Convert a byte[] array to hex string format.
toIntent() - Method in exception lithium.community.android.sdk.auth.LiAuthorizationException
Creates an intent from this exception.
toJson() - Method in exception lithium.community.android.sdk.auth.LiAuthorizationException
Produces a JSON representation of the authorization exception, for transmission or storage.
toJson() - Method in class lithium.community.android.sdk.model.post.LiBasePostModel
 
toJson() - Method in class lithium.community.android.sdk.model.post.LiGenericPostModel
 
toJson() - Method in class lithium.community.android.sdk.model.post.LiGenericPutModel
 
toJson() - Method in interface lithium.community.android.sdk.model.post.LiPostModel
Method to create JsonObject of the class, for post request
toJsonString() - Method in exception lithium.community.android.sdk.auth.LiAuthorizationException
Provides a JSON string representation of an authorization exception, for transmission or storage.
toJsonString() - Method in class lithium.community.android.sdk.model.post.LiBasePostModel
 
toJsonString() - Method in class lithium.community.android.sdk.model.post.LiGenericPostModel
 
toJsonString() - Method in class lithium.community.android.sdk.model.post.LiGenericPutModel
 
toJsonString() - Method in interface lithium.community.android.sdk.model.post.LiPostModel
Method to create JsonString of class, for post request
toJsonString() - Method in class lithium.community.android.sdk.model.post.LiUploadImageModel
 
TOKEN_REFRESH_TAG - Static variable in class lithium.community.android.sdk.rest.LiRestClient
 
TOKEN_RESPONSE_CONSTRUCTION_ERROR - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.GeneralErrors
 
TokenRequestErrors() - Constructor for class lithium.community.android.sdk.auth.LiAuthorizationException.TokenRequestErrors
 
toString() - Method in exception lithium.community.android.sdk.auth.LiAuthorizationException
 
toString() - Method in enum lithium.community.android.sdk.model.helpers.LiPrivacyLevel
 
toString() - Method in class lithium.community.android.sdk.model.response.LiBrowse
 
toString() - Method in class lithium.community.android.sdk.queryutil.LiQueryClause
 
toString() - Method in enum lithium.community.android.sdk.queryutil.LiQuerySetting.LiClauses
 
toString() - Method in enum lithium.community.android.sdk.queryutil.LiQuerySetting.LiWhereClause
 
toString() - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.Ordering
 
toString() - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting
 
toString() - Method in class lithium.community.android.sdk.queryutil.LiQuerySetting.WhereClause
 
toUri() - Method in class lithium.community.android.sdk.auth.LiSSOAuthorizationRequest
 
toUUID(byte[]) - Static method in class lithium.community.android.sdk.utils.LiUUIDUtils
Converts a byte array into a UUID.
type - Variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
The type of the error.
TYPE_GENERAL_ERROR - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
The error type used for all errors that are not specific to OAuth related responses.
TYPE_OAUTH_AUTHORIZATION_ERROR - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
The error type for OAuth specific errors on the authorization endpoint.
TYPE_OAUTH_REGISTRATION_ERROR - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
The error type for OAuth specific errors on the registration endpoint.
TYPE_OAUTH_TOKEN_ERROR - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
The error type for OAuth specific errors on the token endpoint.
TYPE_RESOURCE_SERVER_AUTHORIZATION_ERROR - Static variable in exception lithium.community.android.sdk.auth.LiAuthorizationException
The error type for authorization errors encountered out of band on the resource server.

U

UNAUTHORIZED_CLIENT - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.AuthorizationRequestErrors
An unauthorized_client OAuth2 error response.
UNAUTHORIZED_CLIENT - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.TokenRequestErrors
An unauthorized_client OAuth2 error response.
UNSUPPORTED_GRANT_TYPE - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.TokenRequestErrors
An unsupported_grant_type OAuth2 error response.
UNSUPPORTED_RESPONSE_TYPE - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.AuthorizationRequestErrors
An unsupported_response_type OAuth2 error response.
uploadImageProcessAsync(LiBaseRestRequest, LiAsyncRequestCallback, String, String, String) - Method in class lithium.community.android.sdk.rest.LiRestClient
Makes Async Call for uploading an image to the community.
uploadProcessAsync(LiBaseRestRequest, LiAsyncRequestCallback, String, String, String) - Method in class lithium.community.android.sdk.rest.LiRestv2Client
Makes Async call for uploading an image.
USER_CANCELED_AUTH_FLOW - Static variable in class lithium.community.android.sdk.auth.LiAuthorizationException.GeneralErrors
Indicates the user manually canceled the OAuth authorization code flow.
UTF_8 - Static variable in class lithium.community.android.sdk.rest.LiBaseRestRequest
utf_8 charset

V

validate(LiClientManager.Client) - Method in class lithium.community.android.sdk.model.request.LiClientRequestParams
 
valueOf(String) - Static method in enum lithium.community.android.sdk.manager.LiClientManager.Client
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.manager.LiClientManager.CollectionsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.model.helpers.LiModerationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.model.helpers.LiPrivacyLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Articles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Question
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Search
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQuerySetting.LiClauses
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQuerySetting.LiWhereClause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.AppSdkSettings
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.ArticleBrowse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Articles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.FloatedMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Message
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.MessageById
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.MessageChildren
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Node
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Question
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Search
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Subscription
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.User
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lithium.community.android.sdk.rest.LiBaseRestRequest.RestMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum lithium.community.android.sdk.manager.LiClientManager.Client
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.manager.LiClientManager.CollectionsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.model.helpers.LiModerationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.model.helpers.LiPrivacyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Articles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Question
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryOrdering.Search
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQuerySetting.LiClauses
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQuerySetting.LiWhereClause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.AppSdkSettings
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.ArticleBrowse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Articles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.FloatedMessage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Message
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.MessageById
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.MessageChildren
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Node
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Question
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Search
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.Subscription
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.queryutil.LiQueryWhereClause.User
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lithium.community.android.sdk.rest.LiBaseRestRequest.RestMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

weight - Variable in class lithium.community.android.sdk.model.LiBaseModelImpl.LiSum
 
WhereClause() - Constructor for class lithium.community.android.sdk.queryutil.LiQuerySetting.WhereClause
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links