java.lang.Object
com.s8.api.flow.table.requests.GetRowS8Request
A Request object to get a row in a specific table
- Author:
- Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
Callback method run upon request failed processingabstract void
onSucceed
(GetRowS8Request.Status status, RowS8Object record) Callback method run upon request successful processing
-
Field Details
-
tableId
table id -
rowKey
row key
-
-
Constructor Details
-
GetRowS8Request
Main constructor- Parameters:
tableId
- the id of the tablerowKey
- the key of the row
-
-
Method Details
-
onSucceed
Callback method run upon request successful processing- Parameters:
status
- the response statusrecord
- the response value
-
onFailed
Callback method run upon request failed processing- Parameters:
exception
- the exception raised
-