public class TargetUser
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TargetUser.Type |
| Constructor and Description |
|---|
TargetUser(TargetUser.Type type,
java.lang.String id,
java.lang.String displayName,
Uri pictureUri) |
| Modifier and Type | Method and Description |
|---|---|
static TargetUser |
createInstance(LineGroup group) |
static TargetUser |
createInstance(LineProfile profile) |
java.lang.String |
getDisplayName() |
java.lang.String |
getId() |
Uri |
getPictureUri() |
java.lang.Boolean |
getSelected() |
static int |
getTargetTypeCount() |
TargetUser.Type |
getType() |
void |
setSelected(java.lang.Boolean selected) |
public TargetUser(TargetUser.Type type, java.lang.String id, java.lang.String displayName, Uri pictureUri)
public TargetUser.Type getType()
public java.lang.String getId()
public java.lang.String getDisplayName()
public Uri getPictureUri()
public java.lang.Boolean getSelected()
public void setSelected(java.lang.Boolean selected)
public static TargetUser createInstance(LineProfile profile)
public static TargetUser createInstance(LineGroup group)
public static int getTargetTypeCount()