| Package | Description |
|---|---|
| org.wso2.appserver.sample.flickr.client | |
| org.wso2.www.types.flickr.client |
| Modifier and Type | Method and Description |
|---|---|
String |
FlickrServiceClient.flickrPhotosSearch(String userID,
String tags,
AnyOrAll tagMode,
String text,
String minUpDate,
String maxUpDate,
String minTakDate,
String maxTakDate,
String license,
SortOrder sort,
String privacy,
String accuracy,
String machineTags,
AnyOrAll machineTagsMode,
String grpID,
ExtrasBean extrasBean,
String page,
String perPage,
String sharedSecret,
String token,
String key,
String host,
String port) |
| Modifier and Type | Field and Description |
|---|---|
protected SortOrder |
PhotosGetWithGeoData.localSort
field for Sort
|
protected SortOrder |
PhotosSearch.localSort
field for Sort
|
protected SortOrder |
PhotosGetWithoutGeoData.localSort
field for Sort
|
static SortOrder |
SortOrder.value1 |
static SortOrder |
SortOrder.value2 |
static SortOrder |
SortOrder.value3 |
static SortOrder |
SortOrder.value4 |
static SortOrder |
SortOrder.value5 |
static SortOrder |
SortOrder.value6 |
static SortOrder |
SortOrder.value7 |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.Factory.fromString(String value,
String namespaceURI) |
static SortOrder |
SortOrder.Factory.fromString(XMLStreamReader xmlStreamReader,
String content) |
static SortOrder |
SortOrder.Factory.fromValue(org.apache.axis2.databinding.types.Token value) |
SortOrder |
PhotosGetWithGeoData.getSort()
Auto generated getter method
|
SortOrder |
PhotosSearch.getSort()
Auto generated getter method
|
SortOrder |
PhotosGetWithoutGeoData.getSort()
Auto generated getter method
|
static SortOrder |
SortOrder.Factory.parse(XMLStreamReader reader)
static method to create the object
Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable
If this object is not an element, it is a complex type and the reader is at the event just after the outer start element
Postcondition: If this object is an element, the reader is positioned at its end element
If this object is a complex type, the reader is positioned at the end element of its outer element
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhotosGetWithGeoData.setSort(SortOrder param)
Auto generated setter method
|
void |
PhotosSearch.setSort(SortOrder param)
Auto generated setter method
|
void |
PhotosGetWithoutGeoData.setSort(SortOrder param)
Auto generated setter method
|
Copyright © 2015 WSO2 Inc. All rights reserved.