public class Mention
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Mention.Builder |
Constructor and Description |
---|
Mention() |
Modifier and Type | Method and Description |
---|---|
static Mention.Builder |
builder()
Create builder to construct new
Mention . |
int |
getEndIndex()
End position in text where the user is mentioned.
|
int |
getStartIndex()
Start position in text where the user is mentioned.
|
java.lang.String |
getUserId()
Id of user that is mentioned.
|
public java.lang.String getUserId()
public int getStartIndex()
public int getEndIndex()
public static Mention.Builder builder()
Mention
.(c) Copyright GetSocial BV, 2017. All Rights Reserved.