Table of Contents

Interface IBuilderForOptional

Namespace
Vonage.VerifyV2.GetTemplates
Assembly
Vonage.dll
public interface IBuilderForOptional : IVonageRequestBuilder<GetTemplatesRequest>
Inherited Members

Methods

WithPage(int)

Sets the page number to retrieve (1-based index).

IBuilderForOptional WithPage(int value)

Parameters

value int

Returns

IBuilderForOptional

Examples

.WithPage(2)

WithPageSize(int)

Sets the number of templates to return per page.

IBuilderForOptional WithPageSize(int value)

Parameters

value int

Returns

IBuilderForOptional

Examples

.WithPageSize(10)