com.atlassian.confluence.it
Class Likes

java.lang.Object
  extended by com.atlassian.confluence.it.Likes

public class Likes
extends java.lang.Object

Misc utility methods for dealing with likes.

Since:
v5.2

Constructor Summary
Likes(org.apache.http.impl.client.DefaultHttpClient client, java.lang.String baseUrl)
           
 
Method Summary
 void addLikeForUser(long entityId, User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Likes

public Likes(org.apache.http.impl.client.DefaultHttpClient client,
             java.lang.String baseUrl)
Method Detail

addLikeForUser

public void addLikeForUser(long entityId,
                           User user)
                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003-2014 Atlassian. All Rights Reserved.