Class ActivityActor

    • Constructor Detail

      • ActivityActor

        public ActivityActor()
    • Method Detail

      • getId

        public String getId()
        Returns the identifier of this actor.

        Currently the only actor type supported is LumisXP user. The identifier must be a user identifier.

        Returns:
        the identifier of this actor.
        Since:
        8.2.0
      • setId

        public void setId​(String id)
        Sets the identifier of this actor.

        Currently the only actor type supported is LumisXP user. The identifier must be a user identifier.

        Parameters:
        id - the identifier.
        Since:
        8.2.0