Class SetRight

    • Field Detail

      • userProxId

        private String userProxId
        Identifier of the user's proxy, null for all users.
    • Constructor Detail

      • SetRight

        public SetRight​(String userProxId,
                        String destId)
        Constructs a SetRight instance.
        Parameters:
        userProxId - The identifier of the user's proxy, null for all users.
        destId - The identifier of the destination.
      • SetRight

        public SetRight()