com.atlassian.confluence.it
Class Likes

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

public class Likes
extends Object

Misc utility methods for dealing with likes.

Since:
v5.2

Constructor Summary
Likes(org.apache.http.impl.client.DefaultHttpClient client, 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,
             String baseUrl)
Method Detail

addLikeForUser

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


Copyright © 2003–2015 Atlassian. All rights reserved.