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. addAppsItem(String appsItem)UserUser. addRolesItem(String rolesItem)UserUser. apps(List<String> apps)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)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
-