UploadRequest
extends DomainValue
in package
FinalYes
Immutable base for Inttegro domain values.
Table of Contents
Properties
- $active : bool
- $attempt : UploadRequestAttempt|null
- $attempts : UploadRequestAttempts
- $canceledAt : string|null
- $canceledBy : UploadRequestActor|null
- $constraints : UploadRequestConstraints
- $createdAt : string
- $customData : array<string, string>|null
- $display : UploadRequestDisplay
- $expiredAt : string|null
- $expiresAt : string
- $fileId : string|null
- $fulfilledAt : string|null
- $id : string
- $latestError : UploadRequestLatestError|null
- $metadata : array<string, string>|null
- $purpose : string
- $recipient : FileParty
- $requester : UploadRequestActor
- $resource : FileResource
- $status : string
- $subject : FileParty
- $updatedAt : string
- $uploadingAt : string|null
- $uploadUrl : string|null
Methods
- __construct() : mixed
- __get() : mixed
- __isset() : bool
- fromArray() : static
- jsonSerialize() : mixed
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- toArray() : array<string, mixed>
Properties
$active read-only
public
bool
$active
$attempt read-only
public
UploadRequestAttempt|null
$attempt
$attempts read-only
public
UploadRequestAttempts
$attempts
$canceledAt read-only
public
string|null
$canceledAt
$canceledBy read-only
public
UploadRequestActor|null
$canceledBy
$constraints read-only
public
UploadRequestConstraints
$constraints
$createdAt read-only
public
string
$createdAt
$customData read-only
public
array<string, string>|null
$customData
$display read-only
public
UploadRequestDisplay
$display
$expiredAt read-only
public
string|null
$expiredAt
$expiresAt read-only
public
string
$expiresAt
$fileId read-only
public
string|null
$fileId
$fulfilledAt read-only
public
string|null
$fulfilledAt
$id read-only
public
string
$id
$latestError read-only
public
UploadRequestLatestError|null
$latestError
$metadata read-only
public
array<string, string>|null
$metadata
$purpose read-only
public
string
$purpose
$recipient read-only
public
FileParty
$recipient
$requester read-only
public
UploadRequestActor
$requester
$resource read-only
public
FileResource
$resource
$status read-only
public
string
$status
$subject read-only
public
FileParty
$subject
$updatedAt read-only
public
string
$updatedAt
$uploadingAt read-only
public
string|null
$uploadingAt
$uploadUrl read-only
public
string|null
$uploadUrl
Methods
__construct()
public
__construct(array<string, mixed> $data) : mixed
Parameters
- $data : array<string, mixed>
__get()
public
__get(string $name) : mixed
Parameters
- $name : string
__isset()
public
__isset(string $name) : bool
Parameters
- $name : string
Return values
boolfromArray()
public
static fromArray(array<string, mixed> $data) : static
Parameters
- $data : array<string, mixed>
Return values
staticjsonSerialize()
public
jsonSerialize() : mixed
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed
toArray()
public
toArray() : array<string, mixed>