| 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 |
|---|---|
static AnyOrAll |
AnyOrAll.all |
static AnyOrAll |
AnyOrAll.any |
protected AnyOrAll |
PhotosSearch.localMachine_tag_mode
field for Machine_tag_mode
|
protected AnyOrAll |
PhotosSearch.localTag_mode
field for Tag_mode
|
| Modifier and Type | Method and Description |
|---|---|
static AnyOrAll |
AnyOrAll.Factory.fromString(String value,
String namespaceURI) |
static AnyOrAll |
AnyOrAll.Factory.fromString(XMLStreamReader xmlStreamReader,
String content) |
static AnyOrAll |
AnyOrAll.Factory.fromValue(org.apache.axis2.databinding.types.Token value) |
AnyOrAll |
PhotosSearch.getMachine_tag_mode()
Auto generated getter method
|
AnyOrAll |
PhotosSearch.getTag_mode()
Auto generated getter method
|
static AnyOrAll |
AnyOrAll.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 |
PhotosSearch.setMachine_tag_mode(AnyOrAll param)
Auto generated setter method
|
void |
PhotosSearch.setTag_mode(AnyOrAll param)
Auto generated setter method
|
Copyright © 2015 WSO2 Inc. All rights reserved.