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
valueFetchOrderThe order.
Returns
- IBuilderForOptional
The builder.
WithOrderBy(string)
Sets the OrderBy on the builder.
IBuilderForOptional WithOrderBy(string value)
Parameters
valuestringThe order by.
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.
WithStartDate(DateTimeOffset)
Sets the start date on the builder.
IBuilderForOptional WithStartDate(DateTimeOffset value)
Parameters
valueDateTimeOffsetThe start date.
Returns
- IBuilderForOptional
The builder.
WithState(State)
Sets the state on the builder.
IBuilderForOptional WithState(State value)
Parameters
valueStateThe state.
Returns
- IBuilderForOptional
The builder.