Package nxt.http.callers
Class GetOfferCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetOfferCall>
-
- nxt.http.callers.GetOfferCall
-
public class GetOfferCall extends APICall.Builder<GetOfferCall>
-
-
Field Summary
-
Fields inherited from class nxt.http.APICall.Builder
params
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetOfferCall
create()
GetOfferCall
offer(long offer)
GetOfferCall
offer(java.lang.String offer)
GetOfferCall
requireBlock(java.lang.String requireBlock)
GetOfferCall
requireLastBlock(java.lang.String requireLastBlock)
-
Methods inherited from class nxt.http.APICall.Builder
build, call, chain, chain, download, getBlock, getBlocks, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, isRemoteOnly, param, param, param, param, param, param, param, param, param, param, param, parts, remote, secretPhrase, setParamValidation, trustRemoteCertificate, unsignedLongParam, unsignedLongParam
-
-
-
-
Method Detail
-
create
public static GetOfferCall create()
-
requireLastBlock
public GetOfferCall requireLastBlock(java.lang.String requireLastBlock)
-
offer
public GetOfferCall offer(java.lang.String offer)
-
offer
public GetOfferCall offer(long offer)
-
requireBlock
public GetOfferCall requireBlock(java.lang.String requireBlock)
-
-