-
public final class WebhookResultDto
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWebhookResultDto.HttpMethodValues: gET,hEAD,pOST,pUT,pATCH,dELETE,oPTIONS,tRACE
public enumWebhookResultDto.WebhookEventValues: eMAILRECEIVED,nEWEMAIL,nEWCONTACT,nEWATTACHMENT,eMAILOPENED,eMAILREAD
public enumWebhookResultDto.ResultTypeValues: bADRESPONSE,eXCEPTION,sUCCESS
-
Field Summary
Fields Modifier and Type Field Description private final OffsetDateTimecreatedAtprivate final WebhookResultDto.HttpMethodhttpMethodprivate final UUIDinboxIdprivate final StringmessageIdprivate final LongresponseTimeMillisprivate final OffsetDateTimeupdatedAtprivate final UUIDuserIdprivate final WebhookResultDto.WebhookEventwebhookEventprivate final UUIDwebhookIdprivate final StringwebhookUrlprivate final UUIDidprivate final UUIDredriveIdprivate final StringresponseBodyExtractprivate final IntegerresponseStatusprivate final WebhookResultDto.ResultTyperesultTypeprivate final Booleanseen
-
Constructor Summary
Constructors Constructor Description WebhookResultDto(OffsetDateTime createdAt, WebhookResultDto.HttpMethod httpMethod, UUID inboxId, String messageId, Long responseTimeMillis, OffsetDateTime updatedAt, UUID userId, WebhookResultDto.WebhookEvent webhookEvent, UUID webhookId, String webhookUrl, UUID id, UUID redriveId, String responseBodyExtract, Integer responseStatus, WebhookResultDto.ResultType resultType, Boolean seen)
-
Method Summary
Modifier and Type Method Description final OffsetDateTimegetCreatedAt()final WebhookResultDto.HttpMethodgetHttpMethod()final UUIDgetInboxId()final StringgetMessageId()final LonggetResponseTimeMillis()final OffsetDateTimegetUpdatedAt()final UUIDgetUserId()final WebhookResultDto.WebhookEventgetWebhookEvent()final UUIDgetWebhookId()final StringgetWebhookUrl()final UUIDgetId()final UUIDgetRedriveId()final StringgetResponseBodyExtract()final IntegergetResponseStatus()final WebhookResultDto.ResultTypegetResultType()final BooleangetSeen()-
-
Constructor Detail
-
WebhookResultDto
WebhookResultDto(OffsetDateTime createdAt, WebhookResultDto.HttpMethod httpMethod, UUID inboxId, String messageId, Long responseTimeMillis, OffsetDateTime updatedAt, UUID userId, WebhookResultDto.WebhookEvent webhookEvent, UUID webhookId, String webhookUrl, UUID id, UUID redriveId, String responseBodyExtract, Integer responseStatus, WebhookResultDto.ResultType resultType, Boolean seen)
-
-
Method Detail
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getHttpMethod
final WebhookResultDto.HttpMethod getHttpMethod()
-
getInboxId
final UUID getInboxId()
-
getMessageId
final String getMessageId()
-
getResponseTimeMillis
final Long getResponseTimeMillis()
-
getUpdatedAt
final OffsetDateTime getUpdatedAt()
-
getWebhookEvent
final WebhookResultDto.WebhookEvent getWebhookEvent()
-
getWebhookId
final UUID getWebhookId()
-
getWebhookUrl
final String getWebhookUrl()
-
getRedriveId
final UUID getRedriveId()
-
getResponseBodyExtract
final String getResponseBodyExtract()
-
getResponseStatus
final Integer getResponseStatus()
-
getResultType
final WebhookResultDto.ResultType getResultType()
-
-
-
-