Uses of Class
com.twilio.rest.notify.v1.service.BindingCreator
-
Packages that use BindingCreator Package Description com.twilio.rest.notify.v1.service -
-
Uses of BindingCreator in com.twilio.rest.notify.v1.service
Methods in com.twilio.rest.notify.v1.service that return BindingCreator Modifier and Type Method Description static BindingCreatorBinding. creator(String pathServiceSid, String identity, Binding.BindingType bindingType, String address)BindingCreatorBindingCreator. setAddress(String address)BindingCreatorBindingCreator. setBindingType(Binding.BindingType bindingType)BindingCreatorBindingCreator. setCredentialSid(String credentialSid)BindingCreatorBindingCreator. setEndpoint(String endpoint)BindingCreatorBindingCreator. setIdentity(String identity)BindingCreatorBindingCreator. setNotificationProtocolVersion(String notificationProtocolVersion)BindingCreatorBindingCreator. setTag(String tag)BindingCreatorBindingCreator. setTag(List<String> tag)
-