Skip navigation links
A B C D E F G H I L M O P S U V 

A

addField(CMAField) - Method in class com.contentful.java.cma.model.CMAContentType
Adds a new field.
archive(CMAAsset) - Method in class com.contentful.java.cma.ModuleAssets
Archive an Asset.
archive(CMAAsset, CMACallback<CMAAsset>) - Method in class com.contentful.java.cma.ModuleAssets.Async
Archive an Asset.
archive(CMAEntry) - Method in class com.contentful.java.cma.ModuleEntries
Archive an Entry.
archive(CMAEntry, CMACallback<CMAEntry>) - Method in class com.contentful.java.cma.ModuleEntries.Async
Archive an Entry.
assets() - Method in class com.contentful.java.cma.CMAClient
 
async() - Method in class com.contentful.java.cma.ModuleAssets
 
Async() - Constructor for class com.contentful.java.cma.ModuleAssets.Async
 
async() - Method in class com.contentful.java.cma.ModuleContentTypes
 
Async() - Constructor for class com.contentful.java.cma.ModuleContentTypes.Async
 
async() - Method in class com.contentful.java.cma.ModuleEntries
 
Async() - Constructor for class com.contentful.java.cma.ModuleEntries.Async
 
async() - Method in class com.contentful.java.cma.ModuleSpaces
 
Async() - Constructor for class com.contentful.java.cma.ModuleSpaces.Async
 
AuthorizationHeaderInterceptor - Class in com.contentful.java.cma.interceptor
Interceptor to add authorization header to requests
AuthorizationHeaderInterceptor(String) - Constructor for class com.contentful.java.cma.interceptor.AuthorizationHeaderInterceptor
Create Header interceptor, saving parameters.

B

build() - Method in class com.contentful.java.cma.CMAClient.Builder
 
Builder() - Constructor for class com.contentful.java.cma.CMAClient.Builder
 

C

cancel() - Method in class com.contentful.java.cma.CMACallback
Cancels this callback.
CMAArray<T extends CMAResource> - Class in com.contentful.java.cma.model
Represents a collection of CMA resources.
CMAArray() - Constructor for class com.contentful.java.cma.model.CMAArray
 
CMAAsset - Class in com.contentful.java.cma.model
Represents a resource of type Asset.
CMAAsset() - Constructor for class com.contentful.java.cma.model.CMAAsset
 
CMACallback<T> - Class in com.contentful.java.cma
Callback to be used with any of the CMAClient asynchronous methods.
CMACallback() - Constructor for class com.contentful.java.cma.CMACallback
 
CMAClient - Class in com.contentful.java.cma
The CMAClient is used to request information from the server.
CMAClient.Builder - Class in com.contentful.java.cma
Builder.
CMAContentType - Class in com.contentful.java.cma.model
Represents a resource of type Content Type.
CMAContentType() - Constructor for class com.contentful.java.cma.model.CMAContentType
 
CMAEntry - Class in com.contentful.java.cma.model
Represents a resource of type Entry.
CMAEntry() - Constructor for class com.contentful.java.cma.model.CMAEntry
 
CMAField - Class in com.contentful.java.cma.model
CMAField.
CMAField() - Constructor for class com.contentful.java.cma.model.CMAField
 
CMALocale - Class in com.contentful.java.cma.model
CMALocale.
CMALocale() - Constructor for class com.contentful.java.cma.model.CMALocale
 
CMAResource - Class in com.contentful.java.cma.model
Base CMA resource.
CMAResource() - Constructor for class com.contentful.java.cma.model.CMAResource
 
CMASpace - Class in com.contentful.java.cma.model
Represents a resource of type Space.
CMASpace() - Constructor for class com.contentful.java.cma.model.CMASpace
 
com.contentful.java.cma - package com.contentful.java.cma
 
com.contentful.java.cma.interceptor - package com.contentful.java.cma.interceptor
 
com.contentful.java.cma.model - package com.contentful.java.cma.model
 
Constants - Class in com.contentful.java.cma
Library constants.
Constants.CMAFieldType - Enum in com.contentful.java.cma
 
