AbstractObject
|
+--reflection.Method
addArgument
public void addArgument(struct argument)
-
- Parameters:
struct argument (Required)
addError
public void addError(struct error)
-
- Parameters:
struct error (Required)
getArguments
public array getArguments()
-
getDescription
public string getDescription()
-
getErrors
public array getErrors()
-
getExplanation
public string getExplanation()
-
getName
public string getName()
-
getNeedsLogin
public boolean getNeedsLogin()
-
getNeedsSigning
public boolean getNeedsSigning()
-
getrequiredperms
public numeric getrequiredperms()
-
getResponse
public string getResponse()
-
parseXmlElement
public CFlickr.reflection.Method parseXmlElement(any xmlnode)
-
- Parameters:
any xmlnode (Required)
removeArgument
public struct removeArgument(numeric position)
-
- Parameters:
numeric position (Required)
removeError
public struct removeError(numeric position)
-
- Parameters:
numeric position (Required)
setArguments
public void setArguments(array arguments)
-
- Parameters:
array arguments (Required)
setDescription
public void setDescription(string description)
-
- Parameters:
string description (Required)
setErrors
public void setErrors(array errors)
-
- Parameters:
array errors (Required)
setExplanation
public void setExplanation(string explanation)
-
- Parameters:
string explanation (Required)
setName
public void setName(string name)
-
- Parameters:
string name (Required)
setNeedsLogin
public void setNeedsLogin(boolean needslogin)
-
- Parameters:
boolean needslogin (Required)
setNeedsSigning
public void setNeedsSigning(boolean needssigning)
-
- Parameters:
boolean needssigning (Required)
setrequiredperms
public void setrequiredperms(numeric requiredperms)
-
- Parameters:
numeric requiredperms (Required)
setResponse
public void setResponse(string response)
-
- Parameters:
string response (Required)