Uses of Class
com.moesif.api.models.UserModel
-
Packages that use UserModel Package Description com.moesif.api com.moesif.api.controllers com.moesif.api.models -
-
Uses of UserModel in com.moesif.api
Methods in com.moesif.api with parameters of type UserModel Modifier and Type Method Description voidIAPIController. 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 UserModel Modifier and Type Method Description voidIAPIController. 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 UserModel Modifier and Type Method Description voidAPIController. 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 UserModel Modifier and Type Method Description voidAPIController. 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 Modifier and Type Method Description UserModelUserBuilder. build()Build the instance with the given values
-