public static final class TransactionService.GetHistoryRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<TransactionService.GetHistoryRequest,TransactionService.GetHistoryRequest.Builder> implements TransactionService.GetHistoryRequestOrBuilder
kin.agora.transaction.v4.GetHistoryRequest| Modifier and Type | Method and Description |
|---|---|
TransactionService.GetHistoryRequest.Builder |
clearAccountId()
Account to get history for.
|
TransactionService.GetHistoryRequest.Builder |
clearCursor()
An optional history cursor indicating where in
the history to 'resume' from.
|
TransactionService.GetHistoryRequest.Builder |
clearDirection()
The order in which to return history items from
the cursor.
|
Model.SolanaAccountId |
getAccountId()
Account to get history for.
|
TransactionService.Cursor |
getCursor()
An optional history cursor indicating where in
the history to 'resume' from.
|
TransactionService.GetHistoryRequest.Direction |
getDirection()
The order in which to return history items from
the cursor.
|
int |
getDirectionValue()
The order in which to return history items from
the cursor.
|
boolean |
hasAccountId()
Account to get history for.
|
boolean |
hasCursor()
An optional history cursor indicating where in
the history to 'resume' from.
|
TransactionService.GetHistoryRequest.Builder |
mergeAccountId(Model.SolanaAccountId value)
Account to get history for.
|
TransactionService.GetHistoryRequest.Builder |
mergeCursor(TransactionService.Cursor value)
An optional history cursor indicating where in
the history to 'resume' from.
|
TransactionService.GetHistoryRequest.Builder |
setAccountId(Model.SolanaAccountId.Builder builderForValue)
Account to get history for.
|
TransactionService.GetHistoryRequest.Builder |
setAccountId(Model.SolanaAccountId value)
Account to get history for.
|
TransactionService.GetHistoryRequest.Builder |
setCursor(TransactionService.Cursor.Builder builderForValue)
An optional history cursor indicating where in
the history to 'resume' from.
|
TransactionService.GetHistoryRequest.Builder |
setCursor(TransactionService.Cursor value)
An optional history cursor indicating where in
the history to 'resume' from.
|
TransactionService.GetHistoryRequest.Builder |
setDirection(TransactionService.GetHistoryRequest.Direction value)
The order in which to return history items from
the cursor.
|
TransactionService.GetHistoryRequest.Builder |
setDirectionValue(int value)
The order in which to return history items from
the cursor.
|
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic boolean hasAccountId()
Account to get history for.
.kin.agora.common.v4.SolanaAccountId account_id = 1;hasAccountId in interface TransactionService.GetHistoryRequestOrBuilderpublic Model.SolanaAccountId getAccountId()
Account to get history for.
.kin.agora.common.v4.SolanaAccountId account_id = 1;getAccountId in interface TransactionService.GetHistoryRequestOrBuilderpublic TransactionService.GetHistoryRequest.Builder setAccountId(Model.SolanaAccountId value)
Account to get history for.
.kin.agora.common.v4.SolanaAccountId account_id = 1;public TransactionService.GetHistoryRequest.Builder setAccountId(Model.SolanaAccountId.Builder builderForValue)
Account to get history for.
.kin.agora.common.v4.SolanaAccountId account_id = 1;public TransactionService.GetHistoryRequest.Builder mergeAccountId(Model.SolanaAccountId value)
Account to get history for.
.kin.agora.common.v4.SolanaAccountId account_id = 1;public TransactionService.GetHistoryRequest.Builder clearAccountId()
Account to get history for.
.kin.agora.common.v4.SolanaAccountId account_id = 1;public boolean hasCursor()
An optional history cursor indicating where in the history to 'resume' from.
.kin.agora.transaction.v4.Cursor cursor = 2;hasCursor in interface TransactionService.GetHistoryRequestOrBuilderpublic TransactionService.Cursor getCursor()
An optional history cursor indicating where in the history to 'resume' from.
.kin.agora.transaction.v4.Cursor cursor = 2;getCursor in interface TransactionService.GetHistoryRequestOrBuilderpublic TransactionService.GetHistoryRequest.Builder setCursor(TransactionService.Cursor value)
An optional history cursor indicating where in the history to 'resume' from.
.kin.agora.transaction.v4.Cursor cursor = 2;public TransactionService.GetHistoryRequest.Builder setCursor(TransactionService.Cursor.Builder builderForValue)
An optional history cursor indicating where in the history to 'resume' from.
.kin.agora.transaction.v4.Cursor cursor = 2;public TransactionService.GetHistoryRequest.Builder mergeCursor(TransactionService.Cursor value)
An optional history cursor indicating where in the history to 'resume' from.
.kin.agora.transaction.v4.Cursor cursor = 2;public TransactionService.GetHistoryRequest.Builder clearCursor()
An optional history cursor indicating where in the history to 'resume' from.
.kin.agora.transaction.v4.Cursor cursor = 2;public int getDirectionValue()
The order in which to return history items from the cursor.
.kin.agora.transaction.v4.GetHistoryRequest.Direction direction = 3;getDirectionValue in interface TransactionService.GetHistoryRequestOrBuilderpublic TransactionService.GetHistoryRequest.Builder setDirectionValue(int value)
The order in which to return history items from the cursor.
.kin.agora.transaction.v4.GetHistoryRequest.Direction direction = 3;value - The direction to set.public TransactionService.GetHistoryRequest.Direction getDirection()
The order in which to return history items from the cursor.
.kin.agora.transaction.v4.GetHistoryRequest.Direction direction = 3;getDirection in interface TransactionService.GetHistoryRequestOrBuilderpublic TransactionService.GetHistoryRequest.Builder setDirection(TransactionService.GetHistoryRequest.Direction value)
The order in which to return history items from the cursor.
.kin.agora.transaction.v4.GetHistoryRequest.Direction direction = 3;value - The enum numeric value on the wire for direction to set.public TransactionService.GetHistoryRequest.Builder clearDirection()
The order in which to return history items from the cursor.
.kin.agora.transaction.v4.GetHistoryRequest.Direction direction = 3;