Uses of Class
com.adyen.model.management.User
-
Packages that use User Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of User in com.adyen.model.management
Methods in com.adyen.model.management that return User Modifier and Type Method Description UserUser. accountGroups(List<String> accountGroups)UserUser. active(Boolean active)UserUser. addAccountGroupsItem(String accountGroupsItem)UserUser. addRolesItem(String rolesItem)UserUser. email(String email)static UserUser. fromJson(String jsonString)Create an instance of User given an JSON stringUserUser. id(String id)UserUser. links(Links links)UserUser. name(Name name)UserUser. roles(List<String> roles)UserUser. timeZoneCode(String timeZoneCode)UserUser. username(String username)Methods in com.adyen.model.management that return types with arguments of type User Modifier and Type Method Description List<User>ListMerchantUsersResponse. getData()The list of users.Methods in com.adyen.model.management with parameters of type User Modifier and Type Method Description ListMerchantUsersResponseListMerchantUsersResponse. addDataItem(User dataItem)Method parameters in com.adyen.model.management with type arguments of type User Modifier and Type Method Description ListMerchantUsersResponseListMerchantUsersResponse. data(List<User> data)voidListMerchantUsersResponse. setData(List<User> data) -
Uses of User in com.adyen.service.management
Methods in com.adyen.service.management that return User Modifier and Type Method Description UserUsersMerchantLevel. getUserDetails(String merchantId, String userId)Get user detailsUserUsersMerchantLevel. updateUser(String merchantId, String userId, UpdateMerchantUserRequest updateMerchantUserRequest)Update a user
-