Package com.jumio.sdk.callback.model
Class CallbackRequestBody
java.lang.Object
com.jumio.sdk.callback.model.CallbackRequestBody
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-05-09T15:46:43.479098700+02:00[Europe/Vienna]")
public class CallbackRequestBody
extends Object
CallbackRequestBody
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.CallbackRequestBody
(OffsetDateTime callbackSentAt, String userReference, WorkflowExecutionDetails workflowExecution) Constructor with only required parameters -
Method Summary
Modifier and TypeMethodDescriptionaccount
(AccountDetails account) callbackSentAt
(OffsetDateTime callbackSentAt) boolean
@Valid AccountDetails
Get account@NotNull @Valid OffsetDateTime
Timestamp of the callback in the format of YYYY-MM-DDThh:mm:ss.SSSZ@NotNull String
User reference (if set in initiate call)@NotNull @Valid WorkflowExecutionDetails
Get workflowExecutionint
hashCode()
void
setAccount
(AccountDetails account) void
setCallbackSentAt
(OffsetDateTime callbackSentAt) void
setUserReference
(String userReference) void
setWorkflowExecution
(WorkflowExecutionDetails workflowExecution) toString()
userReference
(String userReference) workflowExecution
(WorkflowExecutionDetails workflowExecution)
-
Constructor Details
-
CallbackRequestBody
Default constructor -
CallbackRequestBody
public CallbackRequestBody(OffsetDateTime callbackSentAt, String userReference, WorkflowExecutionDetails workflowExecution) Constructor with only required parameters
-
-
Method Details
-
callbackSentAt
-
getCallbackSentAt
Timestamp of the callback in the format of YYYY-MM-DDThh:mm:ss.SSSZ- Returns:
- callbackSentAt
-
setCallbackSentAt
-
userReference
-
getUserReference
User reference (if set in initiate call)- Returns:
- userReference
-
setUserReference
-
workflowExecution
-
getWorkflowExecution
Get workflowExecution- Returns:
- workflowExecution
-
setWorkflowExecution
-
account
-
getAccount
Get account- Returns:
- account
-
setAccount
-
equals
-
hashCode
public int hashCode() -
toString
-
CallbackRequestBody(OffsetDateTime, String, WorkflowExecutionDetails)