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
-
-
Method Detail
-
withOptions
abstract IntrafiExclusionServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<IntrafiExclusion>> create(IntrafiExclusionCreateParams params)
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, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<IntrafiExclusion>> retrieve(String intrafiExclusionId)
Returns a raw HTTP response for
get /intrafi_exclusions/{intrafi_exclusion_id}, but is otherwise the same as IntrafiExclusionServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<IntrafiExclusion>> retrieve(String intrafiExclusionId, IntrafiExclusionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<IntrafiExclusion>> retrieve(String intrafiExclusionId, IntrafiExclusionRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>> retrieve(IntrafiExclusionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<IntrafiExclusion>> retrieve(IntrafiExclusionRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<IntrafiExclusion>> retrieve(String intrafiExclusionId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>> list()
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, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>> list(IntrafiExclusionListParams params)
-
list
CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>> list(RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<IntrafiExclusion>> archive(String intrafiExclusionId)
Returns a raw HTTP response for
post /intrafi_exclusions/{intrafi_exclusion_id}/archive, but is otherwise the same as IntrafiExclusionServiceAsync.archive.
-
archive
CompletableFuture<HttpResponseFor<IntrafiExclusion>> archive(String intrafiExclusionId, IntrafiExclusionArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<IntrafiExclusion>> archive(String intrafiExclusionId, IntrafiExclusionArchiveParams params)
-
archive
abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>> archive(IntrafiExclusionArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<IntrafiExclusion>> archive(IntrafiExclusionArchiveParams params)
-
archive
CompletableFuture<HttpResponseFor<IntrafiExclusion>> archive(String intrafiExclusionId, RequestOptions requestOptions)
-
-
-
-