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="2025-10-16T16:59:23.148913400+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 AccountDetailsGet account@NotNull @Valid OffsetDateTimeTimestamp of the callback in the format of YYYY-MM-DDThh:mm:ss.SSSZ@NotNull StringUser reference (if set in initiate call)@NotNull @Valid WorkflowExecutionDetailsGet workflowExecutioninthashCode()voidsetAccount(AccountDetails account) voidsetCallbackSentAt(OffsetDateTime callbackSentAt) voidsetUserReference(String userReference) voidsetWorkflowExecution(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)