- fetchAll(String, CMACallback<CMAArray<CMAAsset>>) - Method in class com.contentful.java.cma.ModuleAssets.Async
-
Fetch all Assets from a Space.
- fetchAll(String) - Method in class com.contentful.java.cma.ModuleAssets
-
Fetch all Assets from a Space.
- fetchAll(String, CMACallback<CMAArray<CMAContentType>>) - Method in class com.contentful.java.cma.ModuleContentTypes.Async
-
Fetch all Content Types from a Space.
- fetchAll(String) - Method in class com.contentful.java.cma.ModuleContentTypes
-
Fetch all Content Types from a Space.
- fetchAll(String, CMACallback<CMAArray<CMAEntry>>) - Method in class com.contentful.java.cma.ModuleEntries.Async
-
Fetch all Entries from a Space.
- fetchAll(String) - Method in class com.contentful.java.cma.ModuleEntries
-
Fetch all Entries from a Space.
- 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.
- getCode() - Method in class com.contentful.java.cma.model.CMALocale
-
Returns the code attribute of this locale.
- getDisplayField() - Method in class com.contentful.java.cma.model.CMAContentType
-
Returns the display field of this Content Type.
- getFields() - Method in class com.contentful.java.cma.model.CMAAsset
-
Returns a map of fields for this Asset.
- getFields() - Method in class com.contentful.java.cma.model.CMAContentType
-
Returns a list of fields for this Content Type.
- getFields() - Method in class com.contentful.java.cma.model.CMAEntry
-
Returns a map of fields for this Entry.
- getId() - Method in class com.contentful.java.cma.model.CMAField
-
Returns the id attribute of this field.
- getIncludes() - Method in class com.contentful.java.cma.model.CMAArray
-
Returns a map of included resources.
- getItems() - Method in class com.contentful.java.cma.model.CMAArray
-
Returns the list of resources for this array.
- getLimit() - Method in class com.contentful.java.cma.model.CMAArray
-
Returns the limit attribute for this array.
- getLinkType() - Method in class com.contentful.java.cma.model.CMAField
-
Returns the linkType attribute of this field.
- getName() - Method in class com.contentful.java.cma.model.CMAContentType
-
Returns the name of this Content Type.
- getName() - Method in class com.contentful.java.cma.model.CMAField
-
Returns the name attribute of this field.
- getName() - Method in class com.contentful.java.cma.model.CMALocale
-
Returns the name attribute of this locale.
- getName() - Method in class com.contentful.java.cma.model.CMASpace
-
Returns the name of this Space.
- getResourceId() - Method in class com.contentful.java.cma.model.CMAResource
-
Returns the sys.id value, null if it is does not exist.
- getSkip() - Method in class com.contentful.java.cma.model.CMAArray
-
Returns the skip attribute for this array.
- getSpaceId() - Method in class com.contentful.java.cma.model.CMAResource
-
Returns the ID of the Space associated with this resource, null if it does not exist.
- getSys() - Method in class com.contentful.java.cma.model.CMAResource
-
Returns a map of system attributes.
- getTotal() - Method in class com.contentful.java.cma.model.CMAArray
-
Returns the total number of resources contained within this array.
- getType() - Method in class com.contentful.java.cma.model.CMAField
-
Returns the type attribute of this field.
- getValidations() - Method in class com.contentful.java.cma.model.CMAField
-
Returns a List of validation rules for this field.
- getVersion() - Method in class com.contentful.java.cma.model.CMAResource
-
Returns the sys.version value, null if it does not exist.
- setAccessToken(String) - Method in class com.contentful.java.cma.CMAClient.Builder
-
Sets the access token for this client.
- setCallbackExecutor(Executor) - Method in class com.contentful.java.cma.CMAClient.Builder
-
Sets the executor to use when invoking asynchronous callbacks.
- setClient(Client) - Method in class com.contentful.java.cma.CMAClient.Builder
-
Sets a custom HTTP client.
- setClientProvider(Client.Provider) - Method in class com.contentful.java.cma.CMAClient.Builder
-
Sets a custom HTTP client provider.
- 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.
- setLogLevel(RestAdapter.LogLevel) - 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.
- 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
-
Returns the Spaces module.