Class BrandedCallCreator
- java.lang.Object
-
- com.twilio.base.Creator<BrandedCall>
-
- com.twilio.rest.preview.trustedComms.BrandedCallCreator
-
public class BrandedCallCreator extends Creator<BrandedCall>
PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
-
-
Constructor Summary
Constructors Constructor Description BrandedCallCreator(String from, String to, String reason)
Construct a new BrandedCallCreator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrandedCall
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
create
public BrandedCall create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.- Specified by:
create
in classCreator<BrandedCall>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Created BrandedCall
-
-