Package | Description |
---|---|
com.contentful.java.cma |
Modifier and Type | Method and Description |
---|---|
CMAPreviewApiKey |
ModulePreviewApiKeys.fetchOne(java.lang.String keyId)
Fetch only one preview api key from the configured space.
|
CMAPreviewApiKey |
ModulePreviewApiKeys.fetchOne(java.lang.String spaceId,
java.lang.String keyId)
Fetch only one preview api key.
|
Modifier and Type | Method and Description |
---|---|
CMAArray<CMAPreviewApiKey> |
ModulePreviewApiKeys.fetchAll()
Fetch all preview API keys from the configured space.
|
CMACallback<CMAArray<CMAPreviewApiKey>> |
ModulePreviewApiKeys.Async.fetchAll(CMACallback<CMAArray<CMAPreviewApiKey>> callback)
Fetch all preview api keys.
|
CMAArray<CMAPreviewApiKey> |
ModulePreviewApiKeys.fetchAll(java.lang.String spaceId)
Fetch all preview api keys from the given space.
|
CMACallback<CMAArray<CMAPreviewApiKey>> |
ModulePreviewApiKeys.Async.fetchAll(java.lang.String spaceId,
CMACallback<CMAArray<CMAPreviewApiKey>> callback)
Fetch all preview api keys.
|
CMACallback<CMAPreviewApiKey> |
ModulePreviewApiKeys.Async.fetchOne(java.lang.String keyId,
CMACallback<CMAPreviewApiKey> callback)
Fetch only one preview api key.
|
CMACallback<CMAPreviewApiKey> |
ModulePreviewApiKeys.Async.fetchOne(java.lang.String spaceId,
java.lang.String keyId,
CMACallback<CMAPreviewApiKey> callback)
Fetch only one preview api key.
|
Modifier and Type | Method and Description |
---|---|
CMACallback<CMAArray<CMAPreviewApiKey>> |
ModulePreviewApiKeys.Async.fetchAll(CMACallback<CMAArray<CMAPreviewApiKey>> callback)
Fetch all preview api keys.
|
CMACallback<CMAArray<CMAPreviewApiKey>> |
ModulePreviewApiKeys.Async.fetchAll(java.lang.String spaceId,
CMACallback<CMAArray<CMAPreviewApiKey>> callback)
Fetch all preview api keys.
|
CMACallback<CMAPreviewApiKey> |
ModulePreviewApiKeys.Async.fetchOne(java.lang.String keyId,
CMACallback<CMAPreviewApiKey> callback)
Fetch only one preview api key.
|
CMACallback<CMAPreviewApiKey> |
ModulePreviewApiKeys.Async.fetchOne(java.lang.String spaceId,
java.lang.String keyId,
CMACallback<CMAPreviewApiKey> callback)
Fetch only one preview api key.
|
Copyright © 2019 Contentful, GmbH.. All Rights Reserved.