public class SetGreetingTextRequest extends Object implements Serializable
MessengerProfileApi.setGreetingMessage(List)
method.| Constructor and Description |
|---|
SetGreetingTextRequest()
Instantiates a new GreetingTextRequest.
|
SetGreetingTextRequest(List<Greeting> greeting)
Instantiates a new GreetingTextRequest.
|
SetGreetingTextRequest(String message)
Instantiates a new sets the greeting text request.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Greeting> |
getGreeting()
Gets the
greeting. |
int |
hashCode() |
void |
setGreeting(List<Greeting> greeting)
Sets the
greeting. |
String |
toString() |
public SetGreetingTextRequest()
public SetGreetingTextRequest(List<Greeting> greeting)
greeting - the greeting.public SetGreetingTextRequest(String message)
message - the messageCopyright © 2017 BotMill. All rights reserved.