com.atlassian.confluence.plugins.rest.service
Class RestSearchParameters

java.lang.Object
  extended by com.atlassian.confluence.plugins.rest.service.RestSearchParameters

public class RestSearchParameters
extends Object


Constructor Summary
RestSearchParameters(String query, String type, String spaceKey, Set<String> attachmentType)
           
 
Method Summary
 Set<String> getAttachmentType()
           
 String getQuery()
           
 String getSpaceKey()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestSearchParameters

public RestSearchParameters(String query,
                            String type,
                            String spaceKey,
                            Set<String> attachmentType)
Method Detail

getQuery

public String getQuery()

getType

public String getType()

getSpaceKey

public String getSpaceKey()

getAttachmentType

public Set<String> getAttachmentType()


Copyright © 2003-2011 Atlassian. All Rights Reserved.