Table of Contents

Interface IBuilderForOptional

Namespace
Vonage.Conversations.GetEvents
Assembly
Vonage.dll

Represents a builder for optional values.

public interface IBuilderForOptional : IVonageRequestBuilder<GetEventsRequest>
Inherited Members

Methods

ExcludeDeletedEvents()

Sets builder to exclude deleted events.

IBuilderForOptional ExcludeDeletedEvents()

Returns

IBuilderForOptional

The builder.

WithEndId(string)

Sets the end id on the builder.

IBuilderForOptional WithEndId(string value)

Parameters

value string

The end id.

Returns

IBuilderForOptional

The builder.

WithEventType(string)

Sets the event type on the builder.

IBuilderForOptional WithEventType(string value)

Parameters

value string

The event type.

Returns

IBuilderForOptional

The builder.

WithOrder(FetchOrder)

Sets the order on the builder.

IBuilderForOptional WithOrder(FetchOrder value)

Parameters

value FetchOrder

The order.

Returns

IBuilderForOptional

The builder.

WithPageSize(int)

Sets the page size on the builder.

IBuilderForOptional WithPageSize(int value)

Parameters

value int

The page size.

Returns

IBuilderForOptional

The builder.

WithStartId(string)

Sets the start id on the builder.

IBuilderForOptional WithStartId(string value)

Parameters

value string

The start id.

Returns

IBuilderForOptional

The builder.