Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/Twilio/Rest/Api/V2010/Account/NewKeyOptions.php
Строк: 70
<?php

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

namespace TwilioRestApiV2010Account;

use 
TwilioOptions;
use 
TwilioValues;

abstract class 
NewKeyOptions {
    
/**
     * @param string $friendlyName A string to describe the resource
     * @return CreateNewKeyOptions Options builder
     */
    
public static function create(string $friendlyName Values::NONE): CreateNewKeyOptions {
        return new 
CreateNewKeyOptions($friendlyName);
    }
}

class 
CreateNewKeyOptions extends Options {
    
/**
     * @param string $friendlyName A string to describe the resource
     */
    
public function __construct(string $friendlyName Values::NONE) {
        
$this->options['friendlyName'] = $friendlyName;
    }

    
/**
     * A descriptive string that you create to describe the resource. It can be up to 64 characters long.
     *
     * @param string $friendlyName A string to describe the resource
     * @return $this Fluent Builder
     */
    
public function setFriendlyName(string $friendlyName): self {
        
$this->options['friendlyName'] = $friendlyName;
        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.Api.V2010.CreateNewKeyOptions ' $options ']';
    }
}
Онлайн: 0
Реклама