Class UpdateMerchantUserRequest


  • public class UpdateMerchantUserRequest
    extends Object
    UpdateMerchantUserRequest
    • Constructor Detail

      • UpdateMerchantUserRequest

        public UpdateMerchantUserRequest()
    • Method Detail

      • getAccountGroups

        public List<String> getAccountGroups()
        The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user.
        Returns:
        accountGroups
      • setAccountGroups

        public void setAccountGroups​(List<String> accountGroups)
        The list of [account groups](https://docs.adyen.com/account/account-structure#account-groups) associated with this user.
        Parameters:
        accountGroups -
      • getActive

        public Boolean getActive()
        Sets the status of the user to active (**true**) or inactive (**false**).
        Returns:
        active
      • setActive

        public void setActive​(Boolean active)
        Sets the status of the user to active (**true**) or inactive (**false**).
        Parameters:
        active -
      • getEmail

        public String getEmail()
        The email address of the user.
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
        The email address of the user.
        Parameters:
        email -
      • getName

        public Name2 getName()
        Get name
        Returns:
        name
      • setName

        public void setName​(Name2 name)
        name
        Parameters:
        name -
      • getRoles

        public List<String> getRoles()
        The list of [roles](https://docs.adyen.com/account/user-roles) for this user.
        Returns:
        roles
      • setRoles

        public void setRoles​(List<String> roles)
        The list of [roles](https://docs.adyen.com/account/user-roles) for this user.
        Parameters:
        roles -
      • getTimeZoneCode

        public String getTimeZoneCode()
        The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user. For example, **Europe/Amsterdam**.
        Returns:
        timeZoneCode
      • setTimeZoneCode

        public void setTimeZoneCode​(String timeZoneCode)
        The [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the time zone of the user. For example, **Europe/Amsterdam**.
        Parameters:
        timeZoneCode -
      • equals

        public boolean equals​(Object o)
        Return true if this UpdateMerchantUserRequest object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static UpdateMerchantUserRequest fromJson​(String jsonString)
                                                  throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of UpdateMerchantUserRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of UpdateMerchantUserRequest
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to UpdateMerchantUserRequest
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of UpdateMerchantUserRequest to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException