|
Spring Social | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConnectionValues
A configuration interface used to set values on a Connection from a specific service provider API instance.
setProviderUserId(String) maps to ConnectionKey.getProviderUserId()
setDisplayName(String) maps to Connection.getDisplayName()
setProfileUrl(String) maps to Connection.getProfileUrl()
setImageUrl(String) maps to Connection.getImageUrl()
ApiAdapter.setConnectionValues(Object, ConnectionValues)| Method Summary | |
|---|---|
void |
setDisplayName(java.lang.String displayName)
Sets value mapped to Connection.getDisplayName(). |
void |
setImageUrl(java.lang.String imageUrl)
Sets value mapped to Connection.getImageUrl() |
void |
setProfileUrl(java.lang.String profileUrl)
Sets value mapped to Connection.getProfileUrl() |
void |
setProviderUserId(java.lang.String providerUserId)
Sets value mapped to ConnectionKey.getProviderUserId(). |
| Method Detail |
|---|
void setProviderUserId(java.lang.String providerUserId)
ConnectionKey.getProviderUserId().
void setDisplayName(java.lang.String displayName)
Connection.getDisplayName().
void setProfileUrl(java.lang.String profileUrl)
Connection.getProfileUrl()
void setImageUrl(java.lang.String imageUrl)
Connection.getImageUrl()
|
Spring Social | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||