Class NegotiatorQuery
- java.lang.Object
-
- org.molgenis.dataexplorer.negotiator.NegotiatorQuery
-
public abstract class NegotiatorQuery extends Object
-
-
Constructor Summary
Constructors Constructor Description NegotiatorQuery()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static NegotiatorQuerycreate(String url, List<Collection> collections, String humanReadable, String nToken)abstract List<Collection>getCollections()abstract StringgetHumanReadable()abstract StringgetnToken()abstract StringgetURL()
-
-
-
Method Detail
-
getURL
public abstract String getURL()
-
getCollections
public abstract List<Collection> getCollections()
-
getHumanReadable
public abstract String getHumanReadable()
-
getnToken
@Nullable @CheckForNull public abstract String getnToken()
-
create
public static NegotiatorQuery create(String url, List<Collection> collections, String humanReadable, String nToken)
-
-