!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/main_file/vendor/twilio/sdk/src/Twilio/Rest/Conversations/V1/Conversation/   drwxr-xr-x
Free 13.16 GB of 57.97 GB (22.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     WebhookOptions.php (11.54 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

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

namespace Twilio\Rest\Conversations\V1\Conversation;

use 
Twilio\Options;
use 
Twilio\Values;

abstract class 
WebhookOptions {
    
/**
     * @param string $configurationUrl The absolute url the webhook request should
     *                                 be sent to.
     * @param string $configurationMethod The HTTP method to be used when sending a
     *                                    webhook request.
     * @param string[] $configurationFilters The list of events, firing webhook
     *                                       event for this Conversation.
     * @param string[] $configurationTriggers The list of keywords, firing webhook
     *                                        event for this Conversation.
     * @param string $configurationFlowSid The studio flow SID, where the webhook
     *                                     should be sent to.
     * @param int $configurationReplayAfter The message index for which and it's
     *                                      successors the webhook will be replayed.
     * @return CreateWebhookOptions Options builder
     */
    
public static function create(string $configurationUrl Values::NONEstring $configurationMethod Values::NONE, array $configurationFilters Values::ARRAY_NONE, array $configurationTriggers Values::ARRAY_NONEstring $configurationFlowSid Values::NONEint $configurationReplayAfter Values::NONE): CreateWebhookOptions {
        return new 
CreateWebhookOptions($configurationUrl$configurationMethod$configurationFilters$configurationTriggers$configurationFlowSid$configurationReplayAfter);
    }

    
/**
     * @param string $configurationUrl The absolute url the webhook request should
     *                                 be sent to.
     * @param string $configurationMethod The HTTP method to be used when sending a
     *                                    webhook request.
     * @param string[] $configurationFilters The list of events, firing webhook
     *                                       event for this Conversation.
     * @param string[] $configurationTriggers The list of keywords, firing webhook
     *                                        event for this Conversation.
     * @param string $configurationFlowSid The studio flow SID, where the webhook
     *                                     should be sent to.
     * @return UpdateWebhookOptions Options builder
     */
    
public static function update(string $configurationUrl Values::NONEstring $configurationMethod Values::NONE, array $configurationFilters Values::ARRAY_NONE, array $configurationTriggers Values::ARRAY_NONEstring $configurationFlowSid Values::NONE): UpdateWebhookOptions {
        return new 
UpdateWebhookOptions($configurationUrl$configurationMethod$configurationFilters$configurationTriggers$configurationFlowSid);
    }
}

class 
CreateWebhookOptions extends Options {
    
/**
     * @param string $configurationUrl The absolute url the webhook request should
     *                                 be sent to.
     * @param string $configurationMethod The HTTP method to be used when sending a
     *                                    webhook request.
     * @param string[] $configurationFilters The list of events, firing webhook
     *                                       event for this Conversation.
     * @param string[] $configurationTriggers The list of keywords, firing webhook
     *                                        event for this Conversation.
     * @param string $configurationFlowSid The studio flow SID, where the webhook
     *                                     should be sent to.
     * @param int $configurationReplayAfter The message index for which and it's
     *                                      successors the webhook will be replayed.
     */
    
public function __construct(string $configurationUrl Values::NONEstring $configurationMethod Values::NONE, array $configurationFilters Values::ARRAY_NONE, array $configurationTriggers Values::ARRAY_NONEstring $configurationFlowSid Values::NONEint $configurationReplayAfter Values::NONE) {
        
$this->options['configurationUrl'] = $configurationUrl;
        
$this->options['configurationMethod'] = $configurationMethod;
        
$this->options['configurationFilters'] = $configurationFilters;
        
$this->options['configurationTriggers'] = $configurationTriggers;
        
$this->options['configurationFlowSid'] = $configurationFlowSid;
        
$this->options['configurationReplayAfter'] = $configurationReplayAfter;
    }

    
/**
     * The absolute url the webhook request should be sent to.
     *
     * @param string $configurationUrl The absolute url the webhook request should
     *                                 be sent to.
     * @return $this Fluent Builder
     */
    
public function setConfigurationUrl(string $configurationUrl): self {
        
$this->options['configurationUrl'] = $configurationUrl;
        return 
$this;
    }

    
/**
     * The HTTP method to be used when sending a webhook request.
     *
     * @param string $configurationMethod The HTTP method to be used when sending a
     *                                    webhook request.
     * @return $this Fluent Builder
     */
    
public function setConfigurationMethod(string $configurationMethod): self {
        
$this->options['configurationMethod'] = $configurationMethod;
        return 
$this;
    }

    
/**
     * The list of events, firing webhook event for this Conversation.
     *
     * @param string[] $configurationFilters The list of events, firing webhook
     *                                       event for this Conversation.
     * @return $this Fluent Builder
     */
    
public function setConfigurationFilters(array $configurationFilters): self {
        
$this->options['configurationFilters'] = $configurationFilters;
        return 
$this;
    }

    
/**
     * The list of keywords, firing webhook event for this Conversation.
     *
     * @param string[] $configurationTriggers The list of keywords, firing webhook
     *                                        event for this Conversation.
     * @return $this Fluent Builder
     */
    
public function setConfigurationTriggers(array $configurationTriggers): self {
        
$this->options['configurationTriggers'] = $configurationTriggers;
        return 
$this;
    }

    
/**
     * The studio flow SID, where the webhook should be sent to.
     *
     * @param string $configurationFlowSid The studio flow SID, where the webhook
     *                                     should be sent to.
     * @return $this Fluent Builder
     */
    
public function setConfigurationFlowSid(string $configurationFlowSid): self {
        
$this->options['configurationFlowSid'] = $configurationFlowSid;
        return 
$this;
    }

    
/**
     * The message index for which and it's successors the webhook will be replayed. Not set by default
     *
     * @param int $configurationReplayAfter The message index for which and it's
     *                                      successors the webhook will be replayed.
     * @return $this Fluent Builder
     */
    
public function setConfigurationReplayAfter(int $configurationReplayAfter): self {
        
$this->options['configurationReplayAfter'] = $configurationReplayAfter;
        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.Conversations.V1.CreateWebhookOptions ' $options ']';
    }
}

class 
UpdateWebhookOptions extends Options {
    
/**
     * @param string $configurationUrl The absolute url the webhook request should
     *                                 be sent to.
     * @param string $configurationMethod The HTTP method to be used when sending a
     *                                    webhook request.
     * @param string[] $configurationFilters The list of events, firing webhook
     *                                       event for this Conversation.
     * @param string[] $configurationTriggers The list of keywords, firing webhook
     *                                        event for this Conversation.
     * @param string $configurationFlowSid The studio flow SID, where the webhook
     *                                     should be sent to.
     */
    
public function __construct(string $configurationUrl Values::NONEstring $configurationMethod Values::NONE, array $configurationFilters Values::ARRAY_NONE, array $configurationTriggers Values::ARRAY_NONEstring $configurationFlowSid Values::NONE) {
        
$this->options['configurationUrl'] = $configurationUrl;
        
$this->options['configurationMethod'] = $configurationMethod;
        
$this->options['configurationFilters'] = $configurationFilters;
        
$this->options['configurationTriggers'] = $configurationTriggers;
        
$this->options['configurationFlowSid'] = $configurationFlowSid;
    }

    
/**
     * The absolute url the webhook request should be sent to.
     *
     * @param string $configurationUrl The absolute url the webhook request should
     *                                 be sent to.
     * @return $this Fluent Builder
     */
    
public function setConfigurationUrl(string $configurationUrl): self {
        
$this->options['configurationUrl'] = $configurationUrl;
        return 
$this;
    }

    
/**
     * The HTTP method to be used when sending a webhook request.
     *
     * @param string $configurationMethod The HTTP method to be used when sending a
     *                                    webhook request.
     * @return $this Fluent Builder
     */
    
public function setConfigurationMethod(string $configurationMethod): self {
        
$this->options['configurationMethod'] = $configurationMethod;
        return 
$this;
    }

    
/**
     * The list of events, firing webhook event for this Conversation.
     *
     * @param string[] $configurationFilters The list of events, firing webhook
     *                                       event for this Conversation.
     * @return $this Fluent Builder
     */
    
public function setConfigurationFilters(array $configurationFilters): self {
        
$this->options['configurationFilters'] = $configurationFilters;
        return 
$this;
    }

    
/**
     * The list of keywords, firing webhook event for this Conversation.
     *
     * @param string[] $configurationTriggers The list of keywords, firing webhook
     *                                        event for this Conversation.
     * @return $this Fluent Builder
     */
    
public function setConfigurationTriggers(array $configurationTriggers): self {
        
$this->options['configurationTriggers'] = $configurationTriggers;
        return 
$this;
    }

    
/**
     * The studio flow SID, where the webhook should be sent to.
     *
     * @param string $configurationFlowSid The studio flow SID, where the webhook
     *                                     should be sent to.
     * @return $this Fluent Builder
     */
    
public function setConfigurationFlowSid(string $configurationFlowSid): self {
        
$this->options['configurationFlowSid'] = $configurationFlowSid;
        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.Conversations.V1.UpdateWebhookOptions ' $options ']';
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0121 ]--