Uses of Enum Class
com.vonage.client.conversations.MemberState
Packages that use MemberState
-
Uses of MemberState in com.vonage.client.conversations
Methods in com.vonage.client.conversations that return MemberStateModifier and TypeMethodDescriptionstatic MemberStateMemberState.fromString(String name) BaseMember.getState()State that the member is in.ListUserConversationsRequest.getState()Only include conversations with this member state.UpdateMemberRequest.getState()State to transition the member into.static MemberStateReturns the enum constant of this class with the specified name.static MemberState[]MemberState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.conversations with parameters of type MemberStateModifier and TypeMethodDescriptionListUserConversationsRequest.Builder.state(MemberState state) Only include conversations with this member state.Member.Builder.state(MemberState state) (REQUIRED) Invite or join a member to a conversation.UpdateMemberRequest.Builder.state(MemberState state) (REQUIRED) State to transition the member into.