Uses of Class
com.contentful.java.cma.model.CMAUser
-
Packages that use CMAUser Package Description com.contentful.java.cma -
-
Uses of CMAUser in com.contentful.java.cma
Methods in com.contentful.java.cma that return CMAUser Modifier and Type Method Description CMAUserModuleUsers. fetchMe()Fetch your user information.Methods in com.contentful.java.cma that return types with arguments of type CMAUser Modifier and Type Method Description CMACallback<CMAUser>ModuleUsers.Async. fetchMe(CMACallback<CMAUser> callback)Fetch your user information.Method parameters in com.contentful.java.cma with type arguments of type CMAUser Modifier and Type Method Description CMACallback<CMAUser>ModuleUsers.Async. fetchMe(CMACallback<CMAUser> callback)Fetch your user information.
-