PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
IpMessaging
/
V2
/
Service
/
User
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\IpMessaging\V2\Service\User; use Twilio\Options; use Twilio\Values; abstract class UserBindingOptions { /** * @param string[] $bindingType The binding_type * @return ReadUserBindingOptions Options builder */ public static function read(array $bindingType = Values::ARRAY_NONE): ReadUserBindingOptions { return new ReadUserBindingOptions($bindingType); } } class ReadUserBindingOptions extends Options { /** * @param string[] $bindingType The binding_type */ public function __construct(array $bindingType = Values::ARRAY_NONE) { $this->options['bindingType'] = $bindingType; } /** * The binding_type * * @param string[] $bindingType The binding_type * @return $this Fluent Builder */ public function setBindingType(array $bindingType): self { $this->options['bindingType'] = $bindingType; return $this; } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { $options = \http_build_query(Values::of($this->options), '', ' '); return '[Twilio.IpMessaging.V2.ReadUserBindingOptions ' . $options . ']'; } }
[-] UserChannelOptions.php
[edit]
[-] UserBindingContext.php
[edit]
[+]
..
[-] UserChannelContext.php
[edit]
[-] UserChannelPage.php
[edit]
[-] UserBindingInstance.php
[edit]
[-] UserBindingOptions.php
[edit]
[-] UserChannelList.php
[edit]
[-] UserChannelInstance.php
[edit]
[-] UserBindingPage.php
[edit]
[-] UserBindingList.php
[edit]