com.citygrid.content.places.search
Class CGPlacesSearchLocation.Builder
java.lang.Object
com.citygrid.content.places.search.CGPlacesSearchLocation.Builder
- Enclosing class:
- CGPlacesSearchLocation
public static class CGPlacesSearchLocation.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CGPlacesSearchLocation.Builder
public CGPlacesSearchLocation.Builder()
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.