com.atlassian.confluence.rest.api
Class RestApiResource

java.lang.Object
  extended by com.atlassian.confluence.rest.api.RestApiResource

public class RestApiResource
extends Object

A WebResource that includes methods specific to the Confluence REST API.


Constructor Summary
RestApiResource(com.sun.jersey.api.client.WebResource resource)
           
 
Method Summary
 com.sun.jersey.api.client.ClientResponse delete()
           
 RestApiResource expand(String expand)
           
<T> T
get(Class<T> c)
           
 com.sun.jersey.api.client.WebResource getWrappedResource()
           
 RestApiResource pageRequest(int start, int limit)
           
 RestApiResource path(long l)
           
 RestApiResource path(String path)
           
 RestApiResource queryParam(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestApiResource

public RestApiResource(com.sun.jersey.api.client.WebResource resource)
Method Detail

path

public RestApiResource path(String path)

path

public RestApiResource path(long l)

pageRequest

public RestApiResource pageRequest(int start,
                                   int limit)

expand

public RestApiResource expand(String expand)

queryParam

public RestApiResource queryParam(String key,
                                  String value)

get

public <T> T get(Class<T> c)

delete

public com.sun.jersey.api.client.ClientResponse delete()

getWrappedResource

public com.sun.jersey.api.client.WebResource getWrappedResource()


Copyright © 2003–2015 Atlassian. All rights reserved.