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)The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user.UserUser. active(Boolean active)Indicates whether this user is active.UserUser. addAccountGroupsItem(String accountGroupsItem)UserUser. addAppsItem(String appsItem)UserUser. addRolesItem(String rolesItem)UserUser. apps(List<String> apps)Set of apps available to this userUserUser. email(String email)The email address of the user.static UserUser. fromJson(String jsonString)Create an instance of User given an JSON stringUserUser. id(String id)The unique identifier of the user.UserUser. links(Links links)linksUserUser. name(Name name)nameUserUser. roles(List<String> roles)The list of [roles](https://docs.adyen.com/account/user-roles) for this user.UserUser. timeZoneCode(String timeZoneCode)The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user.UserUser. username(String username)The username for this user.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)The list of users.voidListMerchantUsersResponse. setData(List<User> data)The list of users. -
Uses of User in com.adyen.service.management
Methods in com.adyen.service.management that return User Modifier and Type Method Description UserUsersMerchantLevelApi. getUserDetails(String merchantId, String userId)Get user detailsUserUsersMerchantLevelApi. getUserDetails(String merchantId, String userId, RequestOptions requestOptions)Get user detailsUserUsersMerchantLevelApi. updateUser(String merchantId, String userId, UpdateMerchantUserRequest updateMerchantUserRequest)Update a userUserUsersMerchantLevelApi. updateUser(String merchantId, String userId, UpdateMerchantUserRequest updateMerchantUserRequest, RequestOptions requestOptions)Update a user
-