Uses of Class
com.contentful.java.cma.model.CMAApiKey
-
Packages that use CMAApiKey Package Description com.contentful.java.cma com.contentful.java.cma.model -
-
Uses of CMAApiKey in com.contentful.java.cma
Methods in com.contentful.java.cma that return CMAApiKey Modifier and Type Method Description CMAApiKeyModuleApiKeys. create(CMAApiKey key)Create a new delivery api key from the configured space.CMAApiKeyModuleApiKeys. create(java.lang.String spaceId, CMAApiKey key)Create a new delivery api key.CMAApiKeyModuleApiKeys. fetchOne(java.lang.String keyId)Fetch only one delivery api key from the configured space.CMAApiKeyModuleApiKeys. fetchOne(java.lang.String spaceId, java.lang.String keyId)Fetch only one delivery api key.CMAApiKeyModuleApiKeys. update(CMAApiKey key)Updates a delivery api key from the configured space.Methods in com.contentful.java.cma that return types with arguments of type CMAApiKey Modifier and Type Method Description CMACallback<CMAApiKey>ModuleApiKeys.Async. create(CMAApiKey key, CMACallback<CMAApiKey> callback)Create a new delivery api key.CMACallback<CMAApiKey>ModuleApiKeys.Async. create(java.lang.String spaceId, CMAApiKey key, CMACallback<CMAApiKey> callback)Create a new delivery api key.CMACallback<CMAArray<CMAApiKey>>ModuleApiKeys.Async. fetchAll(CMACallback<CMAArray<CMAApiKey>> callback)Fetch all delivery api keys.CMACallback<CMAArray<CMAApiKey>>ModuleApiKeys.Async. fetchAll(java.lang.String spaceId, CMACallback<CMAArray<CMAApiKey>> callback)Fetch all delivery api keys.CMACallback<CMAArray<CMAApiKey>>ModuleApiKeys.Async. fetchAll(java.lang.String spaceId, java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMAApiKey>> callback)Query for specific api keys.CMACallback<CMAArray<CMAApiKey>>ModuleApiKeys.Async. fetchAll(java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMAApiKey>> callback)Query for specific api keys.CMAArray<CMAApiKey>ModuleApiKeys. fetchAll()Fetch all delivery API keys from the configured space.CMAArray<CMAApiKey>ModuleApiKeys. fetchAll(java.lang.String spaceId)Fetch all delivery api keys from the given space.CMAArray<CMAApiKey>ModuleApiKeys. fetchAll(java.lang.String spaceId, java.util.Map<java.lang.String,java.lang.String> query)Query for specific api keys, overriding the configuration set.CMAArray<CMAApiKey>ModuleApiKeys. fetchAll(java.util.Map<java.lang.String,java.lang.String> query)Query for specific api keys from the configured space.CMACallback<CMAApiKey>ModuleApiKeys.Async. fetchOne(java.lang.String keyId, CMACallback<CMAApiKey> callback)Fetch only one delivery api key.CMACallback<CMAApiKey>ModuleApiKeys.Async. fetchOne(java.lang.String spaceId, java.lang.String keyId, CMACallback<CMAApiKey> callback)Fetch only one delivery api key.CMACallback<CMAApiKey>ModuleApiKeys.Async. update(CMAApiKey key, CMACallback<CMAApiKey> callback)Update an existing delivery api key.Methods in com.contentful.java.cma with parameters of type CMAApiKey Modifier and Type Method Description CMACallback<CMAApiKey>ModuleApiKeys.Async. create(CMAApiKey key, CMACallback<CMAApiKey> callback)Create a new delivery api key.CMACallback<CMAApiKey>ModuleApiKeys.Async. create(java.lang.String spaceId, CMAApiKey key, CMACallback<CMAApiKey> callback)Create a new delivery api key.CMAApiKeyModuleApiKeys. create(CMAApiKey key)Create a new delivery api key from the configured space.CMAApiKeyModuleApiKeys. create(java.lang.String spaceId, CMAApiKey key)Create a new delivery api key.CMACallback<java.lang.Integer>ModuleApiKeys.Async. delete(CMAApiKey key, CMACallback<java.lang.Integer> callback)Delete a given delivery api key.intModuleApiKeys. delete(CMAApiKey key)Delete a given api key from the configured space.CMACallback<CMAApiKey>ModuleApiKeys.Async. update(CMAApiKey key, CMACallback<CMAApiKey> callback)Update an existing delivery api key.CMAApiKeyModuleApiKeys. update(CMAApiKey key)Updates a delivery api key from the configured space.Method parameters in com.contentful.java.cma with type arguments of type CMAApiKey Modifier and Type Method Description CMACallback<CMAApiKey>ModuleApiKeys.Async. create(CMAApiKey key, CMACallback<CMAApiKey> callback)Create a new delivery api key.CMACallback<CMAApiKey>ModuleApiKeys.Async. create(java.lang.String spaceId, CMAApiKey key, CMACallback<CMAApiKey> callback)Create a new delivery api key.CMACallback<CMAArray<CMAApiKey>>ModuleApiKeys.Async. fetchAll(CMACallback<CMAArray<CMAApiKey>> callback)Fetch all delivery api keys.CMACallback<CMAArray<CMAApiKey>>ModuleApiKeys.Async. fetchAll(java.lang.String spaceId, CMACallback<CMAArray<CMAApiKey>> callback)Fetch all delivery api keys.CMACallback<CMAArray<CMAApiKey>>ModuleApiKeys.Async. fetchAll(java.lang.String spaceId, java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMAApiKey>> callback)Query for specific api keys.CMACallback<CMAArray<CMAApiKey>>ModuleApiKeys.Async. fetchAll(java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMAApiKey>> callback)Query for specific api keys.CMACallback<CMAApiKey>ModuleApiKeys.Async. fetchOne(java.lang.String keyId, CMACallback<CMAApiKey> callback)Fetch only one delivery api key.CMACallback<CMAApiKey>ModuleApiKeys.Async. fetchOne(java.lang.String spaceId, java.lang.String keyId, CMACallback<CMAApiKey> callback)Fetch only one delivery api key.CMACallback<CMAApiKey>ModuleApiKeys.Async. update(CMAApiKey key, CMACallback<CMAApiKey> callback)Update an existing delivery api key. -
Uses of CMAApiKey in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAApiKey Modifier and Type Method Description CMAApiKeyCMAApiKey. addEnvironment(java.lang.String environment)Add environment ids to the api key.CMAApiKeyCMAApiKey. setAccessToken(java.lang.String accessToken)CMAApiKeyCMAApiKey. setDescription(java.lang.String description)Update the description of this key.CMAApiKeyCMAApiKey. setName(java.lang.String name)Update the name of the key.CMAApiKeyCMAApiKey. setPreviewApiKey(CMALink previewApiKey)
-