com.citygrid.content.reviews
Class CGReviewsSearchReview.Builder

java.lang.Object
  extended by com.citygrid.content.reviews.CGReviewsSearchReview.Builder
Enclosing class:
CGReviewsSearchReview

public static class CGReviewsSearchReview.Builder
extends Object


Field Summary
private  URI authorUrl
           
private  CGBaseReview baseReview
           
private  String businessName
           
private  String impressionId
           
private  int locationId
           
private  int referenceId
           
private  int sourceId
           
private  CGReviewType type
           
 
Constructor Summary
CGReviewsSearchReview.Builder()
           
 
Method Summary
 CGReviewsSearchReview.Builder authorUrl(URI authorUrl)
           
 CGReviewsSearchReview.Builder baseReview(CGBaseReview baseReview)
           
 CGReviewsSearchReview build()
           
 CGReviewsSearchReview.Builder businessName(String businessName)
           
 CGReviewsSearchReview.Builder impressionId(String impressionId)
           
 CGReviewsSearchReview.Builder locationId(int locationId)
           
 CGReviewsSearchReview.Builder referenceId(int referenceId)
           
 CGReviewsSearchReview.Builder sourceId(int sourceId)
           
 CGReviewsSearchReview.Builder type(CGReviewType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CGReviewsSearchReview.Builder

public CGReviewsSearchReview.Builder()
Method Detail

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.