Uses of Class
com.contentful.java.cma.model.CMARole
-
Packages that use CMARole Package Description com.contentful.java.cma com.contentful.java.cma.model -
-
Uses of CMARole in com.contentful.java.cma
Methods in com.contentful.java.cma that return CMARole Modifier and Type Method Description CMARoleModuleRoles. create(CMARole role)Create a new role.CMARoleModuleRoles. create(java.lang.String spaceId, CMARole role)Create a new role.CMARoleModuleRoles. fetchOne(java.lang.String roleId)Fetches one role by its id from Contentful.CMARoleModuleRoles. fetchOne(java.lang.String spaceId, java.lang.String roleId)Fetches one role by its id from Contentful.CMARoleModuleRoles. update(CMARole role)Update the given role instance on Contentful.Methods in com.contentful.java.cma that return types with arguments of type CMARole Modifier and Type Method Description CMACallback<CMARole>ModuleRoles.Async. create(CMARole role, CMACallback<CMARole> callback)Asynchronously create a new role.CMACallback<CMARole>ModuleRoles.Async. create(java.lang.String spaceId, CMARole role, CMACallback<CMARole> callback)Asynchronously create a new role.io.reactivex.Flowable<CMARole>ServiceRoles. create(java.lang.String spaceId, CMARole role)CMACallback<CMAArray<CMARole>>ModuleRoles.Async. fetchAll(CMACallback<CMAArray<CMARole>> callback)Fetch all roles of this space, asynchronously.CMACallback<CMAArray<CMARole>>ModuleRoles.Async. fetchAll(java.lang.String spaceId, CMACallback<CMAArray<CMARole>> callback)Fetch all roles of this space, asynchronously.CMACallback<CMAArray<CMARole>>ModuleRoles.Async. fetchAll(java.lang.String spaceId, java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMARole>> callback)Fetch specific roles of this space.CMACallback<CMAArray<CMARole>>ModuleRoles.Async. fetchAll(java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMARole>> callback)Fetch specific roles of this space.CMAArray<CMARole>ModuleRoles. fetchAll()Fetch all roles of the configured space.CMAArray<CMARole>ModuleRoles. fetchAll(java.lang.String spaceId)Fetch all roles of this space.CMAArray<CMARole>ModuleRoles. fetchAll(java.lang.String spaceId, java.util.Map<java.lang.String,java.lang.String> query)Fetch specific roles of this space.CMAArray<CMARole>ModuleRoles. fetchAll(java.util.Map<java.lang.String,java.lang.String> query)Fetch specific roles of the configured space.io.reactivex.Flowable<CMAArray<CMARole>>ServiceRoles. fetchAll(java.lang.String spaceId)io.reactivex.Flowable<CMAArray<CMARole>>ServiceRoles. fetchAll(java.lang.String spaceId, java.util.Map<java.lang.String,java.lang.String> query)CMACallback<CMARole>ModuleRoles.Async. fetchOne(java.lang.String roleId, CMACallback<CMARole> callback)Fetches one role by its id from Contentful asynchronously.CMACallback<CMARole>ModuleRoles.Async. fetchOne(java.lang.String spaceId, java.lang.String roleId, CMACallback<CMARole> callback)Fetches one role by its id from Contentful asynchronously.io.reactivex.Flowable<CMARole>ServiceRoles. fetchOne(java.lang.String spaceId, java.lang.String roleId)CMACallback<CMARole>ModuleRoles.Async. update(CMARole role, CMACallback<CMARole> callback)Update the given role instance on Contentful, asynchronously.io.reactivex.Flowable<CMARole>ServiceRoles. update(java.lang.String spaceId, java.lang.String roleId, CMARole role, java.lang.Integer version)Methods in com.contentful.java.cma with parameters of type CMARole Modifier and Type Method Description CMACallback<CMARole>ModuleRoles.Async. create(CMARole role, CMACallback<CMARole> callback)Asynchronously create a new role.CMACallback<CMARole>ModuleRoles.Async. create(java.lang.String spaceId, CMARole role, CMACallback<CMARole> callback)Asynchronously create a new role.CMARoleModuleRoles. create(CMARole role)Create a new role.CMARoleModuleRoles. create(java.lang.String spaceId, CMARole role)Create a new role.io.reactivex.Flowable<CMARole>ServiceRoles. create(java.lang.String spaceId, CMARole role)CMACallback<java.lang.Integer>ModuleRoles.Async. delete(CMARole role, CMACallback<java.lang.Integer> callback)Delete the given role instance asynchronously.intModuleRoles. delete(CMARole role)Delete the given role instance.CMACallback<CMARole>ModuleRoles.Async. update(CMARole role, CMACallback<CMARole> callback)Update the given role instance on Contentful, asynchronously.CMARoleModuleRoles. update(CMARole role)Update the given role instance on Contentful.io.reactivex.Flowable<CMARole>ServiceRoles. update(java.lang.String spaceId, java.lang.String roleId, CMARole role, java.lang.Integer version)Method parameters in com.contentful.java.cma with type arguments of type CMARole Modifier and Type Method Description CMACallback<CMARole>ModuleRoles.Async. create(CMARole role, CMACallback<CMARole> callback)Asynchronously create a new role.CMACallback<CMARole>ModuleRoles.Async. create(java.lang.String spaceId, CMARole role, CMACallback<CMARole> callback)Asynchronously create a new role.CMACallback<CMAArray<CMARole>>ModuleRoles.Async. fetchAll(CMACallback<CMAArray<CMARole>> callback)Fetch all roles of this space, asynchronously.CMACallback<CMAArray<CMARole>>ModuleRoles.Async. fetchAll(java.lang.String spaceId, CMACallback<CMAArray<CMARole>> callback)Fetch all roles of this space, asynchronously.CMACallback<CMAArray<CMARole>>ModuleRoles.Async. fetchAll(java.lang.String spaceId, java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMARole>> callback)Fetch specific roles of this space.CMACallback<CMAArray<CMARole>>ModuleRoles.Async. fetchAll(java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMARole>> callback)Fetch specific roles of this space.CMACallback<CMARole>ModuleRoles.Async. fetchOne(java.lang.String roleId, CMACallback<CMARole> callback)Fetches one role by its id from Contentful asynchronously.CMACallback<CMARole>ModuleRoles.Async. fetchOne(java.lang.String spaceId, java.lang.String roleId, CMACallback<CMARole> callback)Fetches one role by its id from Contentful asynchronously.CMACallback<CMARole>ModuleRoles.Async. update(CMARole role, CMACallback<CMARole> callback)Update the given role instance on Contentful, asynchronously. -
Uses of CMARole in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMARole Modifier and Type Method Description CMARoleCMARole. addPolicy(CMAPolicy policy)Add a new policy to the existing ones, creating a new list if needed.CMARoleCMARole. setDescription(java.lang.String description)Update or set the description of this role.CMARoleCMARole. setId(java.lang.String id)Sets the id of this space membership.CMARoleCMARole. setName(java.lang.String name)Update the name of the role.CMARoleCMARole. setPermissions(CMAPermissions permissions)Replace the currently set permissions with a new one.CMARoleCMARole. setSpaceId(java.lang.String id)Sets the id of this space memberships space.CMARoleCMARole. setVersion(java.lang.Integer version)Set the version of this space membership.
-