eu.emi.emir.client.query
Class URIQuery

java.lang.Object
  extended by eu.emi.emir.client.query.URIQuery
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EndpointQuery, URIQueryImpl

public abstract class URIQuery
extends Object
implements Serializable

Author:
a.memon
See Also:
Serialized Form

Nested Class Summary
static class URIQuery.URIQueryBuilder
           
 
Constructor Summary
protected URIQuery()
          use one of the static methods to obtain Builder and then obtain Query from that
 
Method Summary
static URIQuery.URIQueryBuilder builder()
           
static URIQuery.URIQueryBuilder endpointBuilder()
           
abstract  javax.ws.rs.core.MultivaluedMap<String,String> getMultiValuedMap()
           
abstract  String getQueryString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIQuery

protected URIQuery()
use one of the static methods to obtain Builder and then obtain Query from that

Method Detail

builder

public static URIQuery.URIQueryBuilder builder()

endpointBuilder

public static URIQuery.URIQueryBuilder endpointBuilder()

getQueryString

public abstract String getQueryString()

getMultiValuedMap

public abstract javax.ws.rs.core.MultivaluedMap<String,String> getMultiValuedMap()


Copyright © 2013 EMI. All Rights Reserved.