Interface IntrafiExclusionService.WithRawResponse
-
- All Implemented Interfaces:
public interface IntrafiExclusionService.WithRawResponseA view of IntrafiExclusionService that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract IntrafiExclusionService.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
@MustBeClosed() HttpResponseFor<IntrafiExclusion> create(IntrafiExclusionCreateParams params)
Returns a raw HTTP response for
post /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.create.
-
create
@MustBeClosed() abstract HttpResponseFor<IntrafiExclusion> create(IntrafiExclusionCreateParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<IntrafiExclusion> retrieve(String intrafiExclusionId)
Returns a raw HTTP response for
get /intrafi_exclusions/{intrafi_exclusion_id}, but is otherwise the same as IntrafiExclusionService.retrieve.
-
retrieve
@MustBeClosed() HttpResponseFor<IntrafiExclusion> retrieve(String intrafiExclusionId, IntrafiExclusionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<IntrafiExclusion> retrieve(String intrafiExclusionId, IntrafiExclusionRetrieveParams params)
-
retrieve
@MustBeClosed() abstract HttpResponseFor<IntrafiExclusion> retrieve(IntrafiExclusionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<IntrafiExclusion> retrieve(IntrafiExclusionRetrieveParams params)
-
retrieve
@MustBeClosed() HttpResponseFor<IntrafiExclusion> retrieve(String intrafiExclusionId, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<IntrafiExclusionListPage> list()
Returns a raw HTTP response for
get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<IntrafiExclusionListPage> list(IntrafiExclusionListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<IntrafiExclusionListPage> list(IntrafiExclusionListParams params)
-
list
@MustBeClosed() HttpResponseFor<IntrafiExclusionListPage> list(RequestOptions requestOptions)
-
archive
@MustBeClosed() HttpResponseFor<IntrafiExclusion> archive(String intrafiExclusionId)
Returns a raw HTTP response for
post /intrafi_exclusions/{intrafi_exclusion_id}/archive, but is otherwise the same as IntrafiExclusionService.archive.
-
archive
@MustBeClosed() HttpResponseFor<IntrafiExclusion> archive(String intrafiExclusionId, IntrafiExclusionArchiveParams params, RequestOptions requestOptions)
-
archive
@MustBeClosed() HttpResponseFor<IntrafiExclusion> archive(String intrafiExclusionId, IntrafiExclusionArchiveParams params)
-
archive
@MustBeClosed() abstract HttpResponseFor<IntrafiExclusion> archive(IntrafiExclusionArchiveParams params, RequestOptions requestOptions)
-
archive
@MustBeClosed() HttpResponseFor<IntrafiExclusion> archive(IntrafiExclusionArchiveParams params)
-
archive
@MustBeClosed() HttpResponseFor<IntrafiExclusion> archive(String intrafiExclusionId, RequestOptions requestOptions)
-
-
-
-