Package | Description |
---|---|
org.apache.streams.facebook |
Modifier and Type | Method and Description |
---|---|
Location |
Page.getLocation() |
Location |
Location.withAdditionalProperty(String name,
Object value) |
Location |
Location.withCity(String city) |
Location |
Location.withCountry(String country) |
Location |
Location.withLatitude(Object latitude) |
Location |
Location.withLongitude(Object longitude) |
Location |
Location.withState(String state) |
Location |
Location.withStreet(String street) |
Location |
Location.withText(Object text) |
Location |
Location.withZip(String zip) |
Modifier and Type | Method and Description |
---|---|
void |
Page.setLocation(Location location) |
Page |
Page.withLocation(Location location) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.