Interface IBuilderForOptional
- Namespace
- Vonage.Conversations.UpdateConversation
- Assembly
- Vonage.dll
Represents a builder for optional values.
public interface IBuilderForOptional : IVonageRequestBuilder<UpdateConversationRequest>
- Inherited Members
Methods
WithCallback(Callback)
Sets the Callback.
IBuilderForOptional WithCallback(Callback value)
Parameters
valueCallbackThe callback.
Returns
- IBuilderForOptional
The builder.
WithDisplayName(string)
Sets the Display Name.
IBuilderForOptional WithDisplayName(string value)
Parameters
valuestringThe display name.
Returns
- IBuilderForOptional
The builder.
WithImageUrl(Uri)
Sets the Image Url.
IBuilderForOptional WithImageUrl(Uri value)
Parameters
valueUriThe Image Url.
Returns
- IBuilderForOptional
The builder.
WithName(string)
Sets the Name
IBuilderForOptional WithName(string value)
Parameters
valuestringThe name.
Returns
- IBuilderForOptional
The builder.
WithNumber(INumber)
Set a Number to the conversation.
IBuilderForOptional WithNumber(INumber value)
Parameters
valueINumberThe number.
Returns
- IBuilderForOptional
The builder.
WithProperties(Properties)
Sets the Properties.
IBuilderForOptional WithProperties(Properties value)
Parameters
valuePropertiesThe properties.
Returns
- IBuilderForOptional
The builder.