Package com.onfido.models
Class WebhookResendObject.Request
- java.lang.Object
-
- com.onfido.models.WebhookResendObject.Request
-
- Enclosing class:
- WebhookResendObject
public static final class WebhookResendObject.Request extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookResendObject.Requestevent(String event)The event that should be resent.StringgetEvent()The event that should be resent.StringgetResourceId()The resource id to resend.StringgetResourceType()The resource type to resend.WebhookResendObject.RequestresourceId(String resourceId)The resource id to resend.WebhookResendObject.RequestresourceType(String resourceType)The resource type to resend.StringtoJson()StringtoString()
-
-
-
Method Detail
-
toJson
public String toJson()
-
resourceType
public WebhookResendObject.Request resourceType(String resourceType)
The resource type to resend.- Parameters:
resourceType- The resource type to resend.- Returns:
- The WebhookResendObject request object.
-
resourceId
public WebhookResendObject.Request resourceId(String resourceId)
The resource id to resend.- Parameters:
resourceId- The resource id to resend.- Returns:
- The WebhookResendObject request object.
-
event
public WebhookResendObject.Request event(String event)
The event that should be resent.- Parameters:
event- The event that should be resent.- Returns:
- The WebhookResendObject request object.
-
getResourceType
public String getResourceType()
The resource type to resend.- Returns:
- The resource type to resend.
-
getResourceId
public String getResourceId()
The resource id to resend.- Returns:
- The resource id to resend.
-
getEvent
public String getEvent()
The event that should be resent.- Returns:
- The event that should be resent.
-
-