Class SendVenue


public class SendVenue extends SendCoordinates
See Also:
  • Constructor Details

    • SendVenue

      public SendVenue()
  • Method Details

    • getTitle

      @NonNull public @NonNull String getTitle()
      Returns:
      Name of the venue
    • setTitle

      public void setTitle(@NonNull @NonNull String title)
      Parameters:
      title - Name of the venue
    • getAddress

      @NonNull public @NonNull String getAddress()
      Returns:
      Address of the venue.
    • setAddress

      public void setAddress(@NonNull @NonNull String address)
      Parameters:
      address - Address of the venue.
    • getFoursquareId

      @Nullable public @Nullable String getFoursquareId()
      Returns:
      Foursquare identifier of the venue.
    • setFoursquareId

      public void setFoursquareId(@Nullable @Nullable String foursquareId)
      Parameters:
      foursquareId - Foursquare identifier of the venue.
    • getFoursquareType

      @Nullable public @Nullable String getFoursquareType()
      Returns:
      Foursquare type of the venue
    • setFoursquareType

      public void setFoursquareType(@Nullable @Nullable String foursquareType)
      Parameters:
      foursquareType - Foursquare type of the venue