Uses of Class
com.boldsign.model.WebhookContext
-
Packages that use WebhookContext Package Description com.boldsign.model -
-
Uses of WebhookContext in com.boldsign.model
Methods in com.boldsign.model that return WebhookContext Modifier and Type Method Description WebhookContextWebhookContext. actor(WebhookActorDetails actor)WebhookContextWebhookContext. eventType(WebhookContext.EventTypeEnum eventType)static WebhookContextWebhookContext. fromJson(String jsonString)Create an instance of WebhookContext given an JSON stringWebhookContextWebhookEvent. getContext()Get contextWebhookContextWebhookContext. previousState(Object previousState)Methods in com.boldsign.model with parameters of type WebhookContext Modifier and Type Method Description WebhookEventWebhookEvent. context(WebhookContext context)voidWebhookEvent. setContext(WebhookContext context)
-