Uses of Class
com.contentful.java.cma.model.CMALocale
-
Packages that use CMALocale Package Description com.contentful.java.cma com.contentful.java.cma.gson com.contentful.java.cma.model -
-
Uses of CMALocale in com.contentful.java.cma
Methods in com.contentful.java.cma that return CMALocale Modifier and Type Method Description CMALocaleModuleLocales. create(CMALocale locale)Create a new locale in the configured space and environment.CMALocaleModuleLocales. create(java.lang.String spaceId, java.lang.String environmentId, CMALocale locale)Create a new locale in the given space and environment.CMALocaleModuleLocales. fetchOne(java.lang.String localeId)Fetches one locale by its id using the configured space and environment.CMALocaleModuleLocales. fetchOne(java.lang.String spaceId, java.lang.String environmentId, java.lang.String localeId)Fetches one locale by its id from the given space and environment.CMALocaleModuleLocales. update(CMALocale locale)Update the given locale instance on Contentful.Methods in com.contentful.java.cma that return types with arguments of type CMALocale Modifier and Type Method Description CMACallback<CMALocale>ModuleLocales.Async. create(CMALocale locale, CMACallback<CMALocale> callback)Asynchronously create a new locale in the configured space and environment.CMACallback<CMALocale>ModuleLocales.Async. create(java.lang.String spaceId, java.lang.String environmentId, CMALocale locale, CMACallback<CMALocale> callback)Asynchronously create a new locale.io.reactivex.Flowable<CMALocale>ServiceLocales. create(java.lang.String spaceId, java.lang.String environmentId, CMALocale locale)CMACallback<CMAArray<CMALocale>>ModuleLocales.Async. fetchAll(CMACallback<CMAArray<CMALocale>> callback)Fetch all locales from the configured space and environment, asynchronously.CMACallback<CMAArray<CMALocale>>ModuleLocales.Async. fetchAll(java.lang.String spaceId, java.lang.String environmentId, CMACallback<CMAArray<CMALocale>> callback)Fetch all locales of the given space and environment, asynchronously.CMAArray<CMALocale>ModuleLocales. fetchAll()Fetch all locales of the configured space.CMAArray<CMALocale>ModuleLocales. fetchAll(java.lang.String spaceId, java.lang.String environmentId)Fetch all locales of the given space and environment.io.reactivex.Flowable<CMAArray<CMALocale>>ServiceLocales. fetchAll(java.lang.String spaceId, java.lang.String environmentId)CMACallback<CMALocale>ModuleLocales.Async. fetchOne(java.lang.String localeId, CMACallback<CMALocale> callback)Fetches one locale by the configured space and environment, asynchronously.CMACallback<CMALocale>ModuleLocales.Async. fetchOne(java.lang.String spaceId, java.lang.String environmentId, java.lang.String localeId, CMACallback<CMALocale> callback)Fetches one locale by its id and the given space and environment, asynchronously.io.reactivex.Flowable<CMALocale>ServiceLocales. fetchOne(java.lang.String spaceId, java.lang.String environmentId, java.lang.String localeId)CMACallback<CMALocale>ModuleLocales.Async. update(CMALocale locale, CMACallback<CMALocale> callback)Update the given locale instance on Contentful, asynchronously.io.reactivex.Flowable<CMALocale>ServiceLocales. update(java.lang.String spaceId, java.lang.String environmentId, java.lang.String localeId, CMALocale locale, java.lang.Integer version)Methods in com.contentful.java.cma with parameters of type CMALocale Modifier and Type Method Description CMACallback<CMALocale>ModuleLocales.Async. create(CMALocale locale, CMACallback<CMALocale> callback)Asynchronously create a new locale in the configured space and environment.CMACallback<CMALocale>ModuleLocales.Async. create(java.lang.String spaceId, java.lang.String environmentId, CMALocale locale, CMACallback<CMALocale> callback)Asynchronously create a new locale.CMALocaleModuleLocales. create(CMALocale locale)Create a new locale in the configured space and environment.CMALocaleModuleLocales. create(java.lang.String spaceId, java.lang.String environmentId, CMALocale locale)Create a new locale in the given space and environment.io.reactivex.Flowable<CMALocale>ServiceLocales. create(java.lang.String spaceId, java.lang.String environmentId, CMALocale locale)CMACallback<java.lang.Integer>ModuleLocales.Async. delete(CMALocale locale, CMACallback<java.lang.Integer> callback)Delete the given locale instance asynchronously.intModuleLocales. delete(CMALocale locale)Delete the given locale instance.CMACallback<CMALocale>ModuleLocales.Async. update(CMALocale locale, CMACallback<CMALocale> callback)Update the given locale instance on Contentful, asynchronously.CMALocaleModuleLocales. update(CMALocale locale)Update the given locale instance on Contentful.io.reactivex.Flowable<CMALocale>ServiceLocales. update(java.lang.String spaceId, java.lang.String environmentId, java.lang.String localeId, CMALocale locale, java.lang.Integer version)Method parameters in com.contentful.java.cma with type arguments of type CMALocale Modifier and Type Method Description CMACallback<CMALocale>ModuleLocales.Async. create(CMALocale locale, CMACallback<CMALocale> callback)Asynchronously create a new locale in the configured space and environment.CMACallback<CMALocale>ModuleLocales.Async. create(java.lang.String spaceId, java.lang.String environmentId, CMALocale locale, CMACallback<CMALocale> callback)Asynchronously create a new locale.CMACallback<CMAArray<CMALocale>>ModuleLocales.Async. fetchAll(CMACallback<CMAArray<CMALocale>> callback)Fetch all locales from the configured space and environment, asynchronously.CMACallback<CMAArray<CMALocale>>ModuleLocales.Async. fetchAll(java.lang.String spaceId, java.lang.String environmentId, CMACallback<CMAArray<CMALocale>> callback)Fetch all locales of the given space and environment, asynchronously.CMACallback<CMALocale>ModuleLocales.Async. fetchOne(java.lang.String localeId, CMACallback<CMALocale> callback)Fetches one locale by the configured space and environment, asynchronously.CMACallback<CMALocale>ModuleLocales.Async. fetchOne(java.lang.String spaceId, java.lang.String environmentId, java.lang.String localeId, CMACallback<CMALocale> callback)Fetches one locale by its id and the given space and environment, asynchronously.CMACallback<CMALocale>ModuleLocales.Async. update(CMALocale locale, CMACallback<CMALocale> callback)Update the given locale instance on Contentful, asynchronously. -
Uses of CMALocale in com.contentful.java.cma.gson
Methods in com.contentful.java.cma.gson with parameters of type CMALocale Modifier and Type Method Description com.google.gson.JsonElementLocaleSerializer. serialize(CMALocale src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context) -
Uses of CMALocale in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMALocale Modifier and Type Method Description CMALocaleCMALocale. setCode(java.lang.String code)Set the code of the locale.CMALocaleCMALocale. setContentDeliveryApi(boolean contentDeliveryApi)Change this locale to be available in the content deliver api.CMALocaleCMALocale. setContentManagementApi(boolean contentManagementApi)Change this locale to be the used on the management api.CMALocaleCMALocale. setDefault(boolean isDefault)Deprecated.Setting this to default will not get send to the backend.CMALocaleCMALocale. setFallbackCode(java.lang.String fallbackCode)Set the fallback locale to be used once a localized field is not set in CDA.CMALocaleCMALocale. setId(java.lang.String id)Convenience: Update the id of this entry without going throughCMAResource.getSystem().CMALocaleCMALocale. setName(java.lang.String name)Change or create a human readable name of this locale.CMALocaleCMALocale. setOptional(boolean optional)Control whether this locale is optional.CMALocaleCMALocale. setSpaceId(java.lang.String spaceId)Convenience: Update the space id of this entry without going throughCMAResource.getSystem().CMALocaleCMALocale. setSystem(CMASystem system)Sets the system field.CMALocaleCMALocale. setVersion(java.lang.Integer version)Convenience: Update the version of this entry without going throughCMAResource.getSystem().
-