Interface IBuilderForState
- Namespace
- Vonage.Conversations.UpdateMember
- Assembly
- Vonage.dll
Represents a builder for the state.
public interface IBuilderForState
Methods
WithJoinedState()
Sets the state to Joined.
IBuilderForOptional WithJoinedState()
Returns
- IBuilderForOptional
The builder.
WithLeftState(Reason)
Sets the state to Left.
IBuilderForOptional WithLeftState(Reason value)
Parameters
valueReasonThe reason
Returns
- IBuilderForOptional
The builder.