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 |
getType()
Type of mention, possible types are listed in
MentionTypes . |
java.lang.String |
getUserId()
Id of user that is mentioned.
|
public java.lang.String getUserId()
public int getStartIndex()
public int getEndIndex()
public java.lang.String getType()
MentionTypes
.MentionTypes
.public static Mention.Builder builder()
Mention
.(c) Copyright GetSocial BV, 2018. All Rights Reserved.