Uses of Class
com.adyen.model.management.CompanyUser
-
Packages that use CompanyUser Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of CompanyUser in com.adyen.model.management
Methods in com.adyen.model.management that return CompanyUser Modifier and Type Method Description CompanyUserCompanyUser. accountGroups(List<String> accountGroups)The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user.CompanyUserCompanyUser. active(Boolean active)Indicates whether this user is active.CompanyUserCompanyUser. addAccountGroupsItem(String accountGroupsItem)CompanyUserCompanyUser. addAppsItem(String appsItem)CompanyUserCompanyUser. addAssociatedMerchantAccountsItem(String associatedMerchantAccountsItem)CompanyUserCompanyUser. addRolesItem(String rolesItem)CompanyUserCompanyUser. apps(List<String> apps)Set of apps available to this userCompanyUserCompanyUser. associatedMerchantAccounts(List<String> associatedMerchantAccounts)The list of [merchant accounts](https://docs.adyen.com/account/account-structure#merchant-accounts) associated with this user.CompanyUserCompanyUser. email(String email)The email address of the user.static CompanyUserCompanyUser. fromJson(String jsonString)Create an instance of CompanyUser given an JSON stringCompanyUserCompanyUser. id(String id)The unique identifier of the user.CompanyUserCompanyUser. links(Links links)linksCompanyUserCompanyUser. name(Name name)nameCompanyUserCompanyUser. roles(List<String> roles)The list of [roles](https://docs.adyen.com/account/user-roles) for this user.CompanyUserCompanyUser. 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.CompanyUserCompanyUser. username(String username)The username for this user.Methods in com.adyen.model.management that return types with arguments of type CompanyUser Modifier and Type Method Description List<CompanyUser>ListCompanyUsersResponse. getData()The list of users.Methods in com.adyen.model.management with parameters of type CompanyUser Modifier and Type Method Description ListCompanyUsersResponseListCompanyUsersResponse. addDataItem(CompanyUser dataItem)Method parameters in com.adyen.model.management with type arguments of type CompanyUser Modifier and Type Method Description ListCompanyUsersResponseListCompanyUsersResponse. data(List<CompanyUser> data)The list of users.voidListCompanyUsersResponse. setData(List<CompanyUser> data)The list of users. -
Uses of CompanyUser in com.adyen.service.management
Methods in com.adyen.service.management that return CompanyUser Modifier and Type Method Description CompanyUserUsersCompanyLevelApi. getUserDetails(String companyId, String userId)Get user detailsCompanyUserUsersCompanyLevelApi. getUserDetails(String companyId, String userId, RequestOptions requestOptions)Get user detailsCompanyUserUsersCompanyLevelApi. updateUserDetails(String companyId, String userId, UpdateCompanyUserRequest updateCompanyUserRequest)Update user detailsCompanyUserUsersCompanyLevelApi. updateUserDetails(String companyId, String userId, UpdateCompanyUserRequest updateCompanyUserRequest, RequestOptions requestOptions)Update user details
-