ContentTypeInterceptor - Class in com.contentful.java.cma.interceptor
Interceptor to add content type header to requests
ContentTypeInterceptor(String) - Constructor for class com.contentful.java.cma.interceptor.ContentTypeInterceptor
Create Header interceptor, saving parameters.
contentTypes() - Method in class com.contentful.java.cma.CMAClient
 
create(String, CMAAsset, CMACallback<CMAAsset>) - Method in class com.contentful.java.cma.ModuleAssets.Async
Create a new Asset.
create(String, CMAAsset) - Method in class com.contentful.java.cma.ModuleAssets
Create a new Asset.
create(String, CMAContentType, CMACallback<CMAContentType>) - Method in class com.contentful.java.cma.ModuleContentTypes.Async
Create a new Content Type.
create(String, CMAContentType) - Method in class com.contentful.java.cma.ModuleContentTypes
Create a new Content Type.
create(String, String, CMAEntry, CMACallback<CMAEntry>) - Method in class com.contentful.java.cma.ModuleEntries.Async
Create a new Entry.
create(String, String, CMAEntry) - Method in class com.contentful.java.cma.ModuleEntries
Create a new Entry.
create(String, CMACallback<CMASpace>) - Method in class com.contentful.java.cma.ModuleSpaces.Async
Create a Space.
create(String, String, CMACallback<CMASpace>) - Method in class com.contentful.java.cma.ModuleSpaces.Async
Create a Space in an Organization.
create(String) - Method in class com.contentful.java.cma.ModuleSpaces
Create a Space.
create(String, String) - Method in class com.contentful.java.cma.ModuleSpaces
Create a Space in an Organization.
createService(Retrofit) - Method in class com.contentful.java.cma.ModuleAssets
 
createService(Retrofit) - Method in class com.contentful.java.cma.ModuleContentTypes
 
createService(Retrofit) - Method in class com.contentful.java.cma.ModuleEntries
 
createService(Retrofit) - Method in class com.contentful.java.cma.ModuleSpaces
 

D

DEFAULT_CONTENT_TYPE - Static variable in class com.contentful.java.cma.interceptor.ContentTypeInterceptor
 
delete(String, String, CMACallback<String>) - Method in class com.contentful.java.cma.ModuleAssets.Async
Delete an Asset.
delete(String, String) - Method in class com.contentful.java.cma.ModuleAssets
Delete an Asset.
delete(String, String, CMACallback<String>) - Method in class com.contentful.java.cma.ModuleContentTypes.Async
Delete a Content Type.
delete(String, String) - Method in class com.contentful.java.cma.ModuleContentTypes
Delete a Content Type.
delete(String, String, CMACallback<String>) - Method in class com.contentful.java.cma.ModuleEntries.Async
Delete an Entry.
delete(String, String) - Method in class com.contentful.java.cma.ModuleEntries
Delete an Entry.
delete(String, CMACallback<String>) - Method in class com.contentful.java.cma.ModuleSpaces.Async
Delete a Space.
delete(String) - Method in class com.contentful.java.cma.ModuleSpaces
Delete a Space.

E

ENDPOINT_CMA - Static variable in class com.contentful.java.cma.Constants
 
entries() - Method in class com.contentful.java.cma.CMAClient
 
ErrorInterceptor - Class in com.contentful.java.cma.interceptor
This interceptor will only be used for throwing an exception, once the server returns an error.
ErrorInterceptor() - Constructor for class com.contentful.java.cma.interceptor.ErrorInterceptor
 

F

