Uses of Interface
com.atlassian.sal.api.net.Response
Packages that use Response
-
Uses of Response in com.atlassian.sal.api.net
Classes in com.atlassian.sal.api.net with type parameters of type ResponseModifier and TypeInterfaceDescriptioninterfaceInterface Request represents a request to retrieve data.interfaceResponseHandler<T extends Response>Callback interface used byRequest.execute(ResponseHandler)method.interfaceReturningResponseHandler<T extends Response,R> Callback interface used by theRequest.executeAndReturn(ReturningResponseHandler)method.Methods in com.atlassian.sal.api.net that return ResponseModifier and TypeMethodDescriptionResponseStatusException.getResponse()Returns the actual response, allowing further inspection of the status code and error message.Constructors in com.atlassian.sal.api.net with parameters of type Response