public class UserContext extends Object implements NameValuePairCollection
Modifier and Type | Field and Description |
---|---|
Boolean |
_blocked
Limit results to include users who are blocked
|
Boolean |
_following
Limit results to include users who are following
|
Boolean |
_includeChannelFollowers
Limit results to include users who are channel followers
|
Boolean |
_showInverse
Show the inverse result set
|
Integer |
_userId |
Constructor and Description |
---|
UserContext() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getBlocked() |
Boolean |
getFollowing() |
Boolean |
getIncludeChannelFollowers() |
Boolean |
getShowInverse() |
Integer |
getUserId() |
void |
setBlocked(Boolean blocked) |
void |
setFollowing(Boolean following) |
void |
setIncludeChannelFollowers(Boolean includeChannelFollowers) |
void |
setShowInverse(Boolean showInverse) |
void |
setUserId(Integer userId) |
List<org.apache.http.NameValuePair> |
toNameValuePairs() |
public Boolean _following
public Boolean _blocked
public Boolean _includeChannelFollowers
public Boolean _showInverse
public Integer _userId
public Boolean getFollowing()
public void setFollowing(Boolean following)
public Boolean getBlocked()
public void setBlocked(Boolean blocked)
public Boolean getIncludeChannelFollowers()
public void setIncludeChannelFollowers(Boolean includeChannelFollowers)
public Boolean getShowInverse()
public void setShowInverse(Boolean showInverse)
public Integer getUserId()
public void setUserId(Integer userId)
public List<org.apache.http.NameValuePair> toNameValuePairs()
toNameValuePairs
in interface NameValuePairCollection
Copyright © 2014 Equilibrium. All rights reserved.