Interface IntrafiExclusionServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface IntrafiExclusionServiceAsync.WithRawResponseA view of IntrafiExclusionServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>>create(IntrafiExclusionCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.create.abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>>create(IntrafiExclusionCreateParams params)Returns a raw HTTP response for post /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.create.abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>>retrieve(IntrafiExclusionRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /intrafi_exclusions/{intrafi_exclusion_id}, but is otherwise the same as IntrafiExclusionServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>>retrieve(IntrafiExclusionRetrieveParams params)Returns a raw HTTP response for get /intrafi_exclusions/{intrafi_exclusion_id}, but is otherwise the same as IntrafiExclusionServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>>list(IntrafiExclusionListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.list.abstract CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>>list(IntrafiExclusionListParams params)Returns a raw HTTP response for get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.list.abstract CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>>list()Returns a raw HTTP response for get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.list.CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.list.abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>>archive(IntrafiExclusionArchiveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /intrafi_exclusions/{intrafi_exclusion_id}/archive, but is otherwise the same as IntrafiExclusionServiceAsync.archive.abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>>archive(IntrafiExclusionArchiveParams params)Returns a raw HTTP response for post /intrafi_exclusions/{intrafi_exclusion_id}/archive, but is otherwise the same as IntrafiExclusionServiceAsync.archive.-
-
Method Detail
-
create
abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>> create(IntrafiExclusionCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>> create(IntrafiExclusionCreateParams params)
Returns a raw HTTP response for
post /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.create.
-
retrieve
abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>> retrieve(IntrafiExclusionRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /intrafi_exclusions/{intrafi_exclusion_id}, but is otherwise the same as IntrafiExclusionServiceAsync.retrieve.
-
retrieve
abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>> retrieve(IntrafiExclusionRetrieveParams params)
Returns a raw HTTP response for
get /intrafi_exclusions/{intrafi_exclusion_id}, but is otherwise the same as IntrafiExclusionServiceAsync.retrieve.
-
list
abstract CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>> list(IntrafiExclusionListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>> list(IntrafiExclusionListParams params)
Returns a raw HTTP response for
get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>> list()
Returns a raw HTTP response for
get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.list.
-
archive
abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>> archive(IntrafiExclusionArchiveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /intrafi_exclusions/{intrafi_exclusion_id}/archive, but is otherwise the same as IntrafiExclusionServiceAsync.archive.
-
archive
abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>> archive(IntrafiExclusionArchiveParams params)
Returns a raw HTTP response for
post /intrafi_exclusions/{intrafi_exclusion_id}/archive, but is otherwise the same as IntrafiExclusionServiceAsync.archive.
-
-
-
-