com.citygrid.content.reviews
Class CGReviewsSearchReview.Builder
java.lang.Object
com.citygrid.content.reviews.CGReviewsSearchReview.Builder
- Enclosing class:
- CGReviewsSearchReview
public static class CGReviewsSearchReview.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
baseReview
private CGBaseReview baseReview
impressionId
private String impressionId
referenceId
private int referenceId
sourceId
private int sourceId
locationId
private int locationId
businessName
private String businessName
authorUrl
private URI authorUrl
type
private CGReviewType type
CGReviewsSearchReview.Builder
public CGReviewsSearchReview.Builder()
build
public CGReviewsSearchReview build()
baseReview
public CGReviewsSearchReview.Builder baseReview(CGBaseReview baseReview)
impressionId
public CGReviewsSearchReview.Builder impressionId(String impressionId)
referenceId
public CGReviewsSearchReview.Builder referenceId(int referenceId)
sourceId
public CGReviewsSearchReview.Builder sourceId(int sourceId)
locationId
public CGReviewsSearchReview.Builder locationId(int locationId)
businessName
public CGReviewsSearchReview.Builder businessName(String businessName)
authorUrl
public CGReviewsSearchReview.Builder authorUrl(URI authorUrl)
type
public CGReviewsSearchReview.Builder type(CGReviewType type)
Copyright © 2011. All Rights Reserved.