Class IntrafiExclusionServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.IntrafiExclusionService.WithRawResponse
public final class IntrafiExclusionServiceImpl.WithRawResponseImpl implements IntrafiExclusionService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<IntrafiExclusion>create(IntrafiExclusionCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.create.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.HttpResponseFor<IntrafiExclusionListPage>list(IntrafiExclusionListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.list.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.-
-
Method Detail
-
create
HttpResponseFor<IntrafiExclusion> create(IntrafiExclusionCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.create.
-
retrieve
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.
-
list
HttpResponseFor<IntrafiExclusionListPage> list(IntrafiExclusionListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionService.list.
-
archive
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.
-
-
-
-