public abstract class IndustryRequest extends Request
| Modifier and Type | Field and Description |
|---|---|
protected TransactionIndustryDataRequest |
data |
protected Transaction.IndustryType |
industryType |
| Constructor and Description |
|---|
IndustryRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected RequestBuilder |
buildRequest(String root) |
TransactionIndustryDataRequest |
data() |
IndustryRequest |
industryType(Transaction.IndustryType industryType) |
String |
toQueryString(String root) |
String |
toXML() |
buildXMLElement, buildXMLElement, getKind, toGraphQLVariables, toQueryStringprotected Transaction.IndustryType industryType
protected TransactionIndustryDataRequest data
public IndustryRequest industryType(Transaction.IndustryType industryType)
public TransactionIndustryDataRequest data()
public String toQueryString(String root)
toQueryString in class Requestprotected RequestBuilder buildRequest(String root)
Copyright © 2013–2018. All rights reserved.