| Package | Description |
|---|---|
| com.contentful.java.cma |
| Modifier and Type | Method and Description |
|---|---|
CMAArray<CMAWebhookCall> |
ModuleWebhooks.calls(String spaceId,
String webhookId)
Get more information about a specific webhook.
|
CMAArray<CMASpace> |
ModuleSpaces.fetchAll()
Fetch all Spaces.
|
CMAArray<CMASpace> |
ModuleSpaces.fetchAll(Map<String,String> query)
Fetch all Spaces, using specific queries.
|
CMAArray<CMAContentType> |
ModuleContentTypes.fetchAll(String spaceId)
Fetch all Content Types from a Space, using default query parameter.
|
CMAArray<CMAEntry> |
ModuleEntries.fetchAll(String spaceId)
Fetch all Entries from a Space.
|
CMAArray<CMAWebhook> |
ModuleWebhooks.fetchAll(String spaceId)
Retrieve all the webhooks defined for this space.
|
CMAArray<CMAAsset> |
ModuleAssets.fetchAll(String spaceId)
Fetch all Assets from a Space.
|
CMAArray<CMAContentType> |
ModuleContentTypes.fetchAll(String spaceId,
Map<String,String> query)
Fetch all Content Types from a Space with query parameters.
|
CMAArray<CMAEntry> |
ModuleEntries.fetchAll(String spaceId,
Map<String,String> query)
Fetch all Entries from a Space with a query url parameter map.
|
CMAArray<CMAAsset> |
ModuleAssets.fetchAll(String spaceId,
Map<String,String> query)
Fetch all Assets from a Space with query parameter.
|
CMAArray<CMALocale> |
ModuleSpaces.fetchLocales(String spaceId)
Fetch Locales for a Space.
|
CMAArray<CMALocale> |
ModuleSpaces.fetchLocales(String spaceId,
Map<String,String> query)
Fetch specific Locales for a Space.
|
| Modifier and Type | Method and Description |
|---|---|
CMACallback<CMAArray<CMAWebhookCall>> |
ModuleWebhooks.Async.calls(String spaceId,
String webhookId,
CMACallback<CMAArray<CMAWebhookCall>> callback)
Asynchronous variant of
ModuleWebhooks.calls(String, String) |
CMACallback<CMAArray<CMASpace>> |
ModuleSpaces.Async.fetchAll(CMACallback<CMAArray<CMASpace>> callback)
Fetch all Spaces.
|
CMACallback<CMAArray<CMASpace>> |
ModuleSpaces.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMASpace>> callback)
Fetch all Spaces using a non empty query.
|
CMACallback<CMAArray<CMAAsset>> |
ModuleAssets.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAAsset>> callback)
Fetch all Assets from a Space.
|
CMACallback<CMAArray<CMAContentType>> |
ModuleContentTypes.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAContentType>> callback)
Fetch all Content Types from a Space.
|
CMACallback<CMAArray<CMAEntry>> |
ModuleEntries.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAEntry>> callback)
Fetch all Entries from a Space.
|
CMACallback<CMAArray<CMAWebhook>> |
ModuleWebhooks.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAWebhook>> callback)
Asynchronous variant of
ModuleWebhooks.fetchAll(String) |
CMACallback<CMAArray<CMAAsset>> |
ModuleAssets.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMAAsset>> callback)
Fetch all Assets from a Space with a query.
|
CMACallback<CMAArray<CMAContentType>> |
ModuleContentTypes.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMAContentType>> callback)
Fetch all Content Types from a Space with a query.
|
CMACallback<CMAArray<CMAEntry>> |
ModuleEntries.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMAEntry>> callback)
Fetch all Entries from a Space with a query.
|
CMACallback<CMAArray<CMALocale>> |
ModuleSpaces.Async.fetchLocales(String spaceId,
CMACallback<CMAArray<CMALocale>> callback)
Fetch Locales for a Space.
|
CMACallback<CMAArray<CMALocale>> |
ModuleSpaces.Async.fetchLocales(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMALocale>> callback)
Fetch Locales for a Space, using a query.
|
| Modifier and Type | Method and Description |
|---|---|
CMACallback<CMAArray<CMAWebhookCall>> |
ModuleWebhooks.Async.calls(String spaceId,
String webhookId,
CMACallback<CMAArray<CMAWebhookCall>> callback)
Asynchronous variant of
ModuleWebhooks.calls(String, String) |
CMACallback<CMAArray<CMASpace>> |
ModuleSpaces.Async.fetchAll(CMACallback<CMAArray<CMASpace>> callback)
Fetch all Spaces.
|
CMACallback<CMAArray<CMASpace>> |
ModuleSpaces.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMASpace>> callback)
Fetch all Spaces using a non empty query.
|
CMACallback<CMAArray<CMAAsset>> |
ModuleAssets.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAAsset>> callback)
Fetch all Assets from a Space.
|
CMACallback<CMAArray<CMAContentType>> |
ModuleContentTypes.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAContentType>> callback)
Fetch all Content Types from a Space.
|
CMACallback<CMAArray<CMAEntry>> |
ModuleEntries.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAEntry>> callback)
Fetch all Entries from a Space.
|
CMACallback<CMAArray<CMAWebhook>> |
ModuleWebhooks.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAWebhook>> callback)
Asynchronous variant of
ModuleWebhooks.fetchAll(String) |
CMACallback<CMAArray<CMAAsset>> |
ModuleAssets.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMAAsset>> callback)
Fetch all Assets from a Space with a query.
|
CMACallback<CMAArray<CMAContentType>> |
ModuleContentTypes.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMAContentType>> callback)
Fetch all Content Types from a Space with a query.
|
CMACallback<CMAArray<CMAEntry>> |
ModuleEntries.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMAEntry>> callback)
Fetch all Entries from a Space with a query.
|
CMACallback<CMAArray<CMALocale>> |
ModuleSpaces.Async.fetchLocales(String spaceId,
CMACallback<CMAArray<CMALocale>> callback)
Fetch Locales for a Space.
|
CMACallback<CMAArray<CMALocale>> |
ModuleSpaces.Async.fetchLocales(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMALocale>> callback)
Fetch Locales for a Space, using a query.
|
Copyright © 2017 Contentful, GmbH.. All Rights Reserved.