Uses of Class
com.adyen.model.management.CreateUserResponse
-
Packages that use CreateUserResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of CreateUserResponse in com.adyen.model.management
Methods in com.adyen.model.management that return CreateUserResponse Modifier and Type Method Description CreateUserResponseCreateUserResponse. accountGroups(List<String> accountGroups)CreateUserResponseCreateUserResponse. active(Boolean active)CreateUserResponseCreateUserResponse. addAccountGroupsItem(String accountGroupsItem)CreateUserResponseCreateUserResponse. addAppsItem(String appsItem)CreateUserResponseCreateUserResponse. addRolesItem(String rolesItem)CreateUserResponseCreateUserResponse. apps(List<String> apps)CreateUserResponseCreateUserResponse. email(String email)static CreateUserResponseCreateUserResponse. fromJson(String jsonString)Create an instance of CreateUserResponse given an JSON stringCreateUserResponseCreateUserResponse. id(String id)CreateUserResponseCreateUserResponse. links(Links links)CreateUserResponseCreateUserResponse. name(Name name)CreateUserResponseCreateUserResponse. roles(List<String> roles)CreateUserResponseCreateUserResponse. timeZoneCode(String timeZoneCode)CreateUserResponseCreateUserResponse. username(String username) -
Uses of CreateUserResponse in com.adyen.service.management
Methods in com.adyen.service.management that return CreateUserResponse Modifier and Type Method Description CreateUserResponseUsersMerchantLevelApi. createNewUser(String merchantId, CreateMerchantUserRequest createMerchantUserRequest)Create a new userCreateUserResponseUsersMerchantLevelApi. createNewUser(String merchantId, CreateMerchantUserRequest createMerchantUserRequest, RequestOptions requestOptions)Create a new user
-