fetchAll(String, CMACallback<CMAArray<CMAAsset>>) - Method in class com.contentful.java.cma.ModuleAssets.Async
Fetch all Assets from a Space.
fetchAll(String, Map<String, String>, CMACallback<CMAArray<CMAAsset>>) - Method in class com.contentful.java.cma.ModuleAssets.Async
Fetch all Assets from a Space with a query.
fetchAll(String) - Method in class com.contentful.java.cma.ModuleAssets
Fetch all Assets from a Space.
fetchAll(String, Map<String, String>) - Method in class com.contentful.java.cma.ModuleAssets
Fetch all Assets from a Space with a query.
fetchAll(String, CMACallback<CMAArray<CMAContentType>>) - Method in class com.contentful.java.cma.ModuleContentTypes.Async
Fetch all Content Types from a Space.
fetchAll(String, Map<String, String>, CMACallback<CMAArray<CMAContentType>>) - Method in class com.contentful.java.cma.ModuleContentTypes.Async
Fetch all Content Types from a Space with a query.
fetchAll(String) - Method in class com.contentful.java.cma.ModuleContentTypes
Fetch all Content Types from a Space.
fetchAll(String, Map<String, String>) - Method in class com.contentful.java.cma.ModuleContentTypes
Fetch all Content Types from a Space with a query.
fetchAll(String, CMACallback<CMAArray<CMAEntry>>) - Method in class com.contentful.java.cma.ModuleEntries.Async
Fetch all Entries from a Space.
fetchAll(String, Map<String, String>, CMACallback<CMAArray<CMAEntry>>) - Method in class com.contentful.java.cma.ModuleEntries.Async
Fetch all Entries from a Space with a query.
fetchAll(String) - Method in class com.contentful.java.cma.ModuleEntries
Fetch all Entries from a Space.
fetchAll(String, Map<String, String>) - Method in class com.contentful.java.cma.ModuleEntries
Fetch all Entries from a Space with a query.
fetchAll(CMACallback<CMAArray<CMASpace>>) - Method in class com.contentful.java.cma.ModuleSpaces.Async
Fetch all Spaces.
fetchAll() - Method in class com.contentful.java.cma.ModuleSpaces
Fetch all Spaces.
fetchLocales(String, CMACallback<CMAArray<CMALocale>>) - Method in class com.contentful.java.cma.ModuleSpaces.Async
Fetch Locales for a Space.
fetchLocales(String) - Method in class com.contentful.java.cma.ModuleSpaces
Fetch Locales for a Space.
fetchOne(String, String, CMACallback<CMAAsset>) - Method in class com.contentful.java.cma.ModuleAssets.Async
Fetch an Asset with the given assetId from a Space.
fetchOne(String, String) - Method in class com.contentful.java.cma.ModuleAssets
Fetch an Asset with the given assetId from a Space.
fetchOne(String, String, CMACallback<CMAContentType>) - Method in class com.contentful.java.cma.ModuleContentTypes.Async
Fetch a Content Type with the given contentTypeId from a Space.
fetchOne(String, String) - Method in class com.contentful.java.cma.ModuleContentTypes
Fetch a Content Type with the given contentTypeId from a Space.
fetchOne(String, String, CMACallback<CMAEntry>) - Method in class com.contentful.java.cma.ModuleEntries.Async
Fetch an Entry with the given entryId from a Space.
fetchOne(String, String) - Method in class com.contentful.java.cma.ModuleEntries
Fetch an Entry with the given entryId from a Space.
fetchOne(String, CMACallback<CMASpace>) - Method in class com.contentful.java.cma.ModuleSpaces.Async
Fetch a Space with a given spaceId.
fetchOne(String) - Method in class com.contentful.java.cma.ModuleSpaces
Fetch a Space with a given spaceId.

G

getArrayItems() - Method in class com.contentful.java.cma.model.CMAField
 
getCode() - Method in class com.contentful.java.cma.model.CMALocale
 
getDescription() - Method in class com.contentful.java.cma.model.CMAContentType
 
getDisplayField() - Method in class com.contentful.java.cma.model.CMAContentType
 
getFields() - Method in class com.contentful.java.cma.model.CMAAsset
 
getFields() - Method in class com.contentful.java.cma.model.CMAContentType
 
getFields() - Method in class com.contentful.java.cma.model.CMAEntry
 
getId() - Method in class com.contentful.java.cma.model.CMAField
 
getIncludes() - Method in class com.contentful.java.cma.model.CMAArray
 
getItems() - Method in class com.contentful.java.cma.model.CMAArray
 
getLimit() - Method in class com.contentful.java.cma.model.CMAArray
 
getLinkType() - Method in class com.contentful.java.cma.model.CMAField
 
