- callDetails(String, String, String, CMACallback<CMAWebhookCallDetail>) - Method in class com.contentful.java.cma.ModuleWebhooks.Async
-
- callDetails(String, String, String) - Method in class com.contentful.java.cma.ModuleWebhooks
-
Get more information about one specific call to one specific webhook, hosted by one specific
space.
- calls(String, String, CMACallback<CMAArray<CMAWebhookCall>>) - Method in class com.contentful.java.cma.ModuleWebhooks.Async
-
- calls(String, String) - Method in class com.contentful.java.cma.ModuleWebhooks
-
Get more information about a specific webhook.
- 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
-
- CMAWebhook - Class in com.contentful.java.cma.model
-
Represents one webhook definition.
- CMAWebhook() - Constructor for class com.contentful.java.cma.model.CMAWebhook
-
- CMAWebhookCall - Class in com.contentful.java.cma.model
-
Model class representing an overview of a call to a webhook
- CMAWebhookCall() - Constructor for class com.contentful.java.cma.model.CMAWebhookCall
-
- CMAWebhookCallDetail - Class in com.contentful.java.cma.model
-
Detail of one specific call of a Webhook.
- CMAWebhookCallDetail() - Constructor for class com.contentful.java.cma.model.CMAWebhookCallDetail
-
- CMAWebhookHeader - Class in com.contentful.java.cma.model
-
A custom header for webhooks.
- CMAWebhookHeader(String, String) - Constructor for class com.contentful.java.cma.model.CMAWebhookHeader
-
Create new header, using key and value.
- CMAWebhookHealth - Class in com.contentful.java.cma.model
-
Model class representing a health report of this webhook.
- CMAWebhookHealth() - Constructor for class com.contentful.java.cma.model.CMAWebhookHealth
-
- CMAWebhookHealth.CMAWebhookHealthCall - Class in com.contentful.java.cma.model
-
Model representing the spread of calls on this Webhook.
- CMAWebhookHealthCall() - Constructor for class com.contentful.java.cma.model.CMAWebhookHealth.CMAWebhookHealthCall
-
- CMAWebhookRequest - Class in com.contentful.java.cma.model
-
Model class representing a request done by Contentful to a webhook.
- CMAWebhookRequest() - Constructor for class com.contentful.java.cma.model.CMAWebhookRequest
-
- CMAWebhookResponse - Class in com.contentful.java.cma.model
-
Model representing the response Contentful received from calling the Webhook.
- CMAWebhookResponse() - Constructor for class com.contentful.java.cma.model.CMAWebhookResponse
-
- CMAWebhookTopic - Enum in com.contentful.java.cma.model
-
A class exporting all possible combinations of topics.
- 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.
- create(String, CMAWebhook, CMACallback<CMAWebhook>) - Method in class com.contentful.java.cma.ModuleWebhooks.Async
-
- create(String, String, CMAWebhook, CMACallback<CMAWebhook>) - Method in class com.contentful.java.cma.ModuleWebhooks.Async
-
- create(String, CMAWebhook) - Method in class com.contentful.java.cma.ModuleWebhooks
-
Create a new webhook.
- create(String, String, CMAWebhook) - Method in class com.contentful.java.cma.ModuleWebhooks
-
Create a new webhook with specified ID.
- 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
-
- createService(Retrofit) - Method in class com.contentful.java.cma.ModuleWebhooks
-
Internal method used for creating the service.
- 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 query parameter.
- 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, using default query parameter.
- fetchAll(String, Map<String, String>) - Method in class com.contentful.java.cma.ModuleContentTypes
-
Fetch all Content Types from a Space with query parameters.
- 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 url parameter map.
- fetchAll(CMACallback<CMAArray<CMASpace>>) - Method in class com.contentful.java.cma.ModuleSpaces.Async
-
Fetch all Spaces.
- fetchAll(Map<String, String>, CMACallback<CMAArray<CMASpace>>) - Method in class com.contentful.java.cma.ModuleSpaces.Async
-
Fetch all Spaces using a non empty query.
- fetchAll() - Method in class com.contentful.java.cma.ModuleSpaces
-
Fetch all Spaces.
- fetchAll(Map<String, String>) - Method in class com.contentful.java.cma.ModuleSpaces
-
Fetch all Spaces, using specific queries.
- fetchAll(String, CMACallback<CMAArray<CMAWebhook>>) - Method in class com.contentful.java.cma.ModuleWebhooks.Async
-
- fetchAll(String) - Method in class com.contentful.java.cma.ModuleWebhooks
-
Retrieve all the webhooks defined for this space.
- 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.
- fetchLocales(String, Map<String, String>) - Method in class com.contentful.java.cma.ModuleSpaces
-
Fetch specific 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.
- fetchOne(String, String, CMACallback<CMAWebhook>) - Method in class com.contentful.java.cma.ModuleWebhooks.Async
-
- fetchOne(String, String) - Method in class com.contentful.java.cma.ModuleWebhooks
-
Retrieve exactly one webhook, whose id you know.
- 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.
- setBasicAuthorization(String, String) - Method in class com.contentful.java.cma.model.CMAWebhook
-
Set authorization parameter for basic HTTP authorization on the url to be called by this
webhook.
- 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.
- setName(String) - Method in class com.contentful.java.cma.model.CMAWebhook
-
Set the name of this webhook.
- setOmitted(boolean) - Method in class com.contentful.java.cma.model.CMAField
-
Sets the omitted attribute value.
- 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.
- setUrl(String) - Method in class com.contentful.java.cma.model.CMAWebhook
-
Sets the url to be called when this webhook is triggered.
- 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
-