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
valuestringThe end id.
Returns
- IBuilderForOptional
The builder.
WithEventType(string)
Sets the event type on the builder.
IBuilderForOptional WithEventType(string value)
Parameters
valuestringThe event type.
Returns
- IBuilderForOptional
The builder.
WithOrder(FetchOrder)
Sets the order on the builder.
IBuilderForOptional WithOrder(FetchOrder value)
Parameters
valueFetchOrderThe order.
Returns
- IBuilderForOptional
The builder.
WithPageSize(int)
Sets the page size on the builder.
IBuilderForOptional WithPageSize(int value)
Parameters
valueintThe page size.
Returns
- IBuilderForOptional
The builder.
WithStartId(string)
Sets the start id on the builder.
IBuilderForOptional WithStartId(string value)
Parameters
valuestringThe start id.
Returns
- IBuilderForOptional
The builder.