-
Notifications
You must be signed in to change notification settings - Fork 3
RcsParams
André Matthies edited this page Feb 6, 2025
·
1 revision
- Full name:
\Seven\Api\Resource\Rcs\RcsParams
- This class implements:
\Seven\Api\Library\ParamsInterface
protected ?\DateTime $delay
protected ?string $foreign_id
protected ?string $from
protected ?string $label
protected ?bool $performance_tracking
protected string $text
protected string $to
protected ?int $ttl
protected ?\Seven\Api\Resource\Rcs\RcsFallbackType $fallback
public __construct(string $text, string $to): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$text |
string | |
$to |
string |
public getTo(): string
public getDelay(): ?\DateTime
public setDelay(?\DateTime $delay): self
Parameters:
Parameter | Type | Description |
---|---|---|
$delay |
?\DateTime |
public getForeignId(): ?string
public setForeignId(?string $foreignId): self
Parameters:
Parameter | Type | Description |
---|---|---|
$foreignId |
?string |
public getFrom(): ?string
public setFrom(?string $from): self
Parameters:
Parameter | Type | Description |
---|---|---|
$from |
?string |
public getLabel(): ?string
public setLabel(?string $label): self
Parameters:
Parameter | Type | Description |
---|---|---|
$label |
?string |
public getPerformanceTracking(): ?bool
public setPerformanceTracking(?bool $performanceTracking): self
Parameters:
Parameter | Type | Description |
---|---|---|
$performanceTracking |
?bool |
public getText(): string
public setText(string $text): self
Parameters:
Parameter | Type | Description |
---|---|---|
$text |
string |
public getTTL(): ?int
public setTTL(?int $ttl): self
Parameters:
Parameter | Type | Description |
---|---|---|
$ttl |
?int |
public toArray(): array
public getFallback(): ?\Seven\Api\Resource\Rcs\RcsFallbackType
public setFallback(?\Seven\Api\Resource\Rcs\RcsFallbackType $fallback): self
Parameters:
Parameter | Type | Description |
---|---|---|
$fallback |
?\Seven\Api\Resource\Rcs\RcsFallbackType |
Automatically generated on 2025-02-06