Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/Twilio/Rest/Preview/DeployedDevices/Fleet/DeploymentOptions.php
Строк: 261
<?php

/**
 * This code was generated by
 *  / _    _  _|   _  _
 * | (_)/(_)(_|/| |(/_  v1.0.0
 * /       /
 */

namespace TwilioRestPreviewDeployedDevicesFleet;

use 
TwilioOptions;
use 
TwilioValues;

/**
 * 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 help@twilio.com.
 */
abstract class DeploymentOptions {
    
/**
     * @param string $friendlyName A human readable description for this Deployment.
     * @param string $syncServiceSid The unique identifier of the Sync service
     *                               instance.
     * @return CreateDeploymentOptions Options builder
     */
    
public static function create(string $friendlyName Values::NONEstring $syncServiceSid Values::NONE): CreateDeploymentOptions {
        return new 
CreateDeploymentOptions($friendlyName$syncServiceSid);
    }

    
/**
     * @param string $friendlyName A human readable description for this Deployment.
     * @param string $syncServiceSid The unique identifier of the Sync service
     *                               instance.
     * @return UpdateDeploymentOptions Options builder
     */
    
public static function update(string $friendlyName Values::NONEstring $syncServiceSid Values::NONE): UpdateDeploymentOptions {
        return new 
UpdateDeploymentOptions($friendlyName$syncServiceSid);
    }
}

class 
CreateDeploymentOptions extends Options {
    
/**
     * @param string $friendlyName A human readable description for this Deployment.
     * @param string $syncServiceSid The unique identifier of the Sync service
     *                               instance.
     */
    
public function __construct(string $friendlyName Values::NONEstring $syncServiceSid Values::NONE) {
        
$this->options['friendlyName'] = $friendlyName;
        
$this->options['syncServiceSid'] = $syncServiceSid;
    }

    
/**
     * Provides a human readable descriptive text for this Deployment, up to 256 characters long.
     *
     * @param string $friendlyName A human readable description for this Deployment.
     * @return $this Fluent Builder
     */
    
public function setFriendlyName(string $friendlyName): self {
        
$this->options['friendlyName'] = $friendlyName;
        return 
$this;
    }

    
/**
     * Provides the unique string identifier of the Twilio Sync service instance that will be linked to and accessible by this Deployment.
     *
     * @param string $syncServiceSid The unique identifier of the Sync service
     *                               instance.
     * @return $this Fluent Builder
     */
    
public function setSyncServiceSid(string $syncServiceSid): self {
        
$this->options['syncServiceSid'] = $syncServiceSid;
        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.Preview.DeployedDevices.CreateDeploymentOptions ' $options ']';
    }
}

class 
UpdateDeploymentOptions extends Options {
    
/**
     * @param string $friendlyName A human readable description for this Deployment.
     * @param string $syncServiceSid The unique identifier of the Sync service
     *                               instance.
     */
    
public function __construct(string $friendlyName Values::NONEstring $syncServiceSid Values::NONE) {
        
$this->options['friendlyName'] = $friendlyName;
        
$this->options['syncServiceSid'] = $syncServiceSid;
    }

    
/**
     * Provides a human readable descriptive text for this Deployment, up to 64 characters long
     *
     * @param string $friendlyName A human readable description for this Deployment.
     * @return $this Fluent Builder
     */
    
public function setFriendlyName(string $friendlyName): self {
        
$this->options['friendlyName'] = $friendlyName;
        return 
$this;
    }

    
/**
     * Provides the unique string identifier of the Twilio Sync service instance that will be linked to and accessible by this Deployment.
     *
     * @param string $syncServiceSid The unique identifier of the Sync service
     *                               instance.
     * @return $this Fluent Builder
     */
    
public function setSyncServiceSid(string $syncServiceSid): self {
        
$this->options['syncServiceSid'] = $syncServiceSid;
        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.Preview.DeployedDevices.UpdateDeploymentOptions ' $options ']';
    }
}
Онлайн: 0
Реклама