public abstract class NegotiatorQuery extends Object
| Constructor and Description |
|---|
NegotiatorQuery() |
| Modifier and Type | Method and Description |
|---|---|
static NegotiatorQuery |
create(String url,
List<Collection> collections,
String humanReadable,
String nToken) |
abstract List<Collection> |
getCollections() |
abstract String |
getHumanReadable() |
abstract String |
getnToken() |
abstract String |
getURL() |
public abstract String getURL()
public abstract List<Collection> getCollections()
public abstract String getHumanReadable()
public static NegotiatorQuery create(String url, List<Collection> collections, String humanReadable, String nToken)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.