toggle menu
IDentity-SDK
androidJvm
switch theme
search in API
IDentity-SDK
/
com.idmission.sdk2.client.model
/
Response
Response
public
final
class
Response
<
T
extends
Object
>
Members
Constructors
Response
Link copied to clipboard
public
Response
<
T
>
Response
<
T
extends
Any
>
(
T
result
,
StatusData
errorStatus
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
<
T
extends
Object
>
Properties
error
Status
Link copied to clipboard
private
StatusData
errorStatus
result
Link copied to clipboard
private
final
T
result
Functions
get
Error
Status
Link copied to clipboard
public
final
StatusData
getErrorStatus
(
)
get
Result
Link copied to clipboard
public
final
T
getResult
(
)
set
Error
Status
Link copied to clipboard
public
final
Unit
setErrorStatus
(
StatusData
errorStatus
)