Package nxt.http.callers
Class GetAllShufflingsCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetAllShufflingsCall>
-
- nxt.http.callers.GetAllShufflingsCall
-
public class GetAllShufflingsCall extends APICall.Builder<GetAllShufflingsCall>
-
-
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 GetAllShufflingsCall
create()
GetAllShufflingsCall
finishedOnly(java.lang.String finishedOnly)
GetAllShufflingsCall
firstIndex(int firstIndex)
GetAllShufflingsCall
includeFinished(boolean includeFinished)
GetAllShufflingsCall
includeHoldingInfo(boolean includeHoldingInfo)
GetAllShufflingsCall
lastIndex(int lastIndex)
GetAllShufflingsCall
requireBlock(java.lang.String requireBlock)
GetAllShufflingsCall
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 GetAllShufflingsCall create()
-
requireLastBlock
public GetAllShufflingsCall requireLastBlock(java.lang.String requireLastBlock)
-
firstIndex
public GetAllShufflingsCall firstIndex(int firstIndex)
-
includeHoldingInfo
public GetAllShufflingsCall includeHoldingInfo(boolean includeHoldingInfo)
-
finishedOnly
public GetAllShufflingsCall finishedOnly(java.lang.String finishedOnly)
-
lastIndex
public GetAllShufflingsCall lastIndex(int lastIndex)
-
includeFinished
public GetAllShufflingsCall includeFinished(boolean includeFinished)
-
requireBlock
public GetAllShufflingsCall requireBlock(java.lang.String requireBlock)
-
-