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, toQueryString
protected Transaction.IndustryType industryType
protected TransactionIndustryDataRequest data
public IndustryRequest industryType(Transaction.IndustryType industryType)
public TransactionIndustryDataRequest data()
public String toQueryString(String root)
toQueryString
in class Request
protected RequestBuilder buildRequest(String root)
Copyright © 2013-2020. All Rights Reserved.