public static class CurrentPlaceFeedbackRequestParams.Builder
extends java.lang.Object
CurrentPlaceFeedbackRequestParams| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CurrentPlaceFeedbackRequestParams |
build()
Returns the
CurrentPlaceFeedbackRequestParams |
CurrentPlaceFeedbackRequestParams.Builder |
setPlaceId(java.lang.String placeId)
Sets the place ID for the feedback request.
|
CurrentPlaceFeedbackRequestParams.Builder |
setTracking(java.lang.String tracking)
Sets the tracking ID.
|
CurrentPlaceFeedbackRequestParams.Builder |
setWasHere(boolean wasHere)
Indicates whether the user was actually located at the place specified by
setPlaceId(). |
public CurrentPlaceFeedbackRequestParams.Builder setWasHere(boolean wasHere)
setPlaceId().wasHere - true if the user was at the place specified by
setPlaceId()public CurrentPlaceFeedbackRequestParams.Builder setPlaceId(java.lang.String placeId)
placeId - the place ID associated with the feedback.public CurrentPlaceFeedbackRequestParams.Builder setTracking(java.lang.String tracking)
PlaceManager
for information on how to place a current place request.tracking - The tracking ID returned by the current place request.public CurrentPlaceFeedbackRequestParams build()
CurrentPlaceFeedbackRequestParamsCurrentPlaceFeedbackRequestParams