Table of Contents

Interface IBuilderForOptional

Namespace
Vonage.Conversations.GetUserConversations
Assembly
Vonage.dll

Represents a builder for optional values.

public interface IBuilderForOptional : IVonageRequestBuilder<GetUserConversationsRequest>
Inherited Members

Methods

IncludeCustomData()

Sets the request to include custom data.

IBuilderForOptional IncludeCustomData()

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.

WithOrderBy(string)

Sets the OrderBy on the builder.

IBuilderForOptional WithOrderBy(string value)

Parameters

value string

The order by.

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.

WithStartDate(DateTimeOffset)

Sets the start date on the builder.

IBuilderForOptional WithStartDate(DateTimeOffset value)

Parameters

value DateTimeOffset

The start date.

Returns

IBuilderForOptional

The builder.

WithState(State)

Sets the state on the builder.

IBuilderForOptional WithState(State value)

Parameters

value State

The state.

Returns

IBuilderForOptional

The builder.