public class

RestDetailedInvocationResponse

extends RestMapEntity
java.lang.Object
   ↳ java.util.AbstractMap<K, V>
     ↳ java.util.HashMap<K, V>
       ↳ java.util.LinkedHashMap<K, V>
         ↳ com.atlassian.bitbucket.rest.RestMapEntity
           ↳ com.atlassian.bitbucket.rest.webhook.history.RestDetailedInvocationResponse

Class Overview

The recorded WebhookHttpResponse response of a previous WebhookInvocation webhook invocation

Summary

Public Constructors
RestDetailedInvocationResponse()
RestDetailedInvocationResponse(DetailedInvocationResponse response)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.RestMapEntity
From class java.util.LinkedHashMap
From class java.util.HashMap
From class java.util.AbstractMap
From class java.lang.Object
From interface java.util.Map

Public Constructors

public RestDetailedInvocationResponse ()

public RestDetailedInvocationResponse (DetailedInvocationResponse response)