getName() - Method in class com.contentful.java.cma.model.CMAContentType
 
getName() - Method in class com.contentful.java.cma.model.CMAField
 
getName() - Method in class com.contentful.java.cma.model.CMALocale
 
getName() - Method in class com.contentful.java.cma.model.CMASpace
 
getResourceId() - Method in class com.contentful.java.cma.model.CMAResource
 
getSkip() - Method in class com.contentful.java.cma.model.CMAArray
 
getSpaceId() - Method in class com.contentful.java.cma.model.CMAResource
 
getSys() - Method in class com.contentful.java.cma.model.CMAResource
 
getTotal() - Method in class com.contentful.java.cma.model.CMAArray
 
getType() - Method in class com.contentful.java.cma.model.CMAField
 
getValidations() - Method in class com.contentful.java.cma.model.CMAField
 
getVersion() - Method in class com.contentful.java.cma.model.CMAResource
 

H

HEADER_BEARER - Static variable in class com.contentful.java.cma.interceptor.AuthorizationHeaderInterceptor
 
HEADER_NAME - Static variable in class com.contentful.java.cma.interceptor.AuthorizationHeaderInterceptor
 
HEADER_NAME - Static variable in class com.contentful.java.cma.interceptor.ContentTypeInterceptor
 
HEADER_NAME - Static variable in class com.contentful.java.cma.interceptor.UserAgentHeaderInterceptor
 

I

intercept(Interceptor.Chain) - Method in class com.contentful.java.cma.interceptor.AuthorizationHeaderInterceptor
Method called by framework, to enrich current request with the header information requested.
intercept(Interceptor.Chain) - Method in class com.contentful.java.cma.interceptor.ContentTypeInterceptor
Method called by framework, to enrich current request with the header information requested.
intercept(Interceptor.Chain) - Method in class com.contentful.java.cma.interceptor.ErrorInterceptor
Intercepts chain to check for unsuccessful requests.
intercept(Interceptor.Chain) - Method in class com.contentful.java.cma.interceptor.LogInterceptor
Log the incoming request.
intercept(Interceptor.Chain) - Method in class com.contentful.java.cma.interceptor.UserAgentHeaderInterceptor
Method called by framework, to enrich current request with the header information requested.
isCancelled() - Method in class com.contentful.java.cma.CMACallback
 
isDefault() - Method in class com.contentful.java.cma.model.CMALocale
 
isDisabled() - Method in class com.contentful.java.cma.model.CMAField
 
isLocalized() - Method in class com.contentful.java.cma.model.CMAField
 
isPublished() - Method in class com.contentful.java.cma.model.CMALocale
 
isRequired() - Method in class com.contentful.java.cma.model.CMAField
 

L

log(String) - Method in interface com.contentful.java.cma.Logger
Abstract method to be implemented by client.
Logger - Interface in com.contentful.java.cma
Custom logger interface, used for logging network traffic.
Logger.Level - Enum in com.contentful.java.cma
Determine the level of logging
LogInterceptor - Class in com.contentful.java.cma.interceptor
Simple interceptor to log a request and its response.
LogInterceptor(Logger) - Constructor for class com.contentful.java.cma.interceptor.LogInterceptor
Creates a LogInterceptor, taking a logger to be logged to, once a request comes in.

M

ModuleAssets - Class in com.contentful.java.cma
Assets Module.
ModuleAssets(Retrofit, Executor) - Constructor for class com.contentful.java.cma.ModuleAssets
 
ModuleAssets.Async - Class in com.contentful.java.cma
Async module.
ModuleContentTypes - Class in com.contentful.java.cma
Content Types Module.
ModuleContentTypes(Retrofit, Executor) - Constructor for class com.contentful.java.cma.ModuleContentTypes
 
ModuleContentTypes.Async - Class in com.contentful.java.cma
Async module.
ModuleEntries - Class in com.contentful.java.cma
Entries Module.
ModuleEntries(Retrofit, Executor) - Constructor for class com.contentful.java.cma.ModuleEntries
 
