Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addParam(String, String) - Method in class com.contentstack.sdk.Asset
-
Add param asset.
- addParam(String, String) - Method in class com.contentstack.sdk.Entry
-
This method adds key and value to an Entry.
- addParam(String, String) - Method in class com.contentstack.sdk.Query
-
This method adds key and value to an Entry.
- addQuery(String, String) - Method in class com.contentstack.sdk.Query
-
Add a custom query against specified key.
- and(List<Query>) - Method in class com.contentstack.sdk.Query
-
Combines all the queries together using AND operator
- APIService - Interface in com.contentstack.sdk
- ascending(String) - Method in class com.contentstack.sdk.Query
-
Sort the results in ascending order with the given key.
- ASCENDING - Enum constant in enum com.contentstack.sdk.AssetLibrary.ORDERBY
- asset(String) - Method in class com.contentstack.sdk.Stack
-
Assets refer to all the media files (images, videos, PDFs, audio files, and so on) uploaded in your Contentstack repository for future use.
- Asset - Class in com.contentstack.sdk
-
Assets refer to all the media files (images, videos, PDFs, audio files, and so on) uploaded in your Contentstack repository for future use.
- ASSET - Enum constant in enum com.contentstack.sdk.Constants.REQUEST_CONTROLLER
- ASSET_DELETED - Enum constant in enum com.contentstack.sdk.Stack.PublishType
- ASSET_PUBLISHED - Enum constant in enum com.contentstack.sdk.Stack.PublishType
- ASSET_UNPUBLISHED - Enum constant in enum com.contentstack.sdk.Stack.PublishType
- assetLibrary() - Method in class com.contentstack.sdk.Stack
-
The Get all assets request fetches the list of all the assets of a particular stack.
- AssetLibrary - Class in com.contentstack.sdk
-
The Asset library is used to get list of assets available in the stack, We can apply filters on the assets also.
- ASSETLIBRARY - Enum constant in enum com.contentstack.sdk.Constants.REQUEST_CONTROLLER
- AssetLibrary.ORDERBY - Enum in com.contentstack.sdk
-
The enum Orderby.
- AZURE_EU - Enum constant in enum com.contentstack.sdk.Config.ContentstackRegion
- AZURE_NA - Enum constant in enum com.contentstack.sdk.Config.ContentstackRegion
C
- com.contentstack.sdk - package com.contentstack.sdk
-
Useful to get stack information.
- Config - Class in com.contentstack.sdk
-
The Config enables optional parameters while passing from stack.
- Config() - Constructor for class com.contentstack.sdk.Config
- Config.ContentstackRegion - Enum in com.contentstack.sdk
-
The enum Contentstack region.
- configure(JSONObject) - Method in class com.contentstack.sdk.Asset
-
Configure asset.
- configure(JSONObject) - Method in class com.contentstack.sdk.Entry
- connectionPool(int, long, TimeUnit) - Method in class com.contentstack.sdk.Config
-
Manages reuse of HTTP and HTTP/2 connections for reduced network latency.
- Constants - Class in com.contentstack.sdk
-
The type Constants for Internal Uses.
- Constants.REQUEST_CONTROLLER - Enum in com.contentstack.sdk
-
The enum Request controller.
- containedIn(String, Object[]) - Method in class com.contentstack.sdk.Query
-
Add a constraint to the query that requires a particular key's entry to be contained in the provided array.
- CONTENT_TYPE_DELETED - Enum constant in enum com.contentstack.sdk.Stack.PublishType
- CONTENT_TYPE_NAME - Static variable in class com.contentstack.sdk.Constants
- Contentstack - Class in com.contentstack.sdk
-
The Content Delivery API is used to retrieve content from your Contentstack account and deliver it to your web or mobile properties.
- ContentstackPlugin - Interface in com.contentstack.sdk
- contentType(String) - Method in class com.contentstack.sdk.Stack
-
Content type defines the structure or schema of a page or a section of your web or mobile property.
- ContentType - Class in com.contentstack.sdk
-
ContentType This call returns information of a specific content type.
- CONTENTTYPES - Enum constant in enum com.contentstack.sdk.Constants.REQUEST_CONTROLLER
- ContentTypesCallback - Class in com.contentstack.sdk
-
The callback for Content Types that contains ContentTypesModel and Error
- ContentTypesCallback() - Constructor for class com.contentstack.sdk.ContentTypesCallback
- ContentTypesModel - Class in com.contentstack.sdk
-
The ContentTypesModel that contains content type response
- ContentTypesModel() - Constructor for class com.contentstack.sdk.ContentTypesModel
- count() - Method in class com.contentstack.sdk.Query
-
Retrieve only count of entries in result.
- CSConnectionPool - Class in com.contentstack.sdk
- CSConnectionPool() - Constructor for class com.contentstack.sdk.CSConnectionPool
- CSHttpConnection - Class in com.contentstack.sdk
- CSHttpConnection(String, IRequestModelHTTP) - Constructor for class com.contentstack.sdk.CSHttpConnection
D
- descending(String) - Method in class com.contentstack.sdk.Query
-
Sort the results in descending order with the given key.
- DESCENDING - Enum constant in enum com.contentstack.sdk.AssetLibrary.ORDERBY
E
- enableLivePreview(boolean) - Method in class com.contentstack.sdk.Config
-
Enable live preview config.
- entry(String) - Method in class com.contentstack.sdk.ContentType
-
An entry is the actual piece of content created using one of the defined content types.
- Entry - Class in com.contentstack.sdk
-
The Get a single Entry request fetches a particular entry of a content type.
- ENTRY - Enum constant in enum com.contentstack.sdk.Constants.REQUEST_CONTROLLER
- ENTRY_DELETED - Enum constant in enum com.contentstack.sdk.Stack.PublishType
- ENTRY_PUBLISHED - Enum constant in enum com.contentstack.sdk.Stack.PublishType
- ENTRY_UNPUBLISHED - Enum constant in enum com.contentstack.sdk.Stack.PublishType
- EntryResultCallBack - Class in com.contentstack.sdk
- EntryResultCallBack() - Constructor for class com.contentstack.sdk.EntryResultCallBack
- Error - Class in com.contentstack.sdk
-
If there is something wrong with the API request, Contentstack returns an error.
- Error() - Constructor for class com.contentstack.sdk.Error
- Error(String, int, String) - Constructor for class com.contentstack.sdk.Error
- EU - Enum constant in enum com.contentstack.sdk.Config.ContentstackRegion
- except(String[]) - Method in class com.contentstack.sdk.Entry
-
Specifies list of field ids that would be 'excluded' from the response.
- except(String[]) - Method in class com.contentstack.sdk.Query
-
Specifies list of field ids that would be 'excluded' from the response.
- except(List<String>) - Method in class com.contentstack.sdk.Query
-
Specifies list of field ids that would be 'excluded' from the response.
- exceptWithReferenceUid(List<String>, String) - Method in class com.contentstack.sdk.Entry
-
Specifies an array of 'except' keys that would be 'excluded' in the response.
- exceptWithReferenceUid(List<String>, String) - Method in class com.contentstack.sdk.Query
-
Specifies an array of 'except' keys that would be 'excluded' in the response.
- exists(String) - Method in class com.contentstack.sdk.Query
-
Add a constraint that requires, a specified key exists in response.
F
- fetch(EntryResultCallBack) - Method in class com.contentstack.sdk.Entry
-
Fetches the latest version of the entries from Contentstack.com content stack
- fetch(FetchResultCallback) - Method in class com.contentstack.sdk.Asset
-
Fetch.
- fetch(JSONObject, ContentTypesCallback) - Method in class com.contentstack.sdk.ContentType
-
Fetch.
- fetchAll(FetchAssetsCallback) - Method in class com.contentstack.sdk.AssetLibrary
-
Fetch all.
- FETCHALLASSETS - Static variable in class com.contentstack.sdk.Constants
- FETCHASSETS - Static variable in class com.contentstack.sdk.Constants
- FetchAssetsCallback - Class in com.contentstack.sdk
- FetchAssetsCallback() - Constructor for class com.contentstack.sdk.FetchAssetsCallback
- FETCHCONTENTTYPES - Static variable in class com.contentstack.sdk.Constants
- FETCHENTRY - Static variable in class com.contentstack.sdk.Constants
- FetchResultCallback - Class in com.contentstack.sdk
- FetchResultCallback() - Constructor for class com.contentstack.sdk.FetchResultCallback
- FETCHSYNC - Static variable in class com.contentstack.sdk.Constants
- find(QueryResultsCallBack) - Method in class com.contentstack.sdk.Query
-
Execute a Query and Caches its result (Optional)
- findOne(SingleQueryResultCallback) - Method in class com.contentstack.sdk.Query
-
Execute a Query and Caches its result (Optional)
G
- get(String) - Method in class com.contentstack.sdk.Entry
-
Get object value for key.
- get(String) - Method in class com.contentstack.sdk.Group
-
Get object value for key.
- getAllEntries(String, String) - Method in class com.contentstack.sdk.Entry
-
Get value for the given reference key.
- getAllEntries(String, String) - Method in class com.contentstack.sdk.Group
-
Get value for the given reference key.
- getApplicationKey() - Method in class com.contentstack.sdk.Stack
-
Returns apiKey of particular stack
- getAsset(String) - Method in class com.contentstack.sdk.Entry
-
Get an asset from the entry
- getAsset(String) - Method in class com.contentstack.sdk.Group
-
Get an asset from the group
- getAssets(String) - Method in class com.contentstack.sdk.Entry
-
Get an assets from the entry.
- getAssets(String) - Method in class com.contentstack.sdk.Group
-
Get an assets from the group.
- getAssetUid() - Method in class com.contentstack.sdk.Asset
-
Gets asset uid.
- getBoolean(String) - Method in class com.contentstack.sdk.Entry
-
Get boolean value for key.
- getBoolean(String) - Method in class com.contentstack.sdk.Group
-
Get boolean value for key.
- getBranch() - Method in class com.contentstack.sdk.Config
- getCallBackObject() - Method in class com.contentstack.sdk.CSHttpConnection
- getCallBackObject() - Method in interface com.contentstack.sdk.IURLRequestHTTP
- getContentType() - Method in class com.contentstack.sdk.Entry
-
Get contentType name.
- getContentType() - Method in class com.contentstack.sdk.Query
- getContentType() - Method in class com.contentstack.sdk.QueryResult
-
Returns class's content type if call to fetch contentType executed successfully.
- getContentTypes(JSONObject, ContentTypesCallback) - Method in class com.contentstack.sdk.Stack
-
The Get all content types call returns comprehensive information of all the content types available in a particular stack in your account..
- getController() - Method in class com.contentstack.sdk.CSHttpConnection
- getController() - Method in interface com.contentstack.sdk.IURLRequestHTTP
- getCount() - Method in class com.contentstack.sdk.AssetLibrary
-
Gets count.
- getCount() - Method in class com.contentstack.sdk.QueryResult
-
Returns count of objects available.
Note : To retrieve this data,Query.includeCount()
orQuery.count()
should be added inQuery
while querying. - getCount() - Method in class com.contentstack.sdk.SyncStack
- getCreateAt() - Method in class com.contentstack.sdk.Asset
-
Gets create at.
- getCreateAt() - Method in class com.contentstack.sdk.Entry
-
Get
Calendar
value of creation time of entry. - getCreatedBy() - Method in class com.contentstack.sdk.Asset
-
Gets created by.
- getCreatedBy() - Method in class com.contentstack.sdk.Entry
-
Get uid who created this entry.
- getDate(String) - Method in class com.contentstack.sdk.Entry
-
Get
Calendar
value for key - getDate(String) - Method in class com.contentstack.sdk.Group
-
Get
Calendar
value for key - getDeleteAt() - Method in class com.contentstack.sdk.Asset
-
Gets delete at.
- getDeleteAt() - Method in class com.contentstack.sdk.Entry
-
Get
Calendar
value of deletion time of entry. - getDeletedBy() - Method in class com.contentstack.sdk.Asset
-
Gets deleted by.
- getDeletedBy() - Method in class com.contentstack.sdk.Entry
-
Get uid who deleted this entry.
- getDeliveryToken() - Method in class com.contentstack.sdk.Stack
-
Returns deliveryToken of particular stack
- getDouble(String) - Method in class com.contentstack.sdk.Entry
-
Get double value for key
- getDouble(String) - Method in class com.contentstack.sdk.Group
-
Get double value for key
- getErrorCode() - Method in class com.contentstack.sdk.Error
-
Returns error code
- getErrorDetail() - Method in class com.contentstack.sdk.Error
-
Returns error details in String
- getErrorMessage() - Method in class com.contentstack.sdk.Error
-
Returns error in string format.
- getFileName() - Method in class com.contentstack.sdk.Asset
-
Gets file name.
- getFileSize() - Method in class com.contentstack.sdk.Asset
-
Gets file size.
- getFileType() - Method in class com.contentstack.sdk.Asset
-
Gets file type.
- getFloat(String) - Method in class com.contentstack.sdk.Entry
-
Get integer value for key
- getFloat(String) - Method in class com.contentstack.sdk.Group
-
Get integer value for key
- getGroup(String) - Method in class com.contentstack.sdk.Entry
- getGroup(String) - Method in class com.contentstack.sdk.Group
-
Get a group from the group.
- getGroups(String) - Method in class com.contentstack.sdk.Entry
-
Get a list of group from entry.
- getGroups(String) - Method in class com.contentstack.sdk.Group
-
Get a list of group from the group.
- getHeaders() - Method in class com.contentstack.sdk.CSHttpConnection
- getHeaders() - Method in interface com.contentstack.sdk.IURLRequestHTTP
- getHost() - Method in class com.contentstack.sdk.Config
-
Gets host.
- getInfo() - Method in class com.contentstack.sdk.CSHttpConnection
- getInfo() - Method in interface com.contentstack.sdk.IURLRequestHTTP
- getInt(String) - Method in class com.contentstack.sdk.Entry
-
Get integer value for key
- getInt(String) - Method in class com.contentstack.sdk.Group
-
Get integer value for key
- getItems() - Method in class com.contentstack.sdk.SyncStack
- getJSONArray(String) - Method in class com.contentstack.sdk.Entry
-
Get
JSONArray
value for key - getJSONArray(String) - Method in class com.contentstack.sdk.Group
-
Get
JSONArray
value for key - getJSONObject(String) - Method in class com.contentstack.sdk.Entry
-
Get
JSONObject
value for key - getJSONObject(String) - Method in class com.contentstack.sdk.Group
-
Get
JSONObject
value for key - getJSONResponse() - Method in class com.contentstack.sdk.SyncStack
- getLimit() - Method in class com.contentstack.sdk.SyncStack
- getLocale() - Method in class com.contentstack.sdk.Entry
- getLong(String) - Method in class com.contentstack.sdk.Entry
-
Get long value for key
- getLong(String) - Method in class com.contentstack.sdk.Group
-
Get long value for key
- getNumber(String) - Method in class com.contentstack.sdk.Entry
-
Get
JSONObject
value for key - getNumber(String) - Method in class com.contentstack.sdk.Group
-
Get
JSONObject
value for key - getPaginationToken() - Method in class com.contentstack.sdk.SyncStack
- getProxy() - Method in class com.contentstack.sdk.Config
-
Returns the Proxy instance
- getRegion() - Method in class com.contentstack.sdk.Config
-
Gets region.
- getRequest(String, LinkedHashMap<String, Object>) - Method in interface com.contentstack.sdk.APIService
- getResponse() - Method in class com.contentstack.sdk.ContentTypesModel
- getResponse() - Method in class com.contentstack.sdk.CSHttpConnection
- getResponse() - Method in interface com.contentstack.sdk.IURLRequestHTTP
- getResult(Object, String) - Method in class com.contentstack.sdk.AssetLibrary
- getResult(Object, String) - Method in interface com.contentstack.sdk.INotifyClass
- getResult(Object, String) - Method in class com.contentstack.sdk.Query
- getResultArray() - Method in class com.contentstack.sdk.ContentTypesModel
- getResultObject(List<Object>, JSONObject, boolean) - Method in class com.contentstack.sdk.AssetLibrary
- getResultObject(List<Object>, JSONObject, boolean) - Method in interface com.contentstack.sdk.INotifyClass
- getResultObject(List<Object>, JSONObject, boolean) - Method in class com.contentstack.sdk.Query
- getResultObjects() - Method in class com.contentstack.sdk.QueryResult
- getSchema() - Method in class com.contentstack.sdk.QueryResult
-
Returns class's schema if call to fetch schema executed successfully.
- getShort(String) - Method in class com.contentstack.sdk.Entry
-
Get short value for key
- getShort(String) - Method in class com.contentstack.sdk.Group
-
Get short value for key
- getSkip() - Method in class com.contentstack.sdk.SyncStack
- getString(String) - Method in class com.contentstack.sdk.Entry
-
Get string value for key.
- getString(String) - Method in class com.contentstack.sdk.Group
-
Get string value for key.
- getSyncToken() - Method in class com.contentstack.sdk.SyncStack
- getTags() - Method in class com.contentstack.sdk.Asset
-
Get tags string [ ].
- getTags() - Method in class com.contentstack.sdk.Entry
-
Get tags.
- getTitle() - Method in class com.contentstack.sdk.Entry
-
Get title string
- getUid() - Method in class com.contentstack.sdk.Entry
-
Get uid.
- getUpdateAt() - Method in class com.contentstack.sdk.Asset
-
Gets update at.
- getUpdateAt() - Method in class com.contentstack.sdk.Entry
-
Get
Calendar
value of updating time of entry. - getUpdatedBy() - Method in class com.contentstack.sdk.Asset
-
Gets updated by.
- getUpdatedBy() - Method in class com.contentstack.sdk.Entry
-
Get uid who updated this entry.
- getUrl() - Method in class com.contentstack.sdk.Asset
-
Gets url.
- getUrl() - Method in class com.contentstack.sdk.SyncStack
- getURL() - Method in class com.contentstack.sdk.Entry
-
Get url string
- getVersion() - Method in class com.contentstack.sdk.Config
-
Gets version.
- greaterThan(String, Object) - Method in class com.contentstack.sdk.Query
-
Add a constraint to the query that requires a particular key entry to be greater than the provided value.
- greaterThanOrEqualTo(String, Object) - Method in class com.contentstack.sdk.Query
-
Add a constraint to the query that requires a particular key entry to be greater than or equal to the provided value.
- Group - Class in com.contentstack.sdk
-
Group is to get different types of DataType of data fromt the JSON response
I
- imageTransform(String, Map<String, Object>) - Method in class com.contentstack.sdk.Stack
-
Image transform string.
- includeBranch() - Method in class com.contentstack.sdk.Asset
-
Includes Branch in the asset response
- includeBranch() - Method in class com.contentstack.sdk.Entry
-
Includes Branch in the entry response
- includeBranch() - Method in class com.contentstack.sdk.Query
-
Includes Branch in the entry response
- includeContentType() - Method in class com.contentstack.sdk.Entry
-
Include Content Type of all returned objects along with objects themselves.
- includeContentType() - Method in class com.contentstack.sdk.Query
-
Include Content Type of all returned objects along with objects themselves.
- includeCount() - Method in class com.contentstack.sdk.AssetLibrary
-
Include count asset library.
- includeCount() - Method in class com.contentstack.sdk.Query
-
Retrieve count and data of objects in result
- includeDimension() - Method in class com.contentstack.sdk.Asset
-
Include dimension asset.
- includeEmbeddedItems() - Method in class com.contentstack.sdk.Entry
-
includeEmbeddedItems instance of Entry Include Embedded Objects (Entries and Assets) along with entry/entries details.
- includeEmbeddedItems() - Method in class com.contentstack.sdk.Query
- includeFallback() - Method in class com.contentstack.sdk.Asset
-
Include fallback asset.
- includeFallback() - Method in class com.contentstack.sdk.AssetLibrary
-
Retrieve the published content of the fallback locale if an entry is not localized in specified locale
- includeFallback() - Method in class com.contentstack.sdk.Entry
-
Retrieve the published content of the fallback locale if an entry is not localized in specified locale
- includeFallback() - Method in class com.contentstack.sdk.Query
-
Retrieve the published content of the fallback locale if an entry is not localized in specified locale
- includeMetadata() - Method in class com.contentstack.sdk.Asset
-
Includes Metadata in the asset response
- includeMetadata() - Method in class com.contentstack.sdk.AssetLibrary
-
Retrieve Metadata in the response
- includeMetadata() - Method in class com.contentstack.sdk.Entry
-
Includes Metadata the entry response
- includeMetadata() - Method in class com.contentstack.sdk.Query
-
Includes Metadata in the entry response
- includeReference(String) - Method in class com.contentstack.sdk.Entry
-
Add a constraint that requires a particular reference key details.
- includeReference(String) - Method in class com.contentstack.sdk.Query
-
Add a constraint that requires a particular reference key details.
- includeReference(String[]) - Method in class com.contentstack.sdk.Entry
-
Add a constraint that requires a particular reference key details.
- includeReferenceContentTypeUID() - Method in class com.contentstack.sdk.Entry
-
This method also includes the content type UIDs of the referenced entries returned in the response
- includeReferenceContentTypUid() - Method in class com.contentstack.sdk.Query
-
This method also includes the content type UIDs of the referenced entries returned in the response
- includeRelativeUrl() - Method in class com.contentstack.sdk.AssetLibrary
-
Include relative url asset library.
- INotifyClass - Interface in com.contentstack.sdk
- IRequestModelHTTP - Interface in com.contentstack.sdk
-
IRequestModelHTTP Interface
- IURLRequestHTTP - Interface in com.contentstack.sdk
L
- lessThan(String, Object) - Method in class com.contentstack.sdk.Query
-
Add a constraint to the query that requires a particular key entry to be less than the provided value.
- lessThanOrEqualTo(String, Object) - Method in class com.contentstack.sdk.Query
-
Add a constraint to the query that requires a particular key entry to be less than or equal to the provided value.
- limit(int) - Method in class com.contentstack.sdk.Query
-
A limit on the number of objects to return.
- livePreviewQuery(Map<String, String>) - Method in class com.contentstack.sdk.Stack
-
Live Preview lets content managers preview entry content across multiple channels before saving or publishing it to a live website.
- locale(String) - Method in class com.contentstack.sdk.Query
-
set Language using locale code.
N
- NETWORK - Enum constant in enum com.contentstack.sdk.ResponseType
-
Response from network.
- notContainedIn(String, Object[]) - Method in class com.contentstack.sdk.Query
-
Add a constraint to the query that requires a particular key entry's value not be contained in the provided array.
- notEqualTo(String, Object) - Method in class com.contentstack.sdk.Query
-
Add a constraint to the query that requires a particular key's entry to be not equal to the provided value.
- notExists(String) - Method in class com.contentstack.sdk.Query
-
Add a constraint that requires, a specified key does not exist in response.
O
- onCompletion(ContentTypesModel, Error) - Method in class com.contentstack.sdk.ContentTypesCallback
- onCompletion(ResponseType, Entry, Error) - Method in class com.contentstack.sdk.SingleQueryResultCallback
- onCompletion(ResponseType, Error) - Method in class com.contentstack.sdk.EntryResultCallBack
- onCompletion(ResponseType, Error) - Method in class com.contentstack.sdk.FetchResultCallback
- onCompletion(ResponseType, QueryResult, Error) - Method in class com.contentstack.sdk.QueryResultsCallBack
- onCompletion(ResponseType, List<Asset>, Error) - Method in class com.contentstack.sdk.FetchAssetsCallback
- onCompletion(SyncStack, Error) - Method in class com.contentstack.sdk.SyncResultCallBack
- only(String[]) - Method in class com.contentstack.sdk.Entry
-
Specifies an array of 'only' keys in BASE object that would be 'included' in the response.
- only(String[]) - Method in class com.contentstack.sdk.Query
-
Specifies an array of 'only' keys in BASE object that would be 'included' in the response.
- onlyWithReferenceUid(List<String>, String) - Method in class com.contentstack.sdk.Entry
-
Specifies an array of 'only' keys that would be 'included' in the response.
- onlyWithReferenceUid(List<String>, String) - Method in class com.contentstack.sdk.Query
-
Specifies an array of 'only' keys that would be 'included' in the response.
- onRequest(Stack, Request) - Method in interface com.contentstack.sdk.ContentstackPlugin
- onRequestFail(ResponseType, Error) - Method in class com.contentstack.sdk.ContentTypesCallback
- onRequestFail(ResponseType, Error) - Method in class com.contentstack.sdk.EntryResultCallBack
- onRequestFail(ResponseType, Error) - Method in class com.contentstack.sdk.FetchAssetsCallback
- onRequestFail(ResponseType, Error) - Method in class com.contentstack.sdk.FetchResultCallback
- onRequestFail(ResponseType, Error) - Method in class com.contentstack.sdk.QueryResultsCallBack
- onRequestFail(ResponseType, Error) - Method in interface com.contentstack.sdk.ResultCallBack
- onRequestFail(ResponseType, Error) - Method in class com.contentstack.sdk.SingleQueryResultCallback
- onRequestFail(ResponseType, Error) - Method in class com.contentstack.sdk.SyncResultCallBack
- onRequestFailed(JSONObject, int, ResultCallBack) - Method in interface com.contentstack.sdk.IRequestModelHTTP
- onRequestFinish(ResponseType, List<Asset>) - Method in class com.contentstack.sdk.FetchAssetsCallback
- onRequestFinished(CSHttpConnection) - Method in interface com.contentstack.sdk.IRequestModelHTTP
- onResponse(Stack, Request, Response<ResponseBody>) - Method in interface com.contentstack.sdk.ContentstackPlugin
- or(List<Query>) - Method in class com.contentstack.sdk.Query
-
Add a constraint to fetch all entries which satisfy any queries.
P
- parseDate(String, TimeZone) - Static method in class com.contentstack.sdk.Constants
- parseDateToTimeZone(String, String) - Static method in class com.contentstack.sdk.Constants
Q
- query() - Method in class com.contentstack.sdk.ContentType
-
Query.
- Query - Class in com.contentstack.sdk
-
Contentstack provides certain queries that you can use to fetch filtered results.
- QUERY - Enum constant in enum com.contentstack.sdk.Constants.REQUEST_CONTROLLER
- QUERY_EXCEPTION - Static variable in class com.contentstack.sdk.Constants
- QUERYOBJECT - Static variable in class com.contentstack.sdk.Constants
- QueryResult - Class in com.contentstack.sdk
-
QueryResult works as the Query Response that works as getter as per the Json Key
- QueryResult() - Constructor for class com.contentstack.sdk.QueryResult
- QueryResultsCallBack - Class in com.contentstack.sdk
-
this QueryResultsCallBack class is used as callback for query result
- QueryResultsCallBack() - Constructor for class com.contentstack.sdk.QueryResultsCallBack
R
- regex(String, String) - Method in class com.contentstack.sdk.Query
-
Add a regular expression constraint for finding string values that match the provided regular expression.
- regex(String, String, String) - Method in class com.contentstack.sdk.Query
-
Add a regular expression constraint for finding string values that match the provided regular expression.
- removeHeader(String) - Method in class com.contentstack.sdk.Asset
-
The function removes a header from a collection of headers based on a given key.
- removeHeader(String) - Method in class com.contentstack.sdk.AssetLibrary
-
Remove header.
- removeHeader(String) - Method in class com.contentstack.sdk.ContentType
-
Remove header from
Stack
- removeHeader(String) - Method in class com.contentstack.sdk.Entry
-
Remove header key.
- removeHeader(String) - Method in class com.contentstack.sdk.Query
-
Remove header key @param key custom_header_key
- removeHeader(String) - Method in class com.contentstack.sdk.Stack
-
Removes Header by key
- removeQuery(String) - Method in class com.contentstack.sdk.Query
-
Remove provided query key from custom query if existed.
- ResponseType - Enum in com.contentstack.sdk
- ResultCallBack - Interface in com.contentstack.sdk
S
- search(String) - Method in class com.contentstack.sdk.Query
-
This method provides only the entries matching the specified value.
- send() - Method in class com.contentstack.sdk.CSHttpConnection
- send() - Method in interface com.contentstack.sdk.IURLRequestHTTP
- sendRequest() - Method in interface com.contentstack.sdk.IRequestModelHTTP
- setAPIService(APIService) - Method in class com.contentstack.sdk.CSHttpConnection
- setBranch(String) - Method in class com.contentstack.sdk.Config
- setCallBackObject(ResultCallBack) - Method in class com.contentstack.sdk.CSHttpConnection
- setCallBackObject(ResultCallBack) - Method in interface com.contentstack.sdk.IURLRequestHTTP
- setConfig(Config) - Method in class com.contentstack.sdk.CSHttpConnection
- setController(String) - Method in class com.contentstack.sdk.CSHttpConnection
- setController(String) - Method in interface com.contentstack.sdk.IURLRequestHTTP
- setFormParams(HashMap<String, Object>) - Method in class com.contentstack.sdk.CSHttpConnection
- setFormParamsGET(HashMap<String, Object>) - Method in class com.contentstack.sdk.CSHttpConnection
- setHeader(String, String) - Method in class com.contentstack.sdk.Asset
-
Sets header.
- setHeader(String, String) - Method in class com.contentstack.sdk.AssetLibrary
-
Sets header.
- setHeader(String, String) - Method in class com.contentstack.sdk.ContentType
-
Sets header on
Stack
. - setHeader(String, String) - Method in class com.contentstack.sdk.Entry
-
Set headers.
- setHeader(String, String) - Method in class com.contentstack.sdk.Query
-
To set headers for Built.io Contentstack rest calls.
- setHeader(String, String) - Method in class com.contentstack.sdk.Stack
-
Adds header to the stack
- setHeaders(LinkedHashMap<String, Object>) - Method in class com.contentstack.sdk.CSHttpConnection
- setHeaders(LinkedHashMap<String, Object>) - Method in interface com.contentstack.sdk.IURLRequestHTTP
- setHost(String) - Method in class com.contentstack.sdk.Config
-
Sets host.
- setInfo(String) - Method in class com.contentstack.sdk.CSHttpConnection
- setInfo(String) - Method in interface com.contentstack.sdk.IURLRequestHTTP
- setJSON(JSONObject) - Method in class com.contentstack.sdk.ContentTypesModel
- setJSON(JSONObject, List<Entry>) - Method in class com.contentstack.sdk.QueryResult
- setLivePreviewHost(String) - Method in class com.contentstack.sdk.Config
-
Sets live preview host.
- setLocale(String) - Method in class com.contentstack.sdk.Entry
- setManagementToken(String) - Method in class com.contentstack.sdk.Config
-
Sets management token.
- setPlugins(List<ContentstackPlugin>) - Method in class com.contentstack.sdk.Config
- setProxy(Proxy) - Method in class com.contentstack.sdk.Config
-
Proxy can be set like below.
- setRegion(Config.ContentstackRegion) - Method in class com.contentstack.sdk.Config
-
Sets region.
- setStack(Stack) - Method in class com.contentstack.sdk.CSHttpConnection
- SINGLEQUERYOBJECT - Static variable in class com.contentstack.sdk.Constants
- SingleQueryResultCallback - Class in com.contentstack.sdk
- SingleQueryResultCallback() - Constructor for class com.contentstack.sdk.SingleQueryResultCallback
- skip(int) - Method in class com.contentstack.sdk.Query
-
The number of objects to skip before returning any.
- sort(String, AssetLibrary.ORDERBY) - Method in class com.contentstack.sdk.AssetLibrary
-
Sort asset library.
- stack(String, String, String) - Static method in class com.contentstack.sdk.Contentstack
-
A stack is a space that stores the content of a project (a web or mobile property).
- stack(String, String, String, Config) - Static method in class com.contentstack.sdk.Contentstack
-
A stack is a space that stores the content of a project (a web or mobile property).
- Stack - Class in com.contentstack.sdk
-
Stack call fetches comprehensive details of a specific stack, It allows multiple users to get content of stack information based on user credentials.
- Stack.PublishType - Enum in com.contentstack.sdk
-
The enum Publish type.
- sync(SyncResultCallBack) - Method in class com.contentstack.sdk.Stack
-
The Sync request performs a complete sync of your app data.
- sync(String, Date, String, Stack.PublishType, SyncResultCallBack) - Method in class com.contentstack.sdk.Stack
-
Sync.
- SYNC - Enum constant in enum com.contentstack.sdk.Constants.REQUEST_CONTROLLER
- syncContentType(String, SyncResultCallBack) - Method in class com.contentstack.sdk.Stack
-
Sync content type.
- syncFromDate(Date, SyncResultCallBack) - Method in class com.contentstack.sdk.Stack
-
Sync from date.
- syncLocale(String, SyncResultCallBack) - Method in class com.contentstack.sdk.Stack
-
Sync locale.
- syncPaginationToken(String, SyncResultCallBack) - Method in class com.contentstack.sdk.Stack
-
Sync pagination token.
- syncPublishType(Stack.PublishType, SyncResultCallBack) - Method in class com.contentstack.sdk.Stack
-
Sync publish type.
- SyncResultCallBack - Class in com.contentstack.sdk
-
This class is used as a SyncResultCallBack callback
- SyncResultCallBack() - Constructor for class com.contentstack.sdk.SyncResultCallBack
- SyncStack - Class in com.contentstack.sdk
-
Synchronization: The Sync API takes care of syncing your Contentstack data with your app and ensures that the data is always up-to-date by providing delta updates
- SyncStack() - Constructor for class com.contentstack.sdk.SyncStack
- syncToken(String, SyncResultCallBack) - Method in class com.contentstack.sdk.Stack
-
Sync token.
T
- tags(String[]) - Method in class com.contentstack.sdk.Query
-
Include tags with which to search entries.
- toJSON() - Method in class com.contentstack.sdk.Asset
-
To json json object.
- toJSON() - Method in class com.contentstack.sdk.Entry
-
Get entry representation in json
- toJSON() - Method in class com.contentstack.sdk.Group
-
Get group representation in json
U
- UNKNOWN - Enum constant in enum com.contentstack.sdk.ResponseType
-
Request not reach up to network and cache.
- US - Enum constant in enum com.contentstack.sdk.Config.ContentstackRegion
V
- valueOf(String) - Static method in enum com.contentstack.sdk.AssetLibrary.ORDERBY
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.contentstack.sdk.Config.ContentstackRegion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.contentstack.sdk.Constants.REQUEST_CONTROLLER
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.contentstack.sdk.ResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.contentstack.sdk.Stack.PublishType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.contentstack.sdk.AssetLibrary.ORDERBY
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.contentstack.sdk.Config.ContentstackRegion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.contentstack.sdk.Constants.REQUEST_CONTROLLER
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.contentstack.sdk.ResponseType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.contentstack.sdk.Stack.PublishType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- where(String, Object) - Method in class com.contentstack.sdk.Query
-
Add a constraint to fetch all entries that contains given value against specified key
- whereIn(String, Query) - Method in class com.contentstack.sdk.Query
-
Get entries having values based on referenced fields.
- whereNotIn(String, Query) - Method in class com.contentstack.sdk.Query
-
Get entries having values based on referenced fields.
All Classes and Interfaces|All Packages|Constant Field Values