Table of Contents

Interface IBuilderForFileId

Namespace
Vonage.Reports.DownloadReport
Assembly
Vonage.dll
public interface IBuilderForFileId

Methods

WithFileId(Guid)

Sets the unique identifier (UUID) of the file to download.

IBuilderForOptional WithFileId(Guid value)

Parameters

value Guid

Returns

IBuilderForOptional

Examples

.WithFileId(Guid.Parse("aaaaaaaa-bbbb-cccc-dddd-0123456789ab"))