Uses of Class
com.moesif.api.models.UserModel
Packages that use UserModel
-
Uses of UserModel in com.moesif.api
Methods in com.moesif.api with parameters of type UserModelModifier and TypeMethodDescriptionvoidIAPIController.updateUser(UserModel body) Update a Single UservoidIAPIController.updateUserAsync(UserModel body, APICallBack<HttpResponse> callBack) Update a Single User asyncMethod parameters in com.moesif.api with type arguments of type UserModelModifier and TypeMethodDescriptionvoidIAPIController.updateUsersBatch(List<UserModel> body) Update multiple Users in a single batchvoidIAPIController.updateUsersBatchAsync(List<UserModel> body, APICallBack<HttpResponse> callBack) Update multiple Users in a single batch async -
Uses of UserModel in com.moesif.api.controllers
Methods in com.moesif.api.controllers with parameters of type UserModelModifier and TypeMethodDescriptionvoidAPIController.updateUser(UserModel body) Update a Single UservoidAPIController.updateUserAsync(UserModel body, APICallBack<HttpResponse> callBack) Update a Single User asyncMethod parameters in com.moesif.api.controllers with type arguments of type UserModelModifier and TypeMethodDescriptionvoidAPIController.updateUsersBatch(List<UserModel> body) Update multiple Users in a single batchvoidAPIController.updateUsersBatchAsync(List<UserModel> body, APICallBack<HttpResponse> callBack) Update multiple Users in a single batch async -
Uses of UserModel in com.moesif.api.models
Methods in com.moesif.api.models that return UserModel