eu.emi.emir.client.query
Class URIQuery
java.lang.Object
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
|
Constructor Summary |
protected |
URIQuery()
use one of the static methods to obtain Builder and then obtain Query from that |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URIQuery
protected URIQuery()
- use one of the static methods to obtain Builder and then obtain Query from that
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.