public interface PlivoAPIService
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Account> |
accountGet(java.lang.String authId) |
retrofit2.Call<AccountUpdateResponse> |
accountModify(java.lang.String authId,
AccountUpdater accountUpdater) |
retrofit2.Call<AddressCreateResponse> |
addressCreate(java.lang.String authId,
AddressCreator addressCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
addressDelete(java.lang.String authId,
java.lang.String addressId) |
retrofit2.Call<Address> |
addressGet(java.lang.String authId,
java.lang.String addressId) |
retrofit2.Call<ListResponse<Address>> |
addressList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> addressListRequest) |
retrofit2.Call<AddressUpdateResponse> |
addressUpdate(java.lang.String authId,
java.lang.String addressId,
AddressUpdater addressUpdater) |
retrofit2.Call<ApplicationCreateResponse> |
applicationCreate(java.lang.String authId,
ApplicationCreator application) |
retrofit2.Call<okhttp3.ResponseBody> |
applicationDelete(java.lang.String authId,
java.lang.String appId,
ApplicationDeleter application) |
retrofit2.Call<Application> |
applicationGet(java.lang.String authId,
java.lang.String appId) |
retrofit2.Call<ListResponse<Application>> |
applicationList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> applicationListRequest) |
retrofit2.Call<ApplicationUpdateResponse> |
applicationUpdate(java.lang.String authId,
java.lang.String appId,
ApplicationUpdater application) |
retrofit2.Call<BrandDeleteResponse> |
brandDelete(java.lang.String authId,
java.lang.String brandId) |
retrofit2.Call<Brand> |
brandGet(java.lang.String authId,
java.lang.String brandId) |
retrofit2.Call<ListResponse<Brand>> |
brandList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> brandListRequest,
java.lang.Integer limit,
java.lang.Integer offset) |
retrofit2.Call<BrandUsecase> |
brandUsecaseGet(java.lang.String authId,
java.lang.String brandId) |
retrofit2.Call<CallCreateResponse> |
callCreate(java.lang.String authId,
CallCreator callCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
callDelete(java.lang.String authId,
java.lang.String callId) |
retrofit2.Call<CallDtmfCreateResponse> |
callDtmfCreate(java.lang.String authId,
java.lang.String callId,
CallDtmfCreator callDtmfCreator) |
retrofit2.Call<Call> |
callGet(java.lang.String authId,
java.lang.String callId) |
retrofit2.Call<ListResponse<Call>> |
callList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> callListRequest) |
retrofit2.Call<CallPlayCreateResponse> |
callPlayCreate(java.lang.String authId,
java.lang.String callId,
CallPlayCreator callPlayCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
callPlayDelete(java.lang.String authId,
java.lang.String callId) |
retrofit2.Call<CallRecordCreateResponse> |
callRecordCreate(java.lang.String authId,
java.lang.String callId,
CallRecordCreator callRecordCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
callRecordDelete(java.lang.String authId,
java.lang.String callId) |
retrofit2.Call<CallSpeakCreateResponse> |
callSpeakCreate(java.lang.String authId,
java.lang.String callId,
CallSpeakCreator callSpeakCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
callSpeakDelete(java.lang.String authId,
java.lang.String callId) |
retrofit2.Call<CallStreamCreateResponse> |
callStreamCreate(java.lang.String authId,
java.lang.String callId,
CallStreamCreator callStreamCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
callStreamDelete(java.lang.String authId,
java.lang.String callId) |
retrofit2.Call<okhttp3.ResponseBody> |
callStreamDeleteSpecific(java.lang.String authId,
java.lang.String callId,
java.lang.String streamId) |
retrofit2.Call<ListResponse<CallStreamGetSpecificResponse>> |
callStreamGetAll(java.lang.String authId,
java.lang.String callId) |
retrofit2.Call<CallStreamGetSpecificResponse> |
callStreamGetSpecific(java.lang.String authId,
java.lang.String callId,
java.lang.String streamId) |
retrofit2.Call<CallUpdateResponse> |
callUpdate(java.lang.String authId,
java.lang.String callId,
CallUpdater callUpdater) |
retrofit2.Call<CampaignDeleteResponse> |
campaignDelete(java.lang.String authId,
java.lang.String campaignId) |
retrofit2.Call<Campaign> |
campaignGet(java.lang.String authId,
java.lang.String campaignId) |
retrofit2.Call<ListResponse<Campaign>> |
campaignList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> campaignListRequest,
java.lang.Integer limit,
java.lang.Integer offset,
java.lang.String campaignSource,
java.lang.String brandId,
java.lang.String usecase,
java.lang.String registrationStatus) |
retrofit2.Call<CampaignNumbers> |
campaignNumberGet(java.lang.String authId,
java.lang.String campaignID,
java.lang.String number) |
retrofit2.Call<CampaignNumbers> |
campaignNumbersGet(java.lang.String authId,
java.lang.String campaignID,
java.lang.Integer limit,
java.lang.Integer offset) |
retrofit2.Call<ComplianceApplicationCreateResponse> |
complianceApplicationCreate(java.lang.String authId,
ComplianceApplicationCreator complianceApplicationCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
complianceApplicationDelete(java.lang.String authId,
java.lang.String complianceApplicationId) |
retrofit2.Call<ComplianceApplication> |
complianceApplicationGet(java.lang.String authId,
java.lang.String id) |
retrofit2.Call<ListResponse<ComplianceApplication>> |
complianceApplicationList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> complianceApplicationLister) |
retrofit2.Call<ComplianceApplicationCreateResponse> |
complianceApplicationSubmit(java.lang.String authId,
java.lang.String id,
ComplianceApplicationSubmitter complianceDocumentCreator) |
retrofit2.Call<ComplianceApplicationUpdateResponse> |
complianceApplicationUpdate(java.lang.String authId,
java.lang.String id,
ComplianceApplicationUpdater complianceApplicationUpdater) |
retrofit2.Call<ComplianceDocumentCreateResponse> |
complianceDocumentCreate(java.lang.String authId,
okhttp3.RequestBody complianceDocumentCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
complianceDocumentDelete(java.lang.String authId,
java.lang.String complianceDocumentId) |
retrofit2.Call<ComplianceDocument> |
complianceDocumentGet(java.lang.String authId,
java.lang.String id) |
retrofit2.Call<ListResponse<ComplianceDocument>> |
complianceDocumentList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> complianceDocumentLister) |
retrofit2.Call<ComplianceDocumentType> |
complianceDocumentTypeGet(java.lang.String authId,
java.lang.String id) |
retrofit2.Call<ListResponse<ComplianceDocumentType>> |
complianceDocumentTypeList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> complianceDocumentListRequest) |
retrofit2.Call<ComplianceDocumentUpdateResponse> |
complianceDocumentUpdate(java.lang.String authId,
java.lang.String id,
okhttp3.RequestBody complianceDocumentUpdater) |
retrofit2.Call<ComplianceRequirement> |
complianceRequirementGet(java.lang.String authId,
java.lang.String id) |
retrofit2.Call<ComplianceRequirement> |
complianceRequirementList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> complianceDocumentListRequest) |
retrofit2.Call<okhttp3.ResponseBody> |
conferenceDelete(java.lang.String authId,
java.lang.String conferenceName) |
retrofit2.Call<okhttp3.ResponseBody> |
conferenceDeleteAll(java.lang.String authId) |
retrofit2.Call<Conference> |
conferenceGet(java.lang.String authId,
java.lang.String conferenceName) |
retrofit2.Call<ConferenceList> |
conferenceListGet(java.lang.String authId) |
retrofit2.Call<ConferenceMemberActionResponse> |
conferenceMemberDeafCreate(java.lang.String authId,
java.lang.String conferenceName,
java.lang.String memberId) |
retrofit2.Call<okhttp3.ResponseBody> |
conferenceMemberDeafDelete(java.lang.String authId,
java.lang.String conferenceName,
java.lang.String memberId) |
retrofit2.Call<ConferenceMemberActionResponse> |
conferenceMemberDelete(java.lang.String authId,
java.lang.String conferenceName,
java.lang.String memberId) |
retrofit2.Call<ConferenceMemberActionResponse> |
conferenceMemberKickCreate(java.lang.String authId,
java.lang.String conferenceName,
java.lang.String memberId) |
retrofit2.Call<ConferenceMemberActionResponse> |
conferenceMemberMuteCreate(java.lang.String authId,
java.lang.String conferenceName,
java.lang.String memberId) |
retrofit2.Call<okhttp3.ResponseBody> |
conferenceMemberMuteDelete(java.lang.String authId,
java.lang.String conferenceName,
java.lang.String memberId) |
retrofit2.Call<ConferenceMemberActionResponse> |
conferenceMemberPlayCreate(java.lang.String authId,
java.lang.String conferenceName,
java.lang.String memberId,
ConferenceMemberPlayCreator conferenceMemberPlayCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
conferenceMemberPlayDelete(java.lang.String authId,
java.lang.String conferenceName,
java.lang.String memberId) |
retrofit2.Call<ConferenceMemberActionResponse> |
conferenceMemberSpeakCreate(java.lang.String authId,
java.lang.String conferenceName,
java.lang.String memberId,
ConferenceMemberSpeakCreator conferenceMemberSpeakCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
conferenceMemberSpeakDelete(java.lang.String authId,
java.lang.String conferenceName,
java.lang.String memberId) |
retrofit2.Call<ConferenceRecordCreateResponse> |
conferenceRecordCreate(java.lang.String authId,
java.lang.String conferenceName) |
retrofit2.Call<okhttp3.ResponseBody> |
conferenceRecordDelete(java.lang.String authId,
java.lang.String conferenceName) |
retrofit2.Call<BrandCreateResponse> |
createBrand(java.lang.String authId,
BrandCreator createBrand) |
retrofit2.Call<CampaignCreateResponse> |
createCampaign(java.lang.String authId,
CampaignCreator campaignCreator) |
retrofit2.Call<PowerpackResponse> |
createPowerpack(java.lang.String authId,
PowerpackCreator powerpackCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
deleteVerifiedCallerID(java.lang.String authId,
java.lang.String phoneNumber) |
retrofit2.Call<EndpointCreateResponse> |
endpointCreate(java.lang.String authId,
EndpointCreator endpointCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
endpointDelete(java.lang.String authId,
java.lang.String endpointId) |
retrofit2.Call<Endpoint> |
endpointGet(java.lang.String authId,
java.lang.String endpointId) |
retrofit2.Call<ListResponse<Endpoint>> |
endpointList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> params) |
retrofit2.Call<EndpointUpdateResponse> |
endpointUpdate(java.lang.String authId,
java.lang.String endpointId,
EndpointUpdater endpointUpdater) |
retrofit2.Call<EndUserCreateResponse> |
endUserCreate(java.lang.String authId,
EndUserCreator endUserCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
endUserDelete(java.lang.String authId,
java.lang.String endUserId) |
retrofit2.Call<EndUser> |
endUserGet(java.lang.String authId,
java.lang.String id) |
retrofit2.Call<ListResponse<EndUser>> |
endUserList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> endUserListRequest) |
retrofit2.Call<EndUserUpdateResponse> |
endUserUpdate(java.lang.String authId,
java.lang.String id,
EndUserUpdater endUserUpdater) |
retrofit2.Call<GetVerifiedCallerIdResponse> |
getVerifiedCallerID(java.lang.String authId,
java.lang.String phoneNumber) |
retrofit2.Call<IdentityCreateResponse> |
identityCreate(java.lang.String authId,
IdentityCreator identitycreator) |
retrofit2.Call<okhttp3.ResponseBody> |
identityDelete(java.lang.String authId,
java.lang.String number) |
retrofit2.Call<Identity> |
identityGet(java.lang.String authId,
java.lang.String id) |
retrofit2.Call<ListResponse<Identity>> |
identityList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> identityListRequest) |
retrofit2.Call<IdentityUpdateResponse> |
identityUpdate(java.lang.String authId,
java.lang.String identityId,
IdentityUpdater identityUpdater) |
retrofit2.Call<InitiateVerifyResponse> |
initiateVerify(java.lang.String authId,
InitiateVerify initiateVerify) |
retrofit2.Call<CampaignNumberLinkerResponse> |
linkCampaignNumber(java.lang.String authId,
java.lang.String campaignID,
CampaignNumberLinker campaignNumberLinker) |
retrofit2.Call<ListVerifiedCallerIdResponse> |
listVerifiedCallerID(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> listVerifiedCallerId) |
retrofit2.Call<LiveCall> |
liveCallGet(java.lang.String authId,
java.lang.String callId) |
retrofit2.Call<LiveCallListResponse> |
liveCallListGet(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> callListRequest) |
retrofit2.Call<Media> |
mediaGet(java.lang.String authId,
java.lang.String id) |
retrofit2.Call<ListResponse<Media>> |
mediaList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> mediaListRequest) |
retrofit2.Call<MultiPartyCallUpdateResponse> |
memberAction(java.lang.String phloId,
NodeType nodeType,
java.lang.String nodeId,
java.lang.String memberId,
MultiPartyCallUpdatePayload payload) |
retrofit2.Call<Message> |
messageGet(java.lang.String authId,
java.lang.String id) |
retrofit2.Call<ListResponse<Message>> |
messageList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> messageListRequest) |
retrofit2.Call<MessageCreateResponse> |
messageSend(java.lang.String authId,
MessageCreator messageCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
mmsMediaDelete(java.lang.String authId,
java.lang.String id) |
retrofit2.Call<MmsMedia> |
mmsMediaGet(java.lang.String authId,
java.lang.String id,
java.lang.String media_id) |
retrofit2.Call<ListResponse<MmsMedia>> |
mmsMediaList(java.lang.String authId,
java.lang.String id) |
retrofit2.Call<MultiPartyCallParticipantAddResponse> |
mpcAddParticipant(java.lang.String authId,
java.lang.String mpcId,
MultiPartyCallParticipantAdd addParticipant) |
retrofit2.Call<MultiPartyCall> |
mpcGet(java.lang.String authId,
java.lang.String mpcId) |
retrofit2.Call<ListResponse<MultiPartyCall>> |
mpcList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> params) |
retrofit2.Call<ListResponse<MultiPartyCallParticipant>> |
mpcListParticipants(java.lang.String authId,
java.lang.String mpcId,
java.util.Map<java.lang.String,java.lang.Object> params) |
retrofit2.Call<MultiPartyCallParticipant> |
mpcMemberGet(java.lang.String authId,
java.lang.String mpcId,
java.lang.String participantId) |
retrofit2.Call<okhttp3.ResponseBody> |
mpcMemberKick(java.lang.String authId,
java.lang.String mpcId,
java.lang.String participantId) |
retrofit2.Call<MultiPartyCallParticipantUpdateResponse> |
mpcMemberUpdate(java.lang.String authId,
java.lang.String mpcId,
java.lang.String participantId,
MultiPartyCallParticipantUpdate updateParticipant) |
retrofit2.Call<BaseResponse> |
mpcParticipantPauseRecording(java.lang.String authId,
java.lang.String mpcId,
java.lang.String participantId) |
retrofit2.Call<okhttp3.ResponseBody> |
mpcParticipantRecordStop(java.lang.String authId,
java.lang.String mpcId,
java.lang.String participantId) |
retrofit2.Call<BaseResponse> |
mpcParticipantResumeRecording(java.lang.String authId,
java.lang.String mpcId,
java.lang.String participantId) |
retrofit2.Call<MultiPartyCallRecordingStartResponse> |
mpcParticipantStartRecording(java.lang.String authId,
java.lang.String mpcId,
java.lang.String participantId,
MultiPartyCallParticipantRecordingStart startParticipantRecording) |
retrofit2.Call<BaseResponse> |
mpcPauseRecording(java.lang.String authId,
java.lang.String mpcId) |
retrofit2.Call<okhttp3.ResponseBody> |
mpcRecordStop(java.lang.String authId,
java.lang.String mpcId) |
retrofit2.Call<BaseResponse> |
mpcResumeRecording(java.lang.String authId,
java.lang.String mpcId) |
retrofit2.Call<BaseResponse> |
mpcStart(java.lang.String authId,
java.lang.String mpcId,
java.util.Map<java.lang.String,java.lang.Object> body) |
retrofit2.Call<MultiPartyCallStartPlayAudioResponse> |
mpcStartPlayAudio(java.lang.String authId,
java.lang.String mpcId,
java.lang.String participantId,
MultiPartyCallStartPlayAudio multiPartyCallStartPlayAudio) |
retrofit2.Call<MultiPartyCallRecordingStartResponse> |
mpcStartRecording(java.lang.String authId,
java.lang.String mpcId,
MultiPartyCallRecordingStart startRecording) |
retrofit2.Call<okhttp3.ResponseBody> |
mpcStop(java.lang.String authId,
java.lang.String mpcId) |
retrofit2.Call<okhttp3.ResponseBody> |
mpcStopPlayAudio(java.lang.String authId,
java.lang.String mpcId,
java.lang.String participantId) |
retrofit2.Call<MultiPartyCall> |
multiPartyCallGet(java.lang.String phloId,
NodeType nodeType,
java.lang.String nodeId) |
retrofit2.Call<MultiPartyCallUpdateResponse> |
nodeAction(java.lang.String phloId,
NodeType nodeType,
java.lang.String nodeId,
MultiPartyCallUpdatePayload payload) |
retrofit2.Call<NumberCreateResponse> |
numberCreate(java.lang.String authId,
NumberCreator numberCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
numberDelete(java.lang.String authId,
java.lang.String number) |
retrofit2.Call<Number> |
numberGet(java.lang.String authId,
java.lang.String number) |
retrofit2.Call<ListResponse<Number>> |
numberList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> params) |
retrofit2.Call<NumberUpdateResponse> |
numberUpdate(java.lang.String authId,
java.lang.String number,
NumberUpdater numberUpdater) |
retrofit2.Call<Phlo> |
phloGet(java.lang.String phloId) |
retrofit2.Call<PhloRunGetterResponse> |
phloRunGet(java.lang.String phloId,
java.lang.String runId) |
retrofit2.Call<PhoneNumberCreateResponse> |
phoneNumberCreate(java.lang.String authId,
java.lang.String number,
PhoneNumberCreator creator) |
retrofit2.Call<ListResponse<PhoneNumber>> |
phoneNumberList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> params) |
retrofit2.Call<Numbers> |
powerpackAddNumberCreate(java.lang.String authId,
java.lang.String uuid,
java.lang.String number,
PowerpackAddNumber addnumber) |
retrofit2.Call<Tollfree> |
powerpackAddTollfreeCreate(java.lang.String authId,
java.lang.String uuid,
java.lang.String tollfree,
PowerpackAddTollfree addtollfree) |
retrofit2.Call<Numbers> |
powerpackBuyAddNumberCreate(java.lang.String authId,
java.lang.String uuid,
java.lang.String number,
BuyAddNumbers numbers) |
retrofit2.Call<okhttp3.ResponseBody> |
powerpackDeleter(java.lang.String authId,
java.lang.String id,
PowerpackDeleter powerpackDelete) |
retrofit2.Call<Numbers> |
powerpackFindNumberGet(java.lang.String authId,
java.lang.String uuid,
java.lang.String number) |
retrofit2.Call<Shortcode> |
powerpackFindShortcodeGet(java.lang.String authId,
java.lang.String uuid,
java.lang.String shortcode) |
retrofit2.Call<Tollfree> |
powerpackFindTollfreeGet(java.lang.String authId,
java.lang.String uuid,
java.lang.String tollfree) |
retrofit2.Call<Powerpack> |
powerpackGet(java.lang.String authId,
java.lang.String uuid) |
retrofit2.Call<ListResponse<Powerpack>> |
powerpackList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> powerpackListRequest) |
retrofit2.Call<okhttp3.ResponseBody> |
powerpackNumberDelete(java.lang.String authId,
java.lang.String uuid,
java.lang.String number,
RemoveNumber numberDeleter) |
retrofit2.Call<ListResponse<Numbers>> |
powerpackNumberList(java.lang.String authId,
java.lang.String uuid,
java.util.Map<java.lang.String,java.lang.Object> powerpackNumberListRequest) |
retrofit2.Call<okhttp3.ResponseBody> |
powerpackShortcodeDelete(java.lang.String authId,
java.lang.String uuid,
java.lang.String shortcode,
RemoveShortcode shortcodeDeleter) |
retrofit2.Call<ListResponse<Shortcode>> |
powerpackShortcodeList(java.lang.String authId,
java.lang.String uuid,
java.util.Map<java.lang.String,java.lang.Object> powerpackShortcodeListRequest) |
retrofit2.Call<okhttp3.ResponseBody> |
powerpackTollfreeDelete(java.lang.String authId,
java.lang.String uuid,
java.lang.String tollfree,
RemoveTollfree tollfreeDeleter) |
retrofit2.Call<ListResponse<Tollfree>> |
powerpackTollfreeList(java.lang.String authId,
java.lang.String uuid,
java.util.Map<java.lang.String,java.lang.Object> powerpackTollfreeListRequest) |
retrofit2.Call<PowerpackUpdateResponse> |
powerpackUpdate(java.lang.String authId,
java.lang.String uuid,
PowerpackUpdater powerpackUpdater) |
retrofit2.Call<Pricing> |
pricingGet(java.lang.String authId,
java.lang.String countryIso) |
retrofit2.Call<ProfileAddResponse> |
profileAdd(java.lang.String authId,
ProfileAdder profileAdder) |
retrofit2.Call<Profile> |
profileDelete(java.lang.String authId,
java.lang.String profileUUID) |
retrofit2.Call<Profile> |
profileGet(java.lang.String authId,
java.lang.String profileUUID) |
retrofit2.Call<ListResponse<Profile>> |
profileList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> profileListRequest,
java.lang.Integer limit,
java.lang.Integer offset) |
retrofit2.Call<Profile> |
profileUpdate(java.lang.String authId,
java.lang.String profileUUID,
ProfileUpdater profileUpdater) |
retrofit2.Call<QueuedCall> |
queuedCallGet(java.lang.String authId,
java.lang.String callId) |
retrofit2.Call<QueuedCallListResponse> |
queuedCallListGet(java.lang.String authId) |
retrofit2.Call<okhttp3.ResponseBody> |
recordingDelete(java.lang.String authId,
java.lang.String recordingId) |
retrofit2.Call<Recording> |
recordingGet(java.lang.String authId,
java.lang.String recordingId) |
retrofit2.Call<ListResponse<Recording>> |
recordingList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> params) |
retrofit2.Call<okhttp3.ResponseBody> |
requestDelete(java.lang.String authId,
java.lang.String requestUuid) |
retrofit2.Call<PhloUpdateResponse> |
runPhlo(java.lang.String authId,
java.lang.String phloId,
java.util.Map<java.lang.String,java.lang.Object> payload) |
retrofit2.Call<VerifySession> |
sessionGet(java.lang.String authId,
java.lang.String id) |
retrofit2.Call<ListResponse<VerifySessionList>> |
sessionList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> sessionListRequest) |
retrofit2.Call<SessionCreateResponse> |
sessionSend(java.lang.String authId,
SessionCreator sessionCreator) |
retrofit2.Call<SubaccountCreateResponse> |
subaccountCreate(java.lang.String authId,
SubaccountCreator subaccountCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
subaccountDelete(java.lang.String authId,
java.lang.String subauthId,
SubaccountDeleter subaccount) |
retrofit2.Call<Subaccount> |
subaccountGet(java.lang.String authId,
java.lang.String subauthId) |
retrofit2.Call<ListResponse<Subaccount>> |
subaccountList(java.lang.String authId,
java.lang.Integer limit,
java.lang.Integer offset) |
retrofit2.Call<SubaccountUpdateResponse> |
subaccountModify(java.lang.String authId,
java.lang.String subauthId,
SubaccountUpdater subaccount) |
retrofit2.Call<TokenCreateResponse> |
tokenCreate(java.lang.String authId,
TokenCreator tokenCreator) |
retrofit2.Call<TollfreeVerificationCreateResponse> |
tollfreeVerificationCreate(java.lang.String authId,
TollfreeVerificationCreator tollfreeVerificationCreator) |
retrofit2.Call<okhttp3.ResponseBody> |
tollfreeVerificationDelete(java.lang.String authId,
java.lang.String uuid) |
retrofit2.Call<TollfreeVerification> |
tollfreeVerificationGet(java.lang.String authId,
java.lang.String uuid) |
retrofit2.Call<ListResponse<TollfreeVerification>> |
tollfreeVerificationList(java.lang.String authId,
java.util.Map<java.lang.String,java.lang.Object> tollfreeVerificationLister) |
retrofit2.Call<TollfreeVerificationUpdateResponse> |
tollfreeVerificationUpdate(java.lang.String authId,
java.lang.String uuid,
TollfreeVerificationUpdater tollfreeVerificationUpdater) |
retrofit2.Call<CampaignNumbers> |
unlinkCampaignNumber(java.lang.String authId,
java.lang.String campaignID,
java.lang.String number,
java.lang.String url,
java.lang.String method) |
retrofit2.Call<CampaignUpdateResponse> |
updateCampaign(java.lang.String authId,
java.lang.String campaignId,
CampaignUpdater campaignUpdater) |
retrofit2.Call<UpdateVerifiedCallerIdResponse> |
updateVerifiedCallerID(java.lang.String authId,
java.lang.String phoneNumber,
UpdateVerifiedCallerID updateVerifiedCallerID) |
retrofit2.Call<MediaResponse> |
uploadMedia(java.lang.String authId,
okhttp3.RequestBody mediaUploads) |
retrofit2.Call<SessionCreateResponse> |
validateSession(java.lang.String authId,
java.lang.String id,
ValidateSession validateSession) |
retrofit2.Call<VerifyCallerIdResponse> |
verifyCallerID(java.lang.String authId,
java.lang.String verificationUuid,
VerifyCallerId verifyCallerId) |
@POST(value="Account/{authId}/Verification/Address/")
retrofit2.Call<AddressCreateResponse> addressCreate(@Path(value="authId")
java.lang.String authId,
@Body
AddressCreator addressCreator)
@GET(value="Account/{authId}/Verification/Address/")
retrofit2.Call<ListResponse<Address>> addressList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> addressListRequest)
@GET(value="Account/{authId}/Verification/Address/{addressId}/")
retrofit2.Call<Address> addressGet(@Path(value="authId")
java.lang.String authId,
@Path(value="addressId")
java.lang.String addressId)
@POST(value="Account/{authId}/Verification/Address/{addressId}/")
retrofit2.Call<AddressUpdateResponse> addressUpdate(@Path(value="authId")
java.lang.String authId,
@Path(value="addressId")
java.lang.String addressId,
@Body
AddressUpdater addressUpdater)
@DELETE(value="Account/{authId}/Verification/Address/{addressId}/")
retrofit2.Call<okhttp3.ResponseBody> addressDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="addressId")
java.lang.String addressId)
@POST(value="Account/{authId}/Application/")
retrofit2.Call<ApplicationCreateResponse> applicationCreate(@Path(value="authId")
java.lang.String authId,
@Body
ApplicationCreator application)
@GET(value="Account/{authId}/Application/")
retrofit2.Call<ListResponse<Application>> applicationList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> applicationListRequest)
@GET(value="Account/{authId}/Application/{appId}/")
retrofit2.Call<Application> applicationGet(@Path(value="authId")
java.lang.String authId,
@Path(value="appId")
java.lang.String appId)
@POST(value="Account/{authId}/Application/{appId}/")
retrofit2.Call<ApplicationUpdateResponse> applicationUpdate(@Path(value="authId")
java.lang.String authId,
@Path(value="appId")
java.lang.String appId,
@Body
ApplicationUpdater application)
@HTTP(method="DELETE",
path="Account/{authId}/Application/{appId}/",
hasBody=true)
retrofit2.Call<okhttp3.ResponseBody> applicationDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="appId")
java.lang.String appId,
@Body
ApplicationDeleter application)
@GET(value="Account/{authId}/")
retrofit2.Call<Account> accountGet(@Path(value="authId")
java.lang.String authId)
@POST(value="Account/{authId}/")
retrofit2.Call<AccountUpdateResponse> accountModify(@Path(value="authId")
java.lang.String authId,
@Body
AccountUpdater accountUpdater)
@POST(value="Account/{authId}/Subaccount/")
retrofit2.Call<SubaccountCreateResponse> subaccountCreate(@Path(value="authId")
java.lang.String authId,
@Body
SubaccountCreator subaccountCreator)
@POST(value="Account/{authId}/Subaccount/{subauthId}/")
retrofit2.Call<SubaccountUpdateResponse> subaccountModify(@Path(value="authId")
java.lang.String authId,
@Path(value="subauthId")
java.lang.String subauthId,
@Body
SubaccountUpdater subaccount)
@GET(value="Account/{authId}/Subaccount/{subauthId}/")
retrofit2.Call<Subaccount> subaccountGet(@Path(value="authId")
java.lang.String authId,
@Path(value="subauthId")
java.lang.String subauthId)
@GET(value="Account/{authId}/Subaccount/")
retrofit2.Call<ListResponse<Subaccount>> subaccountList(@Path(value="authId")
java.lang.String authId,
@Query(value="limit")
java.lang.Integer limit,
@Query(value="offset")
java.lang.Integer offset)
@HTTP(method="DELETE",
path="Account/{authId}/Subaccount/{subauthId}/",
hasBody=true)
retrofit2.Call<okhttp3.ResponseBody> subaccountDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="subauthId")
java.lang.String subauthId,
@Body
SubaccountDeleter subaccount)
@POST(value="Account/{authId}/Call/")
retrofit2.Call<CallCreateResponse> callCreate(@Path(value="authId")
java.lang.String authId,
@Body
CallCreator callCreator)
@GET(value="Account/{authId}/Call/")
retrofit2.Call<ListResponse<Call>> callList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> callListRequest)
@GET(value="Account/{authId}/Call/{callId}/")
retrofit2.Call<Call> callGet(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId)
@POST(value="Account/{authId}/Call/{callId}/")
retrofit2.Call<CallUpdateResponse> callUpdate(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId,
@Body
CallUpdater callUpdater)
@DELETE(value="Account/{authId}/Call/{callId}/")
retrofit2.Call<okhttp3.ResponseBody> callDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId)
@GET(value="Account/{authId}/Call/?status=live")
retrofit2.Call<LiveCallListResponse> liveCallListGet(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> callListRequest)
@GET(value="Account/{authId}/Call/{callId}/?status=live")
retrofit2.Call<LiveCall> liveCallGet(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId)
@GET(value="Account/{authId}/Call/?status=queued")
retrofit2.Call<QueuedCallListResponse> queuedCallListGet(@Path(value="authId")
java.lang.String authId)
@GET(value="Account/{authId}/Call/{callId}/?status=queued")
retrofit2.Call<QueuedCall> queuedCallGet(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId)
@POST(value="Account/{authId}/Call/{callId}/Record/")
retrofit2.Call<CallRecordCreateResponse> callRecordCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId,
@Body
CallRecordCreator callRecordCreator)
@DELETE(value="Account/{authId}/Call/{callId}/Record/")
retrofit2.Call<okhttp3.ResponseBody> callRecordDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId)
@POST(value="Account/{authId}/Call/{callId}/Play/")
retrofit2.Call<CallPlayCreateResponse> callPlayCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId,
@Body
CallPlayCreator callPlayCreator)
@DELETE(value="Account/{authId}/Call/{callId}/Play/")
retrofit2.Call<okhttp3.ResponseBody> callPlayDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId)
@POST(value="Account/{authId}/Call/{callId}/Speak/")
retrofit2.Call<CallSpeakCreateResponse> callSpeakCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId,
@Body
CallSpeakCreator callSpeakCreator)
@DELETE(value="Account/{authId}/Call/{callId}/Speak/")
retrofit2.Call<okhttp3.ResponseBody> callSpeakDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId)
@POST(value="Account/{authId}/Call/{callId}/DTMF/")
retrofit2.Call<CallDtmfCreateResponse> callDtmfCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId,
@Body
CallDtmfCreator callDtmfCreator)
@POST(value="Account/{authId}/Verification/Identity/")
retrofit2.Call<IdentityCreateResponse> identityCreate(@Path(value="authId")
java.lang.String authId,
@Body
IdentityCreator identitycreator)
@GET(value="Account/{authId}/Verification/Identity/")
retrofit2.Call<ListResponse<Identity>> identityList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> identityListRequest)
@GET(value="Account/{authId}/Verification/Identity/{id}/")
retrofit2.Call<Identity> identityGet(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id)
@DELETE(value="Account/{authId}/Verification/Identity/{id}/")
retrofit2.Call<okhttp3.ResponseBody> identityDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String number)
@POST(value="Account/{authId}/Verification/Identity/{id}/")
retrofit2.Call<IdentityUpdateResponse> identityUpdate(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String identityId,
@Body
IdentityUpdater identityUpdater)
@POST(value="Account/{authId}/Message/")
retrofit2.Call<MessageCreateResponse> messageSend(@Path(value="authId")
java.lang.String authId,
@Body
MessageCreator messageCreator)
@GET(value="Account/{authId}/Message/")
retrofit2.Call<ListResponse<Message>> messageList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> messageListRequest)
@GET(value="Account/{authId}/Message/{id}/")
retrofit2.Call<Message> messageGet(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id)
@GET(value="Account/{authId}/Message/{id}/Media/")
retrofit2.Call<ListResponse<MmsMedia>> mmsMediaList(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id)
@GET(value="Account/{authId}/Message/{id}/Media/{media_id}/")
retrofit2.Call<MmsMedia> mmsMediaGet(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id,
@Path(value="media_id")
java.lang.String media_id)
@DELETE(value="Account/{authId}/Message/{id}/Media/")
retrofit2.Call<okhttp3.ResponseBody> mmsMediaDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id)
@GET(value="Account/{authId}/Number/")
retrofit2.Call<ListResponse<Number>> numberList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> params)
@GET(value="Account/{authId}/Number/{number}/")
retrofit2.Call<Number> numberGet(@Path(value="authId")
java.lang.String authId,
@Path(value="number")
java.lang.String number)
@POST(value="Account/{authId}/Number/")
retrofit2.Call<NumberCreateResponse> numberCreate(@Path(value="authId")
java.lang.String authId,
@Body
NumberCreator numberCreator)
@POST(value="Account/{authId}/Number/{number}/")
retrofit2.Call<NumberUpdateResponse> numberUpdate(@Path(value="authId")
java.lang.String authId,
@Path(value="number")
java.lang.String number,
@Body
NumberUpdater numberUpdater)
@DELETE(value="Account/{authId}/Number/{number}/")
retrofit2.Call<okhttp3.ResponseBody> numberDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="number")
java.lang.String number)
@GET(value="Account/{authId}/PhoneNumber/")
retrofit2.Call<ListResponse<PhoneNumber>> phoneNumberList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> params)
@POST(value="Account/{authId}/PhoneNumber/{number}/")
retrofit2.Call<PhoneNumberCreateResponse> phoneNumberCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="number")
java.lang.String number,
@Body
PhoneNumberCreator creator)
@POST(value="Account/{authId}/10dlc/Brand/")
retrofit2.Call<BrandCreateResponse> createBrand(@Path(value="authId")
java.lang.String authId,
@Body
BrandCreator createBrand)
@GET(value="Account/{authId}/10dlc/Brand/")
retrofit2.Call<ListResponse<Brand>> brandList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> brandListRequest,
@Query(value="limit")
java.lang.Integer limit,
@Query(value="offset")
java.lang.Integer offset)
@GET(value="Account/{authId}/10dlc/Brand/{id}/")
retrofit2.Call<Brand> brandGet(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String brandId)
@DELETE(value="Account/{authId}/10dlc/Brand/{id}/")
retrofit2.Call<BrandDeleteResponse> brandDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String brandId)
@GET(value="Account/{authId}/10dlc/Brand/{id}/usecases/")
retrofit2.Call<BrandUsecase> brandUsecaseGet(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String brandId)
@POST(value="Account/{authId}/10dlc/Campaign/")
retrofit2.Call<CampaignCreateResponse> createCampaign(@Path(value="authId")
java.lang.String authId,
@Body
CampaignCreator campaignCreator)
@POST(value="Account/{authId}/10dlc/Campaign/{id}/")
retrofit2.Call<CampaignUpdateResponse> updateCampaign(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String campaignId,
@Body
CampaignUpdater campaignUpdater)
@POST(value="Account/{authId}/10dlc/Campaign/{campaign_id}/Number/")
retrofit2.Call<CampaignNumberLinkerResponse> linkCampaignNumber(@Path(value="authId")
java.lang.String authId,
@Path(value="campaign_id")
java.lang.String campaignID,
@Body
CampaignNumberLinker campaignNumberLinker)
@GET(value="Account/{authId}/10dlc/Campaign/{campaign_id}/Number/")
retrofit2.Call<CampaignNumbers> campaignNumbersGet(@Path(value="authId")
java.lang.String authId,
@Path(value="campaign_id")
java.lang.String campaignID,
@Query(value="limit")
java.lang.Integer limit,
@Query(value="offset")
java.lang.Integer offset)
@GET(value="Account/{authId}/10dlc/Campaign/{campaign_id}/Number/{number}/")
retrofit2.Call<CampaignNumbers> campaignNumberGet(@Path(value="authId")
java.lang.String authId,
@Path(value="campaign_id")
java.lang.String campaignID,
@Path(value="number")
java.lang.String number)
@DELETE(value="Account/{authId}/10dlc/Campaign/{campaign_id}/Number/{number}/")
retrofit2.Call<CampaignNumbers> unlinkCampaignNumber(@Path(value="authId")
java.lang.String authId,
@Path(value="campaign_id")
java.lang.String campaignID,
@Path(value="number")
java.lang.String number,
@Query(value="url")
java.lang.String url,
@Query(value="method")
java.lang.String method)
@POST(value="Account/{authId}/Profile/")
retrofit2.Call<ProfileAddResponse> profileAdd(@Path(value="authId")
java.lang.String authId,
@Body
ProfileAdder profileAdder)
@POST(value="Account/{authId}/Profile/{profileUUID}/")
retrofit2.Call<Profile> profileUpdate(@Path(value="authId")
java.lang.String authId,
@Path(value="profileUUID")
java.lang.String profileUUID,
@Body
ProfileUpdater profileUpdater)
@DELETE(value="Account/{authId}/Profile/{profileUUID}/")
retrofit2.Call<Profile> profileDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="profileUUID")
java.lang.String profileUUID)
@GET(value="Account/{authId}/Profile/")
retrofit2.Call<ListResponse<Profile>> profileList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> profileListRequest,
@Query(value="limit")
java.lang.Integer limit,
@Query(value="offset")
java.lang.Integer offset)
@GET(value="Account/{authId}/Profile/{profileUUID}/")
retrofit2.Call<Profile> profileGet(@Path(value="authId")
java.lang.String authId,
@Path(value="profileUUID")
java.lang.String profileUUID)
@GET(value="Account/{authId}/10dlc/Campaign/")
retrofit2.Call<ListResponse<Campaign>> campaignList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> campaignListRequest,
@Query(value="limit")
java.lang.Integer limit,
@Query(value="offset")
java.lang.Integer offset,
@Query(value="campaign_source")
java.lang.String campaignSource,
@Query(value="brand_id")
java.lang.String brandId,
@Query(value="usecase")
java.lang.String usecase,
@Query(value="registration_status")
java.lang.String registrationStatus)
@GET(value="Account/{authId}/10dlc/Campaign/{campaignId}/")
retrofit2.Call<Campaign> campaignGet(@Path(value="authId")
java.lang.String authId,
@Path(value="campaignId")
java.lang.String campaignId)
@DELETE(value="Account/{authId}/10dlc/Campaign/{campaignId}/")
retrofit2.Call<CampaignDeleteResponse> campaignDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="campaignId")
java.lang.String campaignId)
@GET(value="Account/{authId}/Recording/")
retrofit2.Call<ListResponse<Recording>> recordingList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> params)
@GET(value="Account/{authId}/Recording/{recordingId}/")
retrofit2.Call<Recording> recordingGet(@Path(value="authId")
java.lang.String authId,
@Path(value="recordingId")
java.lang.String recordingId)
@DELETE(value="Account/{authId}/Recording/{recordingId}/")
retrofit2.Call<okhttp3.ResponseBody> recordingDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="recordingId")
java.lang.String recordingId)
@POST(value="Account/{authId}/Endpoint/")
retrofit2.Call<EndpointCreateResponse> endpointCreate(@Path(value="authId")
java.lang.String authId,
@Body
EndpointCreator endpointCreator)
@POST(value="Account/{authId}/JWT/Token/")
retrofit2.Call<TokenCreateResponse> tokenCreate(@Path(value="authId")
java.lang.String authId,
@Body
TokenCreator tokenCreator)
@GET(value="Account/{authId}/Endpoint/")
retrofit2.Call<ListResponse<Endpoint>> endpointList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> params)
@GET(value="Account/{authId}/Endpoint/{endpointId}/")
retrofit2.Call<Endpoint> endpointGet(@Path(value="authId")
java.lang.String authId,
@Path(value="endpointId")
java.lang.String endpointId)
@POST(value="Account/{authId}/Endpoint/{endpointId}/")
retrofit2.Call<EndpointUpdateResponse> endpointUpdate(@Path(value="authId")
java.lang.String authId,
@Path(value="endpointId")
java.lang.String endpointId,
@Body
EndpointUpdater endpointUpdater)
@DELETE(value="Account/{authId}/Endpoint/{endpointId}/")
retrofit2.Call<okhttp3.ResponseBody> endpointDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="endpointId")
java.lang.String endpointId)
@GET(value="Account/{authId}/Conference/")
retrofit2.Call<ConferenceList> conferenceListGet(@Path(value="authId")
java.lang.String authId)
@GET(value="Account/{authId}/Conference/{conferenceName}/")
retrofit2.Call<Conference> conferenceGet(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName)
@DELETE(value="Account/{authId}/Conference/")
retrofit2.Call<okhttp3.ResponseBody> conferenceDeleteAll(@Path(value="authId")
java.lang.String authId)
@DELETE(value="Account/{authId}/Conference/{conferenceName}/")
retrofit2.Call<okhttp3.ResponseBody> conferenceDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName)
@DELETE(value="Account/{authId}/Conference/{conferenceName}/Member/{memberId}/")
retrofit2.Call<ConferenceMemberActionResponse> conferenceMemberDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName,
@Path(value="memberId")
java.lang.String memberId)
@Headers(value="Content-Type: application/json")
@POST(value="Account/{authId}/Conference/{conferenceName}/Member/{memberId}/Kick/")
retrofit2.Call<ConferenceMemberActionResponse> conferenceMemberKickCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName,
@Path(value="memberId")
java.lang.String memberId)
@Headers(value="Content-Type: application/json")
@POST(value="Account/{authId}/Conference/{conferenceName}/Member/{memberId}/Mute/")
retrofit2.Call<ConferenceMemberActionResponse> conferenceMemberMuteCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName,
@Path(value="memberId")
java.lang.String memberId)
@DELETE(value="Account/{authId}/Conference/{conferenceName}/Member/{memberId}/Mute/")
retrofit2.Call<okhttp3.ResponseBody> conferenceMemberMuteDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName,
@Path(value="memberId")
java.lang.String memberId)
@POST(value="Account/{authId}/Conference/{conferenceName}/Member/{memberId}/Play/")
retrofit2.Call<ConferenceMemberActionResponse> conferenceMemberPlayCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName,
@Path(value="memberId")
java.lang.String memberId,
@Body
ConferenceMemberPlayCreator conferenceMemberPlayCreator)
@DELETE(value="Account/{authId}/Conference/{conferenceName}/Member/{memberId}/Play/")
retrofit2.Call<okhttp3.ResponseBody> conferenceMemberPlayDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName,
@Path(value="memberId")
java.lang.String memberId)
@POST(value="Account/{authId}/Conference/{conferenceName}/Member/{memberId}/Speak/")
retrofit2.Call<ConferenceMemberActionResponse> conferenceMemberSpeakCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName,
@Path(value="memberId")
java.lang.String memberId,
@Body
ConferenceMemberSpeakCreator conferenceMemberSpeakCreator)
@DELETE(value="Account/{authId}/Conference/{conferenceName}/Member/{memberId}/Speak/")
retrofit2.Call<okhttp3.ResponseBody> conferenceMemberSpeakDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName,
@Path(value="memberId")
java.lang.String memberId)
@Headers(value="Content-Type: application/json")
@POST(value="Account/{authId}/Conference/{conferenceName}/Member/{memberId}/Deaf/")
retrofit2.Call<ConferenceMemberActionResponse> conferenceMemberDeafCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName,
@Path(value="memberId")
java.lang.String memberId)
@DELETE(value="Account/{authId}/Conference/{conferenceName}/Member/{memberId}/Deaf/")
retrofit2.Call<okhttp3.ResponseBody> conferenceMemberDeafDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName,
@Path(value="memberId")
java.lang.String memberId)
@Headers(value="Content-Type: application/json")
@POST(value="Account/{authId}/Conference/{conferenceName}/Record/")
retrofit2.Call<ConferenceRecordCreateResponse> conferenceRecordCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName)
@DELETE(value="Account/{authId}/Conference/{conferenceName}/Record/")
retrofit2.Call<okhttp3.ResponseBody> conferenceRecordDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="conferenceName")
java.lang.String conferenceName)
@GET(value="Account/{authId}/Pricing/")
retrofit2.Call<Pricing> pricingGet(@Path(value="authId")
java.lang.String authId,
@Query(value="country_iso")
java.lang.String countryIso)
@DELETE(value="Account/{authId}/Request/{requestUuid}/")
retrofit2.Call<okhttp3.ResponseBody> requestDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="requestUuid")
java.lang.String requestUuid)
@GET(value="phlo/{phloId}")
retrofit2.Call<Phlo> phloGet(@Path(value="phloId")
java.lang.String phloId)
@GET(value="phlo/{phloId}/runs/{runId}")
retrofit2.Call<PhloRunGetterResponse> phloRunGet(@Path(value="phloId")
java.lang.String phloId,
@Path(value="runId")
java.lang.String runId)
@Headers(value="Content-Type: application/json")
@POST(value="phlo/{phloId}/{nodeType}/{nodeId}")
retrofit2.Call<MultiPartyCallUpdateResponse> nodeAction(@Path(value="phloId")
java.lang.String phloId,
@Path(value="nodeType")
NodeType nodeType,
@Path(value="nodeId")
java.lang.String nodeId,
@Body
MultiPartyCallUpdatePayload payload)
@Headers(value="Content-Type: application/json")
@POST(value="phlo/{phloId}/{nodeType}/{nodeId}/members/{memberId}")
retrofit2.Call<MultiPartyCallUpdateResponse> memberAction(@Path(value="phloId")
java.lang.String phloId,
@Path(value="nodeType")
NodeType nodeType,
@Path(value="nodeId")
java.lang.String nodeId,
@Path(value="memberId")
java.lang.String memberId,
@Body
MultiPartyCallUpdatePayload payload)
@GET(value="phlo/{phloId}/{nodeType}/{nodeId}")
retrofit2.Call<MultiPartyCall> multiPartyCallGet(@Path(value="phloId")
java.lang.String phloId,
@Path(value="nodeType")
NodeType nodeType,
@Path(value="nodeId")
java.lang.String nodeId)
@Headers(value="Content-Type: application/json")
@POST(value="account/{authId}/phlo/{phloId}")
retrofit2.Call<PhloUpdateResponse> runPhlo(@Path(value="authId")
java.lang.String authId,
@Path(value="phloId")
java.lang.String phloId,
@Body
java.util.Map<java.lang.String,java.lang.Object> payload)
@POST(value="Account/{authId}/Powerpack/")
retrofit2.Call<PowerpackResponse> createPowerpack(@Path(value="authId")
java.lang.String authId,
@Body
PowerpackCreator powerpackCreator)
@GET(value="Account/{authId}/Powerpack/{uuid}/")
retrofit2.Call<Powerpack> powerpackGet(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid)
@GET(value="Account/{authId}/Powerpack/")
retrofit2.Call<ListResponse<Powerpack>> powerpackList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> powerpackListRequest)
@POST(value="Account/{authId}/Powerpack/{uuid}/")
retrofit2.Call<PowerpackUpdateResponse> powerpackUpdate(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@Body
PowerpackUpdater powerpackUpdater)
@HTTP(method="DELETE",
path="Account/{authId}/Powerpack/{id}/",
hasBody=true)
retrofit2.Call<okhttp3.ResponseBody> powerpackDeleter(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id,
@Body
PowerpackDeleter powerpackDelete)
@GET(value="Account/{authId}/NumberPool/{uuid}/Number/")
retrofit2.Call<ListResponse<Numbers>> powerpackNumberList(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> powerpackNumberListRequest)
@GET(value="Account/{authId}/NumberPool/{uuid}/Shortcode/")
retrofit2.Call<ListResponse<Shortcode>> powerpackShortcodeList(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> powerpackShortcodeListRequest)
@GET(value="Account/{authId}/NumberPool/{uuid}/Tollfree/")
retrofit2.Call<ListResponse<Tollfree>> powerpackTollfreeList(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> powerpackTollfreeListRequest)
@GET(value="Account/{authId}/NumberPool/{uuid}/Number/{number}/")
retrofit2.Call<Numbers> powerpackFindNumberGet(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@Path(value="number")
java.lang.String number)
@GET(value="Account/{authId}/NumberPool/{uuid}/Shortcode/{shortcode}/")
retrofit2.Call<Shortcode> powerpackFindShortcodeGet(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@Path(value="shortcode")
java.lang.String shortcode)
@GET(value="Account/{authId}/NumberPool/{uuid}/Tollfree/{tollfree}/")
retrofit2.Call<Tollfree> powerpackFindTollfreeGet(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@Path(value="tollfree")
java.lang.String tollfree)
@POST(value="Account/{authId}/NumberPool/{uuid}/Number/{number}/")
retrofit2.Call<Numbers> powerpackAddNumberCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@Path(value="number")
java.lang.String number,
@Body
PowerpackAddNumber addnumber)
@POST(value="Account/{authId}/NumberPool/{uuid}/Tollfree/{tollfree}/")
retrofit2.Call<Tollfree> powerpackAddTollfreeCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@Path(value="tollfree")
java.lang.String tollfree,
@Body
PowerpackAddTollfree addtollfree)
@HTTP(method="DELETE",
path="Account/{authId}/NumberPool/{uuid}/Number/{number}/",
hasBody=true)
retrofit2.Call<okhttp3.ResponseBody> powerpackNumberDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@Path(value="number")
java.lang.String number,
@Body
RemoveNumber numberDeleter)
@HTTP(method="DELETE",
path="Account/{authId}/NumberPool/{uuid}/Tollfree/{tollfree}/",
hasBody=true)
retrofit2.Call<okhttp3.ResponseBody> powerpackTollfreeDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@Path(value="tollfree")
java.lang.String tollfree,
@Body
RemoveTollfree tollfreeDeleter)
@HTTP(method="DELETE",
path="Account/{authId}/NumberPool/{uuid}/Shortcode/{shortcode}/",
hasBody=true)
retrofit2.Call<okhttp3.ResponseBody> powerpackShortcodeDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@Path(value="shortcode")
java.lang.String shortcode,
@Body
RemoveShortcode shortcodeDeleter)
@POST(value="Account/{authId}/NumberPool/{uuid}/Number/{number}/")
retrofit2.Call<Numbers> powerpackBuyAddNumberCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@Path(value="number")
java.lang.String number,
@Body
BuyAddNumbers numbers)
@GET(value="Account/{authId}/Media/")
retrofit2.Call<ListResponse<Media>> mediaList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> mediaListRequest)
@GET(value="Account/{authId}/Media/{id}/")
retrofit2.Call<Media> mediaGet(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id)
@POST(value="Account/{authId}/Media/")
retrofit2.Call<MediaResponse> uploadMedia(@Path(value="authId")
java.lang.String authId,
@Body
okhttp3.RequestBody mediaUploads)
@GET(value="Account/{authId}/EndUser/{id}/")
retrofit2.Call<EndUser> endUserGet(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id)
@POST(value="Account/{authId}/EndUser/")
retrofit2.Call<EndUserCreateResponse> endUserCreate(@Path(value="authId")
java.lang.String authId,
@Body
EndUserCreator endUserCreator)
@POST(value="Account/{authId}/EndUser/{id}/")
retrofit2.Call<EndUserUpdateResponse> endUserUpdate(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id,
@Body
EndUserUpdater endUserUpdater)
@GET(value="Account/{authId}/EndUser/")
retrofit2.Call<ListResponse<EndUser>> endUserList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> endUserListRequest)
@DELETE(value="Account/{authId}/EndUser/{id}/")
retrofit2.Call<okhttp3.ResponseBody> endUserDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String endUserId)
@GET(value="Account/{authId}/ComplianceDocumentType/{id}/")
retrofit2.Call<ComplianceDocumentType> complianceDocumentTypeGet(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id)
@GET(value="Account/{authId}/ComplianceDocumentType/")
retrofit2.Call<ListResponse<ComplianceDocumentType>> complianceDocumentTypeList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> complianceDocumentListRequest)
@GET(value="Account/{authId}/ComplianceRequirement/{id}/")
retrofit2.Call<ComplianceRequirement> complianceRequirementGet(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id)
@GET(value="Account/{authId}/ComplianceRequirement/")
retrofit2.Call<ComplianceRequirement> complianceRequirementList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> complianceDocumentListRequest)
@GET(value="Account/{authId}/ComplianceApplication/{id}/")
retrofit2.Call<ComplianceApplication> complianceApplicationGet(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id)
@POST(value="Account/{authId}/ComplianceApplication/")
retrofit2.Call<ComplianceApplicationCreateResponse> complianceApplicationCreate(@Path(value="authId")
java.lang.String authId,
@Body
ComplianceApplicationCreator complianceApplicationCreator)
@POST(value="Account/{authId}/ComplianceApplication/{id}/")
retrofit2.Call<ComplianceApplicationUpdateResponse> complianceApplicationUpdate(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id,
@Body
ComplianceApplicationUpdater complianceApplicationUpdater)
@GET(value="Account/{authId}/ComplianceApplication/")
retrofit2.Call<ListResponse<ComplianceApplication>> complianceApplicationList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> complianceApplicationLister)
@DELETE(value="Account/{authId}/ComplianceApplication/{id}/")
retrofit2.Call<okhttp3.ResponseBody> complianceApplicationDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String complianceApplicationId)
@POST(value="Account/{authId}/ComplianceApplication/{id}/Submit/")
retrofit2.Call<ComplianceApplicationCreateResponse> complianceApplicationSubmit(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id,
@Body
ComplianceApplicationSubmitter complianceDocumentCreator)
@GET(value="Account/{authId}/ComplianceDocument/{id}/")
retrofit2.Call<ComplianceDocument> complianceDocumentGet(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id)
@POST(value="Account/{authId}/ComplianceDocument/")
retrofit2.Call<ComplianceDocumentCreateResponse> complianceDocumentCreate(@Path(value="authId")
java.lang.String authId,
@Body
okhttp3.RequestBody complianceDocumentCreator)
@POST(value="Account/{authId}/ComplianceDocument/{id}/")
retrofit2.Call<ComplianceDocumentUpdateResponse> complianceDocumentUpdate(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id,
@Body
okhttp3.RequestBody complianceDocumentUpdater)
@GET(value="Account/{authId}/ComplianceDocument/")
retrofit2.Call<ListResponse<ComplianceDocument>> complianceDocumentList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> complianceDocumentLister)
@DELETE(value="Account/{authId}/ComplianceDocument/{id}/")
retrofit2.Call<okhttp3.ResponseBody> complianceDocumentDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String complianceDocumentId)
@GET(value="Account/{authId}/MultiPartyCall/")
retrofit2.Call<ListResponse<MultiPartyCall>> mpcList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> params)
@GET(value="Account/{authId}/MultiPartyCall/{mpcId}/")
retrofit2.Call<MultiPartyCall> mpcGet(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId)
@POST(value="Account/{authId}/MultiPartyCall/{mpcId}/")
retrofit2.Call<BaseResponse> mpcStart(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId,
@Body
java.util.Map<java.lang.String,java.lang.Object> body)
@DELETE(value="Account/{authId}/MultiPartyCall/{mpcId}/")
retrofit2.Call<okhttp3.ResponseBody> mpcStop(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId)
@POST(value="Account/{authId}/MultiPartyCall/{mpcId}/Participant/")
retrofit2.Call<MultiPartyCallParticipantAddResponse> mpcAddParticipant(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId,
@Body
MultiPartyCallParticipantAdd addParticipant)
@GET(value="Account/{authId}/MultiPartyCall/{mpcId}/Participant/")
retrofit2.Call<ListResponse<MultiPartyCallParticipant>> mpcListParticipants(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> params)
@POST(value="Account/{authId}/MultiPartyCall/{mpcId}/Record/")
retrofit2.Call<MultiPartyCallRecordingStartResponse> mpcStartRecording(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId,
@Body
MultiPartyCallRecordingStart startRecording)
@DELETE(value="Account/{authId}/MultiPartyCall/{mpcId}/Record/")
retrofit2.Call<okhttp3.ResponseBody> mpcRecordStop(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId)
@Headers(value="Content-Type: application/json")
@POST(value="Account/{authId}/MultiPartyCall/{mpcId}/Record/Pause/")
retrofit2.Call<BaseResponse> mpcPauseRecording(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId)
@Headers(value="Content-Type: application/json")
@POST(value="Account/{authId}/MultiPartyCall/{mpcId}/Record/Resume/")
retrofit2.Call<BaseResponse> mpcResumeRecording(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId)
@GET(value="Account/{authId}/MultiPartyCall/{mpcId}/Participant/{participantId}/")
retrofit2.Call<MultiPartyCallParticipant> mpcMemberGet(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId,
@Path(value="participantId")
java.lang.String participantId)
@POST(value="Account/{authId}/MultiPartyCall/{mpcId}/Participant/{participantId}/")
retrofit2.Call<MultiPartyCallParticipantUpdateResponse> mpcMemberUpdate(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId,
@Path(value="participantId")
java.lang.String participantId,
@Body
MultiPartyCallParticipantUpdate updateParticipant)
@DELETE(value="Account/{authId}/MultiPartyCall/{mpcId}/Participant/{participantId}/")
retrofit2.Call<okhttp3.ResponseBody> mpcMemberKick(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId,
@Path(value="participantId")
java.lang.String participantId)
@POST(value="Account/{authId}/MultiPartyCall/{mpcId}/Participant/{participantId}/Record/")
retrofit2.Call<MultiPartyCallRecordingStartResponse> mpcParticipantStartRecording(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId,
@Path(value="participantId")
java.lang.String participantId,
@Body
MultiPartyCallParticipantRecordingStart startParticipantRecording)
@DELETE(value="Account/{authId}/MultiPartyCall/{mpcId}/Participant/{participantId}/Record/")
retrofit2.Call<okhttp3.ResponseBody> mpcParticipantRecordStop(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId,
@Path(value="participantId")
java.lang.String participantId)
@Headers(value="Content-Type: application/json")
@POST(value="Account/{authId}/MultiPartyCall/{mpcId}/Participant/{participantId}/Record/Pause/")
retrofit2.Call<BaseResponse> mpcParticipantPauseRecording(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId,
@Path(value="participantId")
java.lang.String participantId)
@Headers(value="Content-Type: application/json")
@POST(value="Account/{authId}/MultiPartyCall/{mpcId}/Participant/{participantId}/Record/Resume/")
retrofit2.Call<BaseResponse> mpcParticipantResumeRecording(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId,
@Path(value="participantId")
java.lang.String participantId)
@POST(value="Account/{authId}/MultiPartyCall/{mpcId}/Member/{participantId}/Play/")
retrofit2.Call<MultiPartyCallStartPlayAudioResponse> mpcStartPlayAudio(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId,
@Path(value="participantId")
java.lang.String participantId,
@Body
MultiPartyCallStartPlayAudio multiPartyCallStartPlayAudio)
@DELETE(value="Account/{authId}/MultiPartyCall/{mpcId}/Member/{participantId}/Play/")
retrofit2.Call<okhttp3.ResponseBody> mpcStopPlayAudio(@Path(value="authId")
java.lang.String authId,
@Path(value="mpcId")
java.lang.String mpcId,
@Path(value="participantId")
java.lang.String participantId)
@POST(value="Account/{authId}/Call/{callId}/Stream/")
retrofit2.Call<CallStreamCreateResponse> callStreamCreate(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId,
@Body
CallStreamCreator callStreamCreator)
@DELETE(value="Account/{authId}/Call/{callId}/Stream/")
retrofit2.Call<okhttp3.ResponseBody> callStreamDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId)
@DELETE(value="Account/{authId}/Call/{callId}/Stream/{streamId}")
retrofit2.Call<okhttp3.ResponseBody> callStreamDeleteSpecific(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId,
@Path(value="streamId")
java.lang.String streamId)
@GET(value="Account/{authId}/Call/{callId}/Stream/")
retrofit2.Call<ListResponse<CallStreamGetSpecificResponse>> callStreamGetAll(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId)
@GET(value="Account/{authId}/Call/{callId}/Stream/{streamId}")
retrofit2.Call<CallStreamGetSpecificResponse> callStreamGetSpecific(@Path(value="authId")
java.lang.String authId,
@Path(value="callId")
java.lang.String callId,
@Path(value="streamId")
java.lang.String streamId)
@POST(value="Account/{authId}/Verify/Session/")
retrofit2.Call<SessionCreateResponse> sessionSend(@Path(value="authId")
java.lang.String authId,
@Body
SessionCreator sessionCreator)
@POST(value="Account/{authId}/Verify/Session/{id}/")
retrofit2.Call<SessionCreateResponse> validateSession(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id,
@Body
ValidateSession validateSession)
@GET(value="Account/{authId}/Verify/Session/{id}/")
retrofit2.Call<VerifySession> sessionGet(@Path(value="authId")
java.lang.String authId,
@Path(value="id")
java.lang.String id)
@GET(value="Account/{authId}/Verify/Session/")
retrofit2.Call<ListResponse<VerifySessionList>> sessionList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> sessionListRequest)
@POST(value="Account/{authId}/VerifiedCallerId/")
retrofit2.Call<InitiateVerifyResponse> initiateVerify(@Path(value="authId")
java.lang.String authId,
@Body
InitiateVerify initiateVerify)
@POST(value="Account/{authId}/VerifiedCallerId/Verification/{verificationUuid}/")
retrofit2.Call<VerifyCallerIdResponse> verifyCallerID(@Path(value="authId")
java.lang.String authId,
@Path(value="verificationUuid")
java.lang.String verificationUuid,
@Body
VerifyCallerId verifyCallerId)
@POST(value="Account/{authId}/VerifiedCallerId/{phoneNumber}")
retrofit2.Call<UpdateVerifiedCallerIdResponse> updateVerifiedCallerID(@Path(value="authId")
java.lang.String authId,
@Path(value="phoneNumber")
java.lang.String phoneNumber,
@Body
UpdateVerifiedCallerID updateVerifiedCallerID)
@GET(value="Account/{authId}/VerifiedCallerId/{phoneNumber}")
retrofit2.Call<GetVerifiedCallerIdResponse> getVerifiedCallerID(@Path(value="authId")
java.lang.String authId,
@Path(value="phoneNumber")
java.lang.String phoneNumber)
@GET(value="Account/{authId}/VerifiedCallerId/")
retrofit2.Call<ListVerifiedCallerIdResponse> listVerifiedCallerID(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> listVerifiedCallerId)
@DELETE(value="Account/{authId}/VerifiedCallerId/{phoneNumber}")
retrofit2.Call<okhttp3.ResponseBody> deleteVerifiedCallerID(@Path(value="authId")
java.lang.String authId,
@Path(value="phoneNumber")
java.lang.String phoneNumber)
@GET(value="Account/{authId}/TollfreeVerification/{uuid}/")
retrofit2.Call<TollfreeVerification> tollfreeVerificationGet(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid)
@POST(value="Account/{authId}/TollfreeVerification/")
retrofit2.Call<TollfreeVerificationCreateResponse> tollfreeVerificationCreate(@Path(value="authId")
java.lang.String authId,
@Body
TollfreeVerificationCreator tollfreeVerificationCreator)
@POST(value="Account/{authId}/TollfreeVerification/{uuid}/")
retrofit2.Call<TollfreeVerificationUpdateResponse> tollfreeVerificationUpdate(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid,
@Body
TollfreeVerificationUpdater tollfreeVerificationUpdater)
@GET(value="Account/{authId}/TollfreeVerification/")
retrofit2.Call<ListResponse<TollfreeVerification>> tollfreeVerificationList(@Path(value="authId")
java.lang.String authId,
@QueryMap
java.util.Map<java.lang.String,java.lang.Object> tollfreeVerificationLister)
@DELETE(value="Account/{authId}/TollfreeVerification/{uuid}/")
retrofit2.Call<okhttp3.ResponseBody> tollfreeVerificationDelete(@Path(value="authId")
java.lang.String authId,
@Path(value="uuid")
java.lang.String uuid)