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
Modifier and Type Method Description abstract HttpResponseFor<IntrafiExclusion>create(IntrafiExclusionCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.create.abstract HttpResponseFor<IntrafiExclusion>create(IntrafiExclusionCreateParams params)Returns a raw HTTP response for post /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.create.abstract 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 IntrafiExclusionService.retrieve.abstract HttpResponseFor<IntrafiExclusion>retrieve(IntrafiExclusionRetrieveParams params)Returns a raw HTTP response for get /intrafi_exclusions/{intrafi_exclusion_id}, but is otherwise the same as IntrafiExclusionService.retrieve.abstract HttpResponseFor<IntrafiExclusionListPage>list(IntrafiExclusionListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.list.abstract HttpResponseFor<IntrafiExclusionListPage>list(IntrafiExclusionListParams params)Returns a raw HTTP response for get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.list.abstract HttpResponseFor<IntrafiExclusionListPage>list()Returns a raw HTTP response for get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.list.HttpResponseFor<IntrafiExclusionListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.list.abstract 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 IntrafiExclusionService.archive.abstract HttpResponseFor<IntrafiExclusion>archive(IntrafiExclusionArchiveParams params)Returns a raw HTTP response for post /intrafi_exclusions/{intrafi_exclusion_id}/archive, but is otherwise the same as IntrafiExclusionService.archive.-
-
Method Detail
-
create
abstract HttpResponseFor<IntrafiExclusion> create(IntrafiExclusionCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.create.
-
create
abstract HttpResponseFor<IntrafiExclusion> create(IntrafiExclusionCreateParams params)
Returns a raw HTTP response for
post /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.create.
-
retrieve
abstract 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 IntrafiExclusionService.retrieve.
-
retrieve
abstract HttpResponseFor<IntrafiExclusion> retrieve(IntrafiExclusionRetrieveParams params)
Returns a raw HTTP response for
get /intrafi_exclusions/{intrafi_exclusion_id}, but is otherwise the same as IntrafiExclusionService.retrieve.
-
list
abstract HttpResponseFor<IntrafiExclusionListPage> list(IntrafiExclusionListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.list.
-
list
abstract HttpResponseFor<IntrafiExclusionListPage> list(IntrafiExclusionListParams params)
Returns a raw HTTP response for
get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.list.
-
list
abstract HttpResponseFor<IntrafiExclusionListPage> list()
Returns a raw HTTP response for
get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.list.
-
list
HttpResponseFor<IntrafiExclusionListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.list.
-
archive
abstract 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 IntrafiExclusionService.archive.
-
archive
abstract HttpResponseFor<IntrafiExclusion> archive(IntrafiExclusionArchiveParams params)
Returns a raw HTTP response for
post /intrafi_exclusions/{intrafi_exclusion_id}/archive, but is otherwise the same as IntrafiExclusionService.archive.
-
-
-
-