Interface EventTypeService.WithRawResponse
-
- All Implemented Interfaces:
public interface EventTypeService.WithRawResponseA view of EventTypeService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract EventTypeService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponselist()Returns a raw HTTP response for get /webhooks/v1/event_types, but is otherwise the same as EventTypeService.list.abstract HttpResponselist(EventTypeListParams params, RequestOptions requestOptions)HttpResponselist(EventTypeListParams params)HttpResponselist(RequestOptions requestOptions)-
-
Method Detail
-
withOptions
abstract EventTypeService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
@MustBeClosed() HttpResponse list()
Returns a raw HTTP response for
get /webhooks/v1/event_types, but is otherwise the same as EventTypeService.list.
-
list
@MustBeClosed() abstract HttpResponse list(EventTypeListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponse list(EventTypeListParams params)
-
list
@MustBeClosed() HttpResponse list(RequestOptions requestOptions)
-
-
-
-