Class NotificationCreator
- java.lang.Object
-
- com.twilio.base.Creator<Notification>
-
- com.twilio.rest.verify.v2.service.entity.challenge.NotificationCreator
-
public class NotificationCreator extends Creator<Notification>
-
-
Constructor Summary
Constructors Constructor Description NotificationCreator(String pathServiceSid, String pathIdentity, String pathChallengeSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Notification
create(TwilioRestClient client)
Execute a request using specified client.NotificationCreator
setTtl(Integer ttl)
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setTtl
public NotificationCreator setTtl(Integer ttl)
-
create
public Notification create(TwilioRestClient client)
Description copied from class:Creator
Execute a request using specified client.- Specified by:
create
in classCreator<Notification>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-