Interface | Description |
---|---|
LiQueryOrdering.ClientOrderingColumn | |
LiQueryWhereClause.ClientWhereKeyColumn |
Class | Description |
---|---|
LiClientConfig |
This is config class for all the api providers(client).
|
LiDefaultQueryHelper |
This class is use to fetch default query settings for LIQL calls from the 'raw' package of the core SDK.
|
LiQueryBuilder |
Created by kunal.shrivastava on 10/19/16.
|
LiQueryClause |
This class is used to set parameters for the where clause in the LIQL.
|
LiQueryOrdering |
This class specifies fields on which liQueryOrdering clause is allowed for different clients.
|
LiQueryRequestParams |
This class is used to process the where clause, liQueryOrdering and limit of the LIQL query.
|
LiQueryRequestParams.Builder |
Builder for
LiQueryRequestParams |
LiQuerySetting |
Created by kunal.shrivastava on 10/18/16.
|
LiQuerySetting.Ordering |
Class for adding ordering clause.
|
LiQuerySetting.WhereClause |
Class for adding where clause.
|
LiQueryValueReplacer |
This class is used to replace special characters with actual values passed as parameters.
|
LiQueryWhereClause |
Use to set fields for where clause for different clients.
|
Enum | Description |
---|---|
LiQueryOrdering.Articles |
Specifies parameter on which liQueryOrdering is allowed for LI_ARTICLES_CLIENT.
|
LiQueryOrdering.Order |
Only two types of liQueryOrdering is supported i.e Ascending or Descending.
|
LiQueryOrdering.Question |
Specifies field on which liQueryOrdering is allowed for LI_QUESTION_CLIENT.
|
LiQueryOrdering.Search |
Specifies field on which liQueryOrdering is allowed for LI_SEARCH_CLIENT.
|
LiQuerySetting.LiClauses |
Allowed cluses on LIQL.
|
LiQuerySetting.LiWhereClause |
All allowed conditions in where clause.
|
LiQueryWhereClause.AppSdkSettings |
Specifies fields for where clause for LI_SDK_SETTINGS_CLIENT.
|
LiQueryWhereClause.ArticleBrowse |
Specifies fields for where clause for LI_ARTICLES_BROWSE_CLIENT.
|
LiQueryWhereClause.Articles |
Specifies fields for where clause for LI_ARTICLES_CLIENT.
|
LiQueryWhereClause.Category |
Specifies fields for where clause for LI_CATEGORY_CLIENT.
|
LiQueryWhereClause.FloatedMessage |
Specifies fields for where clause for LI_FLOATED_MESSAGES_CLIENT.
|
LiQueryWhereClause.Message |
Specifies fields for where clause for LI_MESSAGE_CLIENT.
|
LiQueryWhereClause.MessageById |
Specifies fields for where clause for LI_MESSAGE_CLIENT.
|
LiQueryWhereClause.MessageChildren |
Specifies fields for where clause for LI_MESSAGE_CHILDREN_CLIENT.
|
LiQueryWhereClause.Node |
Specifies fields for where clause for LI_BROWSE_CLIENT.
|
LiQueryWhereClause.Question |
Specifies fields for where clause for LI_QUESTION_CLIENT.
|
LiQueryWhereClause.Search |
Specifies fields for where clause for LI_SEARCH_CLIENT.
|
LiQueryWhereClause.Subscription |
Specifies fields for where clause for LI_SUBSCRIPTION_CLIENT.
|
LiQueryWhereClause.User |
Specifies fields for where clause for LI_USER_DETAILS_CLIENT.
|