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)HttpResponseFor<IntrafiExclusion>retrieve(IntrafiExclusionRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<IntrafiExclusionListPage>list(IntrafiExclusionListParams params, RequestOptions requestOptions)HttpResponseFor<IntrafiExclusion>archive(IntrafiExclusionArchiveParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
HttpResponseFor<IntrafiExclusion> create(IntrafiExclusionCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<IntrafiExclusion> retrieve(IntrafiExclusionRetrieveParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<IntrafiExclusionListPage> list(IntrafiExclusionListParams params, RequestOptions requestOptions)
-
archive
HttpResponseFor<IntrafiExclusion> archive(IntrafiExclusionArchiveParams params, RequestOptions requestOptions)
-
-
-
-