Package com.twilio.rest.events.v1.sink
Class SinkValidateCreator
- java.lang.Object
-
- com.twilio.base.Creator<SinkValidate>
-
- com.twilio.rest.events.v1.sink.SinkValidateCreator
-
public class SinkValidateCreator extends Creator<SinkValidate>
-
-
Constructor Summary
Constructors Constructor Description SinkValidateCreator(String pathSid, String testId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SinkValidatecreate(TwilioRestClient client)Execute a request using specified client.SinkValidateCreatorsetTestId(String testId)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setTestId
public SinkValidateCreator setTestId(String testId)
-
create
public SinkValidate create(TwilioRestClient client)
Description copied from class:CreatorExecute a request using specified client.- Specified by:
createin classCreator<SinkValidate>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-