- get() - Static method in class com.nexmo.client.NexmoClient
-
- getAllMembers() - Method in class com.nexmo.client.NexmoConversation
-
Get all members that are JOINED/INVITED/LEFT in this conversation, synchronously.
- getCallListener() - Method in class com.nexmo.client.PendingServerKnockingRequest
-
- getCallMembers() - Method in class com.nexmo.client.NexmoCall
-
- getCallState() - Method in class com.nexmo.client.NexmoCallMember
-
- getChannel() - Method in class com.nexmo.client.NexmoCallMember
-
- getChannel() - Method in class com.nexmo.client.NexmoMember
-
- getChannel() - Method in class com.nexmo.client.NexmoMemberEvent
-
- getConfig() - Method in class com.nexmo.client.NexmoClient
-
- getContext() - Method in class com.nexmo.client.NexmoClient
-
- getConversation() - Method in class com.nexmo.client.NexmoCall
-
- getConversation(String, NexmoRequestListener<NexmoConversation>) - Method in class com.nexmo.client.NexmoClient
-
Get conversation information based on unique ID.
- getConversationId() - Method in class com.nexmo.client.NexmoConversation
-
Get the id of this conversation, synchronously.
- getConversationId() - Method in class com.nexmo.client.NexmoMember
-
- getConversations(NexmoRequestListener<Collection<NexmoConversation>>) - Method in class com.nexmo.client.NexmoClient
-
Fetch conversation list for the logged in user.
- getCreationDate() - Method in class com.nexmo.client.NexmoConversation
-
Get the creation date of this conversation, synchronously.
- getData() - Method in class com.nexmo.client.NexmoDirection
-
- getDigit() - Method in class com.nexmo.client.NexmoDTMFEvent
-
- getDisplayName() - Method in class com.nexmo.client.NexmoConversation
-
Get the display name of this conversation, synchronously.
- getDisplayName() - Method in class com.nexmo.client.NexmoUser
-
- getDuration() - Method in class com.nexmo.client.NexmoDTMFEvent
-
- getEndpointPath() - Method in class com.nexmo.client.NexmoClient.NexmoClientConfig
-
- getEnvironmentHost() - Method in class com.nexmo.client.NexmoClient.NexmoClientConfig
-
- getEvents(NexmoRequestListener<Collection<NexmoEvent>>) - Method in class com.nexmo.client.NexmoConversation
-
Retrieve the entire event history of this NexmoConversation.
- getEventTypeFromCoreEvent(Event) - Static method in class com.nexmo.client.NexmoEvent
-
- getFrom() - Method in class com.nexmo.client.NexmoChannel
-
- getId() - Method in class com.nexmo.client.NexmoEvent
-
Get NexmoEvent id.
- getId() - Method in class com.nexmo.client.NexmoImageRepresentation
-
- getId() - Method in class com.nexmo.client.NexmoUser
-
- getImageProcessingServiceUrl() - Method in class com.nexmo.client.NexmoClient.NexmoClientConfig
-
- getImageUrl() - Method in class com.nexmo.client.NexmoUser
-
- getInitialEvent() - Method in class com.nexmo.client.NexmoDeletedEvent
-
Get the initial event that was deleted.
- getKnockingId() - Method in class com.nexmo.client.PendingServerKnockingRequest
-
- getLastEventId() - Method in class com.nexmo.client.NexmoConversation
-
Get the Id of the last NexmoEvent in this conversation, synchronously.
- getLogKey() - Method in class com.nexmo.client.NexmoClient.NexmoClientConfig
-
- getLogLevel() - Method in class com.nexmo.client.NexmoClient.NexmoClientConfig
-
- getMediaActionState() - Method in class com.nexmo.client.NexmoMediaActionEvent
-
- getMediaActionType() - Method in class com.nexmo.client.NexmoMediaActionEvent
-
- getMediaState() - Method in class com.nexmo.client.NexmoMediaEvent
-
- getMediaType() - Method in class com.nexmo.client.NexmoMediaEvent
-
- getMedium() - Method in class com.nexmo.client.NexmoAttachmentEvent
-
- getMember() - Method in class com.nexmo.client.NexmoCallMember
-
NexmoMember for this NexmoCallMember.
- getMember(String) - Method in class com.nexmo.client.NexmoConversation
-
- getMember() - Method in class com.nexmo.client.NexmoDTMFEvent
-
- getMember() - Method in class com.nexmo.client.NexmoEvent
-
Get NexmoEvent sender.
- getMemberId() - Method in class com.nexmo.client.NexmoMember
-
- getMyCallMember() - Method in class com.nexmo.client.NexmoCall
-
- getMyMember() - Method in class com.nexmo.client.NexmoConversation
-
Get the member of the current user in this conversation, synchronously.
- getName() - Method in class com.nexmo.client.NexmoConversation
-
Get the name of this conversation, synchronously.
- getName() - Method in class com.nexmo.client.NexmoUser
-
- getNexmoCoreEventsListenersManager() - Method in class com.nexmo.client.NexmoClient
-
- getOriginal() - Method in class com.nexmo.client.NexmoAttachmentEvent
-
- getRestEnvironmentHost() - Method in class com.nexmo.client.NexmoClient.NexmoClientConfig
-
- getSDKVersion() - Method in class com.nexmo.client.NexmoClient
-
Returns the current version of the Nexmo Stitch SDK.
- getSize() - Method in class com.nexmo.client.NexmoImageRepresentation
-
- getState() - Method in class com.nexmo.client.NexmoMemberEvent
-
- getState() - Method in class com.nexmo.client.NexmoTypingEvent
-
- getStatsInterval() - Method in class com.nexmo.client.NexmoClient.NexmoClientConfig
-
- getTag() - Method in class com.nexmo.client.NexmoClientCallListener
-
- getText() - Method in class com.nexmo.client.NexmoTextEvent
-
Get the text payload of this event.
- getThumbnail() - Method in class com.nexmo.client.NexmoAttachmentEvent
-
- getTimestamp() - Method in class com.nexmo.client.NexmoEvent
-
Get NexmoEvent timestamp.
- getTo() - Method in class com.nexmo.client.NexmoChannel
-
- getToken() - Method in class com.nexmo.client.NexmoClient
-
Get the last used jwt token for logging in the NexmoUser, synchronously.
- getType() - Method in class com.nexmo.client.NexmoDirection
-
- getType() - Method in class com.nexmo.client.NexmoImageRepresentation
-
- getUrl() - Method in class com.nexmo.client.NexmoImageRepresentation
-
- getUser() - Method in class com.nexmo.client.NexmoClient
-
Get the current logged in NexmoUser, synchronously.
- getUser(String, NexmoRequestListener<NexmoUser>) - Method in class com.nexmo.client.NexmoClient
-
Get user info for given userId.
- getUser() - Method in class com.nexmo.client.NexmoConversation
-
- getUser() - Method in class com.nexmo.client.NexmoMember
-
- valueOf(String) - Static method in enum com.nexmo.client.NexmoCallHandler
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.NexmoCallStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.NexmoChannelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.NexmoConnectionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.NexmoDirection.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.NexmoEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.NexmoImageRepresentation.TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.NexmoInvitationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.NexmoMediaActionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.NexmoMediaActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.NexmoMediaState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.NexmoMediaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.NexmoMemberState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.nexmo.client.NexmoTypingState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.nexmo.client.NexmoCallHandler
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.nexmo.client.NexmoCallStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.nexmo.client.NexmoChannelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.nexmo.client.NexmoConnectionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.nexmo.client.NexmoDirection.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.nexmo.client.NexmoEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.nexmo.client.NexmoImageRepresentation.TYPE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.nexmo.client.NexmoInvitationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.nexmo.client.NexmoMediaActionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.nexmo.client.NexmoMediaActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.nexmo.client.NexmoMediaState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.nexmo.client.NexmoMediaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.nexmo.client.NexmoMemberState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.nexmo.client.NexmoTypingState
-
Returns an array containing the constants of this enum type, in
the order they are declared.