public static class InputLocationMessageContent.InputLocationMessageContentBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
InputLocationMessageContent |
build()
Builds the InputLocationMessageContent object
|
InputLocationMessageContent.InputLocationMessageContentBuilder |
latitude(double latitude)
*Required*
Sets the latitude to the provided value
|
InputLocationMessageContent.InputLocationMessageContentBuilder |
longitude(double longitude)
*Required*
Sets the longitude to the provided value
|
public InputLocationMessageContent.InputLocationMessageContentBuilder latitude(double latitude)
latitude - The latitude of the locationpublic InputLocationMessageContent.InputLocationMessageContentBuilder longitude(double longitude)
longitude - The longitude of the locationpublic InputLocationMessageContent build()
Copyright © 2017. All rights reserved.