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

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.
getAccessToken() - Method in class com.contentstack.sdk.Stack
Get stack access token
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
Get stack application key
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
Returns media file upload 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.
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
 
getCount() - Method in class com.contentstack.sdk.AssetLibrary
Get a count of assets in success callback of FetchAssetsCallback.
getCount() - Method in class com.contentstack.sdk.QueryResult
Returns count of objects available.
Note : To retrieve this data, Query.includeCount() or Query.count() should be added in Query while querying.
getCount() - Method in class com.contentstack.sdk.SyncStack
 
getCreateAt() - Method in class com.contentstack.sdk.Asset
Get Calendar value of creation time of entry.
getCreateAt() - Method in class com.contentstack.sdk.Entry
Get Calendar value of creation time of entry.
getCreatedBy() - Method in class com.contentstack.sdk.Asset
Get uid who created this entry.
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
Get Calendar value of deletion time of entry.
getDeleteAt() - Method in class com.contentstack.sdk.Entry
Get Calendar value of deletion time of entry.
getDeletedBy() - Method in class com.contentstack.sdk.Asset
Get uid who deleted this entry.
getDeletedBy() - Method in class com.contentstack.sdk.Entry
Get uid who deleted this entry.
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
getEnvironment() - Method in class com.contentstack.sdk.Config
Get environment.
getErrorCode() - Method in class com.contentstack.sdk.Error
Returns error code.
getErrorMessage() - Method in class com.contentstack.sdk.Error
Returns error in string format.
getErrors() - Method in class com.contentstack.sdk.Error
Returns error in HashMap format where error is key and its respective information as HashMap's value.
getFileName() - Method in class com.contentstack.sdk.Asset
Returns file name of the uploaded file.
getFileSize() - Method in class com.contentstack.sdk.Asset
Returns file queueSize of the uploaded file.
getFileType() - Method in class com.contentstack.sdk.Asset
Returns content type of the uploaded file.
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
Get a group from 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.
getHost() - Method in class com.contentstack.sdk.Config
Get URL.
getHtmlText(String) - Method in class com.contentstack.sdk.Entry
Get html text for markdown data type
getHtmlText(String) - Method in class com.contentstack.sdk.Group
Get html text for markdown data type
getInstance(Context) - Static method in class com.contentstack.sdk.Contentstack
// Private Functionality
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
getJsonFromCacheFile(File) - Static method in class com.contentstack.sdk.utilities.CSAppUtils
To retrieve data from cache.
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
 
getLanguage() - Method in class com.contentstack.sdk.Entry
Deprecated.
getLimit() - Method in class com.contentstack.sdk.SyncStack
 
getLocale() - Method in class com.contentstack.sdk.Entry


Example :
 String local = entry.getLocale();
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
getMD5FromString(String) - Method in class com.contentstack.sdk.utilities.CSAppUtils
To encrypt given value.
getMultipleHtmlText(String) - Method in class com.contentstack.sdk.Entry
Get html text for markdown data type which is multiple true
getMultipleHtmlText(String) - Method in class com.contentstack.sdk.Group
Get html text for markdown data type which is multiple true
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
getOwner() - Method in class com.contentstack.sdk.Entry
 
getPaginationToken() - Method in class com.contentstack.sdk.SyncStack
 
getRegion() - Method in class com.contentstack.sdk.Config
 
getRequestQueue() - Method in class com.contentstack.sdk.Contentstack
 
getRequestQueue(String) - Static method in class com.contentstack.sdk.Contentstack
 
getResponseTimeFromCacheFile(File, long) - Method in class com.contentstack.sdk.utilities.CSAppUtils
To check if required response within given time window available in cache
getResult(Object, String) - Method in class com.contentstack.sdk.AssetLibrary
 
getResult(Object, String) - Method in class com.contentstack.sdk.Query
 
getResult(Object, String) - Method in class com.contentstack.sdk.Stack
 
getResultObject(List<Object>, JSONObject, boolean) - Method in class com.contentstack.sdk.AssetLibrary
 
getResultObject(List<Object>, JSONObject, boolean) - Method in class com.contentstack.sdk.Query
 
getResultObject(List<Object>, JSONObject, boolean) - Method in class com.contentstack.sdk.Stack
 
getResultObjects() - Method in class com.contentstack.sdk.QueryResult
Returns Entry objects list.
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.
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
Get Calendar value of updating time of entry.
getUpdateAt() - Method in class com.contentstack.sdk.Entry
Get Calendar value of updating time of entry.
getUpdatedBy() - Method in class com.contentstack.sdk.Asset
Get uid who updated this entry.
getUpdatedBy() - Method in class com.contentstack.sdk.Entry
Get uid who updated this entry.
getUrl() - Method in class com.contentstack.sdk.Asset
Returns upload url by which you can download media file uploaded on Built.io Contentstack server.
getURL() - Method in class com.contentstack.sdk.Entry
Get url string
getURL() - Method in class com.contentstack.sdk.SyncStack
 
getVersion() - Method in class com.contentstack.sdk.Config
Get version of the Contentstack server.
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 class is represent group field uid value.
Group(Stack, JSONObject) - Constructor for class com.contentstack.sdk.Group
 
A C D E F G H I J L N O P Q R S T U V W _ 
Skip navigation links