ExTwilio v0.4.0 ExTwilio.OutgoingCallerId View Source
Represents an OutgoingCallerId resource in the Twilio API.
Link to this section Summary
Functions
Underscored and lowercased collection name for a given resource.
Delegates the real work to ExTwilio.Api.resource_collection_name/1
by
default
CamelCase resource name as it would be used in Twilio’s API. Delegates
the real work to ExTwilio.Api.resource_name/1
by default
Link to this section Functions
create(ExTwilio.Api.data, list) :: ExTwilio.Parser.parsed_response
destroy(String.t, list) :: ExTwilio.Parser.success_delete | ExTwilio.Parser.error
do_new(%ExTwilio.OutgoingCallerId{account_sid: term, call_sid: term, date_created: term, date_updated: term, friendly_name: term, phone_number: term, sid: term, uri: term, validation_code: term}, list) :: %ExTwilio.OutgoingCallerId{account_sid: term, call_sid: term, date_created: term, date_updated: term, friendly_name: term, phone_number: term, sid: term, uri: term, validation_code: term}
find(String.t | nil, list) :: ExTwilio.Parser.parsed_list_response
new() :: %ExTwilio.OutgoingCallerId{account_sid: term, call_sid: term, date_created: term, date_updated: term, friendly_name: term, phone_number: term, sid: term, uri: term, validation_code: term}
new(list) :: %ExTwilio.OutgoingCallerId{account_sid: term, call_sid: term, date_created: term, date_updated: term, friendly_name: term, phone_number: term, sid: term, uri: term, validation_code: term}
Underscored and lowercased collection name for a given resource.
Delegates the real work to ExTwilio.Api.resource_collection_name/1
by
default.
Override in your module before use ExTwilio.Resource
if you need
something different.
CamelCase resource name as it would be used in Twilio’s API. Delegates
the real work to ExTwilio.Api.resource_name/1
by default.
Override in your module before use ExTwilio.Resource
if you need
something different.
update(String.t, ExTwilio.Api.data, list) :: ExTwilio.Parser.parsed_response