ModuleEntries.Async - Class in com.contentful.java.cma
Async module.
ModuleSpaces - Class in com.contentful.java.cma
Spaces Module.
ModuleSpaces(Retrofit, Executor) - Constructor for class com.contentful.java.cma.ModuleSpaces
 
ModuleSpaces.Async - Class in com.contentful.java.cma
Async module.

O

onFailure(RuntimeException) - Method in class com.contentful.java.cma.CMACallback
Callback to be invoked in case the request was unsuccessful.
onSuccess(T) - Method in class com.contentful.java.cma.CMACallback
Callback to be invoked in case the request was successful.

P

process(CMAAsset, String, CMACallback<String>) - Method in class com.contentful.java.cma.ModuleAssets.Async
Process an Asset.
process(CMAAsset, String) - Method in class com.contentful.java.cma.ModuleAssets
Process an Asset.
publish(CMAAsset, CMACallback<CMAAsset>) - Method in class com.contentful.java.cma.ModuleAssets.Async
Publish an Asset.
publish(CMAAsset) - Method in class com.contentful.java.cma.ModuleAssets
Publish an Asset.
publish(CMAContentType, CMACallback<CMAContentType>) - Method in class com.contentful.java.cma.ModuleContentTypes.Async
Publish a Content Type.
publish(CMAContentType) - Method in class com.contentful.java.cma.ModuleContentTypes
Publish a Content Type.
publish(CMAEntry, CMACallback<CMAEntry>) - Method in class com.contentful.java.cma.ModuleEntries.Async
Publish an Entry.
publish(CMAEntry) - Method in class com.contentful.java.cma.ModuleEntries
Publish an Entry.

S

setAccessToken(String) - Method in class com.contentful.java.cma.CMAClient.Builder
Sets the access token for this client.
setArrayItems(HashMap) - Method in class com.contentful.java.cma.model.CMAField
Sets the items attribute value.
setCallbackExecutor(Executor) - Method in class com.contentful.java.cma.CMAClient.Builder
Sets the executor to use when invoking asynchronous callbacks.
setCallFactory(Call.Factory) - Method in class com.contentful.java.cma.CMAClient.Builder
Sets a custom HTTP call factory.
setDescription(String) - Method in class com.contentful.java.cma.model.CMAContentType
Sets the description field for this Content Type.
setDisabled(boolean) - Method in class com.contentful.java.cma.model.CMAField
Sets the disabled attribute value.
setDisplayField(String) - Method in class com.contentful.java.cma.model.CMAContentType
Sets the display field for this Content Type.
setEndpoint(String) - Method in class com.contentful.java.cma.CMAClient.Builder
Overrides the default remote URL.
setField(String, Object, String) - Method in class com.contentful.java.cma.model.CMAAsset
Creates a new field.
setField(String, Object, String) - Method in class com.contentful.java.cma.model.CMAEntry
Creates a new field with the given value.
setFields(LinkedHashMap<String, Map<String, Object>>) - Method in class com.contentful.java.cma.model.CMAAsset
Sets a map of fields for this Asset.
setFields(List<CMAField>) - Method in class com.contentful.java.cma.model.CMAContentType
Sets a list of fields for this Content Type.
setFields(LinkedHashMap<String, LinkedHashMap<String, Object>>) - Method in class com.contentful.java.cma.model.CMAEntry
Sets a map of fields for this Entry.
setId(String) - Method in class com.contentful.java.cma.model.CMAAsset
Sets the ID for this Asset.
setId(String) - Method in class com.contentful.java.cma.model.CMAContentType
Sets the ID for this Content Type.
setId(String) - Method in class com.contentful.java.cma.model.CMAEntry
Sets the ID for this Entry.
setId(String) - Method in class com.contentful.java.cma.model.CMAField
Sets the ID for this field.
setId(String) - Method in class com.contentful.java.cma.model.CMAResource
Sets the ID for this CMAResource.
setLinkType(String) - Method in class com.contentful.java.cma.model.CMAField
Sets the link type for this field.
setLocalized(boolean) - Method in class com.contentful.java.cma.model.CMAField
Sets the localized attribute value.
setLogger(Logger) - Method in class com.contentful.java.cma.CMAClient.Builder
Sets the logger to be used for logging all network requests or all application requests.
setLogLevel(Logger.Level) - Method in class com.contentful.java.cma.CMAClient.Builder
Sets the log level for this client.
setName(String) - Method in class com.contentful.java.cma.model.CMAContentType
Sets the name for this Content Type.
setName(String) - Method in class com.contentful.java.cma.model.CMAField
Sets the name for this field.
setName(String) - Method in class com.contentful.java.cma.model.CMASpace
Sets the name for this Space.
setRequired(boolean) - Method in class com.contentful.java.cma.model.CMAField
Sets the required attribute value.
setSys(HashMap<String, Object>) - Method in class com.contentful.java.cma.model.CMAResource
Sets a map of system attributes.
setType(Constants.CMAFieldType) - Method in class com.contentful.java.cma.model.CMAField
Sets the type for this field.
setValidations(List<Map>) - Method in class com.contentful.java.cma.model.CMAField
Sets a List of validation rules for this field.
spaces() - Method in class com.contentful.java.cma.CMAClient
 

