public class InputVenueMessageContent extends Object implements InputMessageContent
| Modifier and Type | Class and Description |
|---|---|
static class |
InputVenueMessageContent.InputVenueMessageContentBuilder
The builder for the InputVenueMessageContent object
|
| Constructor and Description |
|---|
InputVenueMessageContent() |
| Modifier and Type | Method and Description |
|---|---|
static InputVenueMessageContent.InputVenueMessageContentBuilder |
builder()
This builder will allow you to progressively construct this object.
|
String |
getAddress()
Gets the address of the venue
|
String |
getFoursquareId()
Gets the Foursquare ID for the venue
|
double |
getLatitude()
Gets latitude of the venue
|
double |
getLongitude()
Gets longitude of the venue
|
String |
getTitle()
Gets the title of the venue
|
InputMessageContentType |
getType()
Gets the type of InputMessageContent that this object represents
|
public static InputVenueMessageContent.InputVenueMessageContentBuilder builder()
@NonNull public double getLatitude()
@NonNull public double getLongitude()
@NonNull public String getTitle()
@NonNull public String getAddress()
public String getFoursquareId()
public InputMessageContentType getType()
getType in interface InputMessageContentCopyright © 2017. All rights reserved.