Interface PhysicalCardProfileService.WithRawResponse
-
- All Implemented Interfaces:
public interface PhysicalCardProfileService.WithRawResponseA view of PhysicalCardProfileService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract HttpResponseFor<PhysicalCardProfile>create(PhysicalCardProfileCreateParams params)Returns a raw HTTP response for post /physical_card_profiles, but is otherwise the same as PhysicalCardProfileService.create.abstract 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.abstract HttpResponseFor<PhysicalCardProfile>retrieve(PhysicalCardProfileRetrieveParams params)Returns a raw HTTP response for get /physical_card_profiles/{physical_card_profile_id}, but is otherwise the same as PhysicalCardProfileService.retrieve.abstract 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.abstract HttpResponseFor<PhysicalCardProfileListPage>list(PhysicalCardProfileListParams params)Returns a raw HTTP response for get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileService.list.abstract HttpResponseFor<PhysicalCardProfileListPage>list()Returns a raw HTTP response for get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileService.list.HttpResponseFor<PhysicalCardProfileListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileService.list.abstract 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.abstract HttpResponseFor<PhysicalCardProfile>archive(PhysicalCardProfileArchiveParams params)Returns a raw HTTP response for post /physical_card_profiles/{physical_card_profile_id}/archive, but is otherwise the same as PhysicalCardProfileService.archive.abstract 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.abstract HttpResponseFor<PhysicalCardProfile>clone(PhysicalCardProfileCloneParams params)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
abstract 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.
-
create
abstract HttpResponseFor<PhysicalCardProfile> create(PhysicalCardProfileCreateParams params)
Returns a raw HTTP response for
post /physical_card_profiles, but is otherwise the same as PhysicalCardProfileService.create.
-
retrieve
abstract 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.
-
retrieve
abstract HttpResponseFor<PhysicalCardProfile> retrieve(PhysicalCardProfileRetrieveParams params)
Returns a raw HTTP response for
get /physical_card_profiles/{physical_card_profile_id}, but is otherwise the same as PhysicalCardProfileService.retrieve.
-
list
abstract 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.
-
list
abstract HttpResponseFor<PhysicalCardProfileListPage> list(PhysicalCardProfileListParams params)
Returns a raw HTTP response for
get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileService.list.
-
list
abstract HttpResponseFor<PhysicalCardProfileListPage> list()
Returns a raw HTTP response for
get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileService.list.
-
list
HttpResponseFor<PhysicalCardProfileListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /physical_card_profiles, but is otherwise the same as PhysicalCardProfileService.list.
-
archive
abstract 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.
-
archive
abstract HttpResponseFor<PhysicalCardProfile> archive(PhysicalCardProfileArchiveParams params)
Returns a raw HTTP response for
post /physical_card_profiles/{physical_card_profile_id}/archive, but is otherwise the same as PhysicalCardProfileService.archive.
-
clone
abstract 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.
-
clone
abstract HttpResponseFor<PhysicalCardProfile> clone(PhysicalCardProfileCloneParams params)
Returns a raw HTTP response for
post /physical_card_profiles/{physical_card_profile_id}/clone, but is otherwise the same as PhysicalCardProfileService.clone.
-
-
-
-