U

unArchive(CMAAsset, CMACallback<CMAAsset>) - Method in class com.contentful.java.cma.ModuleAssets.Async
Un-Archive an Asset.
unArchive(CMAAsset) - Method in class com.contentful.java.cma.ModuleAssets
Un-Archive an Asset.
unArchive(CMAEntry, CMACallback<CMAEntry>) - Method in class com.contentful.java.cma.ModuleEntries.Async
Un-Archive an Entry.
unArchive(CMAEntry) - Method in class com.contentful.java.cma.ModuleEntries
Un-Archive an Entry.
unPublish(CMAAsset, CMACallback<CMAAsset>) - Method in class com.contentful.java.cma.ModuleAssets.Async
Un-Publish an Asset.
unPublish(CMAAsset) - Method in class com.contentful.java.cma.ModuleAssets
Un-Publish an Asset.
unPublish(CMAContentType, CMACallback<CMAContentType>) - Method in class com.contentful.java.cma.ModuleContentTypes.Async
Un-Publish a Content Type.
unPublish(CMAContentType) - Method in class com.contentful.java.cma.ModuleContentTypes
Un-Publish a Content Type.
unPublish(CMAEntry, CMACallback<CMAEntry>) - Method in class com.contentful.java.cma.ModuleEntries.Async
Un-Publish an Entry.
unPublish(CMAEntry) - Method in class com.contentful.java.cma.ModuleEntries
Un-Publish an Entry.
update(CMAAsset, CMACallback<CMAAsset>) - Method in class com.contentful.java.cma.ModuleAssets.Async
Update an Asset.
update(CMAAsset) - Method in class com.contentful.java.cma.ModuleAssets
Update an Asset.
update(CMAContentType, CMACallback<CMAContentType>) - Method in class com.contentful.java.cma.ModuleContentTypes.Async
Update a Content Type.
update(CMAContentType) - Method in class com.contentful.java.cma.ModuleContentTypes
Update a Content Type.
update(CMAEntry, CMACallback<CMAEntry>) - Method in class com.contentful.java.cma.ModuleEntries.Async
Update an Entry.
update(CMAEntry) - Method in class com.contentful.java.cma.ModuleEntries
Update an Entry.
update(CMASpace, CMACallback<CMASpace>) - Method in class com.contentful.java.cma.ModuleSpaces.Async
Update a Space.
update(CMASpace) - Method in class com.contentful.java.cma.ModuleSpaces
Update a Space.
UserAgentHeaderInterceptor - Class in com.contentful.java.cma.interceptor
Interceptor to add user agent header to requests
UserAgentHeaderInterceptor(String) - Constructor for class com.contentful.java.cma.interceptor.UserAgentHeaderInterceptor
Create Header interceptor, saving parameters.

V

valueOf(String) - Static method in enum com.contentful.java.cma.Constants.CMAFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.contentful.java.cma.Logger.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.contentful.java.cma.Constants.CMAFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.contentful.java.cma.Logger.Level
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M O P S U V 
Skip navigation links

Copyright © 2016 Contentful, GmbH.. All Rights Reserved.