Uses of Class
com.algorand.algosdk.v2.client.common.QueryData
-
Packages that use QueryData Package Description com.algorand.algosdk.v2.client.algod com.algorand.algosdk.v2.client.common com.algorand.algosdk.v2.client.indexer -
-
Uses of QueryData in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return QueryData Modifier and Type Method Description protected QueryDataAccountApplicationInformation. getRequestString()protected QueryDataAccountAssetInformation. getRequestString()protected QueryDataAccountInformation. getRequestString()protected QueryDataGetApplicationBoxByName. getRequestString()protected QueryDataGetApplicationBoxes. getRequestString()protected QueryDataGetApplicationByID. getRequestString()protected QueryDataGetAssetByID. getRequestString()protected QueryDataGetBlock. getRequestString()protected QueryDataGetBlockHash. getRequestString()protected QueryDataGetBlockLogs. getRequestString()protected QueryDataGetBlockTimeStampOffset. getRequestString()protected QueryDataGetBlockTxids. getRequestString()protected QueryDataGetGenesis. getRequestString()protected QueryDataGetLedgerStateDelta. getRequestString()protected QueryDataGetLedgerStateDeltaForTransactionGroup. getRequestString()protected QueryDataGetLightBlockHeaderProof. getRequestString()protected QueryDataGetPendingTransactions. getRequestString()protected QueryDataGetPendingTransactionsByAddress. getRequestString()protected QueryDataGetReady. getRequestString()protected QueryDataGetStateProof. getRequestString()protected QueryDataGetStatus. getRequestString()protected QueryDataGetSupply. getRequestString()protected QueryDataGetSyncRound. getRequestString()protected QueryDataGetTransactionGroupLedgerStateDeltasForRound. getRequestString()protected QueryDataGetTransactionProof. getRequestString()protected QueryDataGetVersion. getRequestString()protected QueryDataHealthCheck. getRequestString()protected QueryDataMetrics. getRequestString()protected QueryDataPendingTransactionInformation. getRequestString()protected QueryDataRawTransaction. getRequestString()protected QueryDataSetBlockTimeStampOffset. getRequestString()protected QueryDataSetSyncRound. getRequestString()protected QueryDataSimulateTransaction. getRequestString()protected QueryDataSwaggerJSON. getRequestString()protected QueryDataTealCompile. getRequestString()protected QueryDataTealDisassemble. getRequestString()protected QueryDataTealDryrun. getRequestString()protected QueryDataTransactionParams. getRequestString()protected QueryDataUnsetSyncRound. getRequestString()protected QueryDataWaitForBlock. getRequestString() -
Uses of QueryData in com.algorand.algosdk.v2.client.common
Fields in com.algorand.algosdk.v2.client.common declared as QueryData Modifier and Type Field Description protected QueryDataQuery. qdMethods in com.algorand.algosdk.v2.client.common that return QueryData Modifier and Type Method Description protected abstract QueryDataQuery. getRequestString()Methods in com.algorand.algosdk.v2.client.common with parameters of type QueryData Modifier and Type Method Description com.squareup.okhttp.ResponseClient. executeCall(QueryData qData, HttpMethod httpMethod, String[] headers, String[] values)static com.squareup.okhttp.HttpUrlClient. getHttpUrl(QueryData qData, int port, String host) -
Uses of QueryData in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return QueryData Modifier and Type Method Description protected QueryDataLookupAccountAppLocalStates. getRequestString()protected QueryDataLookupAccountAssets. getRequestString()protected QueryDataLookupAccountByID. getRequestString()protected QueryDataLookupAccountCreatedApplications. getRequestString()protected QueryDataLookupAccountCreatedAssets. getRequestString()protected QueryDataLookupAccountTransactions. getRequestString()protected QueryDataLookupApplicationBoxByIDAndName. getRequestString()protected QueryDataLookupApplicationByID. getRequestString()protected QueryDataLookupApplicationLogsByID. getRequestString()protected QueryDataLookupAssetBalances. getRequestString()protected QueryDataLookupAssetByID. getRequestString()protected QueryDataLookupAssetTransactions. getRequestString()protected QueryDataLookupBlock. getRequestString()protected QueryDataLookupTransaction. getRequestString()protected QueryDataMakeHealthCheck. getRequestString()protected QueryDataSearchForAccounts. getRequestString()protected QueryDataSearchForApplicationBoxes. getRequestString()protected QueryDataSearchForApplications. getRequestString()protected QueryDataSearchForAssets. getRequestString()protected QueryDataSearchForBlockHeaders. getRequestString()protected QueryDataSearchForTransactions. getRequestString()
-