com.citygrid.content.places.search
Class CGPlacesSearchLocation.Builder

java.lang.Object
  extended by com.citygrid.content.places.search.CGPlacesSearchLocation.Builder
Enclosing class:
CGPlacesSearchLocation

public static class CGPlacesSearchLocation.Builder
extends Object


Field Summary
private  CGBaseLocation baseLocation
           
private  String[] categories
           
private  String fax
           
private  boolean featured
           
private  boolean hasOffers
           
private  boolean hasVideo
           
private  String neighborhood
           
private  String offers
           
private  URI profile
           
private  String publicId
           
private  int reviews
           
private  String tagline
           
private  CGTag[] tags
           
private  URI website
           
 
Constructor Summary
CGPlacesSearchLocation.Builder()
           
 
Method Summary
 CGPlacesSearchLocation.Builder baseLocation(CGBaseLocation baseLocation)
           
 CGPlacesSearchLocation build()
           
 CGPlacesSearchLocation.Builder categories(String[] categories)
           
 CGPlacesSearchLocation.Builder fax(String fax)
           
 CGPlacesSearchLocation.Builder featured(boolean featured)
           
 CGPlacesSearchLocation.Builder hasOffers(boolean hasOffers)
           
 CGPlacesSearchLocation.Builder hasVideo(boolean hasVideo)
           
 CGPlacesSearchLocation.Builder neighborhood(String neighborhood)
           
 CGPlacesSearchLocation.Builder offers(String offers)
           
 CGPlacesSearchLocation.Builder profile(URI profile)
           
 CGPlacesSearchLocation.Builder publicId(String publicId)
           
 CGPlacesSearchLocation.Builder reviews(int reviews)
           
 CGPlacesSearchLocation.Builder tagline(String tagline)
           
 CGPlacesSearchLocation.Builder tags(CGTag[] tags)
           
 CGPlacesSearchLocation.Builder website(URI website)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseLocation

private CGBaseLocation baseLocation

featured

private boolean featured

publicId

private String publicId

neighborhood

private String neighborhood

fax

private String fax

profile

private URI profile

website

private URI website

hasVideo

private boolean hasVideo

hasOffers

private boolean hasOffers

offers

private String offers

reviews

private int reviews

categories

private String[] categories

tagline

private String tagline

tags

private CGTag[] tags
Constructor Detail

CGPlacesSearchLocation.Builder

public CGPlacesSearchLocation.Builder()
Method Detail

baseLocation

public CGPlacesSearchLocation.Builder baseLocation(CGBaseLocation baseLocation)

featured

public CGPlacesSearchLocation.Builder featured(boolean featured)

publicId

public CGPlacesSearchLocation.Builder publicId(String publicId)

neighborhood

public CGPlacesSearchLocation.Builder neighborhood(String neighborhood)

fax

public CGPlacesSearchLocation.Builder fax(String fax)

profile

public CGPlacesSearchLocation.Builder profile(URI profile)

website

public CGPlacesSearchLocation.Builder website(URI website)

hasVideo

public CGPlacesSearchLocation.Builder hasVideo(boolean hasVideo)

hasOffers

public CGPlacesSearchLocation.Builder hasOffers(boolean hasOffers)

offers

public CGPlacesSearchLocation.Builder offers(String offers)

reviews

public CGPlacesSearchLocation.Builder reviews(int reviews)

categories

public CGPlacesSearchLocation.Builder categories(String[] categories)

tagline

public CGPlacesSearchLocation.Builder tagline(String tagline)

tags

public CGPlacesSearchLocation.Builder tags(CGTag[] tags)

build

public CGPlacesSearchLocation build()


Copyright © 2011. All Rights Reserved.