public class SetAccountLinkingUrlRequest extends Object implements Serializable
MessengerProfileApi.setAccountLinkingUrl(String)
method.| Constructor and Description |
|---|
SetAccountLinkingUrlRequest()
Instantiates a new SetAccountLinkingUrl.
|
SetAccountLinkingUrlRequest(String accountLinkingUrl)
Instantiates a new SetAccountLinkingUrl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAccountLinkingUrl()
Gets the
accountLinkingUrl. |
int |
hashCode() |
void |
setAccountLinkingUrl(String accountLinkingUrl)
Sets the
accountLinkingUrl. |
String |
toString() |
public SetAccountLinkingUrlRequest()
public SetAccountLinkingUrlRequest(String accountLinkingUrl)
accountLinkingUrl - the accountLinkingUrl.public String getAccountLinkingUrl()
accountLinkingUrl.accountLinkingUrl.public void setAccountLinkingUrl(String accountLinkingUrl)
accountLinkingUrl.accountLinkingUrl - the accountLinkingUrl to set.Copyright © 2017 BotMill. All rights reserved.