Uses of Class
com.contentful.java.cma.model.CMAOrganization
-
Packages that use CMAOrganization Package Description com.contentful.java.cma com.contentful.java.cma.model -
-
Uses of CMAOrganization in com.contentful.java.cma
Methods in com.contentful.java.cma that return types with arguments of type CMAOrganization Modifier and Type Method Description CMACallback<CMAArray<CMAOrganization>>ModuleOrganizations.Async. fetchAll(CMACallback<CMAArray<CMAOrganization>> callback)Fetch all organizations accessible.CMACallback<CMAArray<CMAOrganization>>ModuleOrganizations.Async. fetchAll(java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMAOrganization>> callback)Fetch specific organizations accessible.CMAArray<CMAOrganization>ModuleOrganizations. fetchAll()Fetch all organizations the token has access to.CMAArray<CMAOrganization>ModuleOrganizations. fetchAll(java.util.Map<java.lang.String,java.lang.String> query)Fetch specific organizations the token has access to.Method parameters in com.contentful.java.cma with type arguments of type CMAOrganization Modifier and Type Method Description CMACallback<CMAArray<CMAOrganization>>ModuleOrganizations.Async. fetchAll(CMACallback<CMAArray<CMAOrganization>> callback)Fetch all organizations accessible.CMACallback<CMAArray<CMAOrganization>>ModuleOrganizations.Async. fetchAll(java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMAOrganization>> callback)Fetch specific organizations accessible. -
Uses of CMAOrganization in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAOrganization Modifier and Type Method Description CMAOrganizationCMAOrganization. setName(java.lang.String name)Update the name of the organization.
-