Class UserProperties

    • Constructor Summary

      Constructors 
      Constructor Description
      UserProperties​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> customAttributes)
      Creates a new user properties instance with its custom attributes initialized with the content of the given map.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UserProperties clone()  
      java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getCustomAttributes()
      Returns a mutable map of the global custom attributes - the local attributes will not be returned.
      java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.List<java.lang.Object>>> getCustomAttributesMap()
      Returns custom attributes map for each service instance identifier.
      java.lang.String getEmail()
      Returns the e-mail.
      java.lang.String getFirstName()
      Returns the first name.
      java.lang.String getFullName()
      Returns the full name.
      java.lang.String getLastName()
      Returns the last name.
      java.lang.String getMiddleName()
      Returns the middle name.
      void setEmail​(java.lang.String email)
      Sets the e-mail.
      void setFirstName​(java.lang.String firstName)
      Sets the first name.
      void setLastName​(java.lang.String lastName)
      Sets the last name.
      void setMiddleName​(java.lang.String middleName)
      Sets the middle name.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserProperties

        public UserProperties​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> customAttributes)
        Creates a new user properties instance with its custom attributes initialized with the content of the given map.
        Parameters:
        customAttributes - the custom attributes values to use for initialization.
        Since:
        12.0.0