Class PhysicalCardProfileServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.PhysicalCardProfileService.WithRawResponse
public final class PhysicalCardProfileServiceImpl.WithRawResponseImpl implements PhysicalCardProfileService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<PhysicalCardProfile>create(PhysicalCardProfileCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /physical_card_profiles, but is otherwise the same as PhysicalCardProfileService.create.HttpResponseFor<PhysicalCardProfile>retrieve(PhysicalCardProfileRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /physical_card_profiles/{physical_card_profile_id}, but is otherwise the same as PhysicalCardProfileService.retrieve.HttpResponseFor<PhysicalCardProfileListPage>list(PhysicalCardProfileListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileService.list.HttpResponseFor<PhysicalCardProfile>archive(PhysicalCardProfileArchiveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /physical_card_profiles/{physical_card_profile_id}/archive, but is otherwise the same as PhysicalCardProfileService.archive.HttpResponseFor<PhysicalCardProfile>clone(PhysicalCardProfileCloneParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /physical_card_profiles/{physical_card_profile_id}/clone, but is otherwise the same as PhysicalCardProfileService.clone.-
-
Method Detail
-
create
HttpResponseFor<PhysicalCardProfile> create(PhysicalCardProfileCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /physical_card_profiles, but is otherwise the same as PhysicalCardProfileService.create.
-
retrieve
HttpResponseFor<PhysicalCardProfile> retrieve(PhysicalCardProfileRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /physical_card_profiles/{physical_card_profile_id}, but is otherwise the same as PhysicalCardProfileService.retrieve.
-
list
HttpResponseFor<PhysicalCardProfileListPage> list(PhysicalCardProfileListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileService.list.
-
archive
HttpResponseFor<PhysicalCardProfile> archive(PhysicalCardProfileArchiveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /physical_card_profiles/{physical_card_profile_id}/archive, but is otherwise the same as PhysicalCardProfileService.archive.
-
clone
HttpResponseFor<PhysicalCardProfile> clone(PhysicalCardProfileCloneParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /physical_card_profiles/{physical_card_profile_id}/clone, but is otherwise the same as PhysicalCardProfileService.clone.
-
-
-
-