public abstract class NegotiatorRequest extends Object
| Constructor and Description |
|---|
NegotiatorRequest() |
| Modifier and Type | Method and Description |
|---|---|
static NegotiatorRequest |
create(String url,
String entityId,
String rsql,
String humanReadable,
String nToken) |
abstract String |
getEntityId() |
abstract String |
getHumanReadable() |
abstract String |
getnToken() |
abstract String |
getRsql() |
abstract String |
getURL() |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.