Class WordpressAPIConfiguration
- java.lang.Object
-
- org.apache.camel.component.wordpress.api.WordpressAPIConfiguration
-
- All Implemented Interfaces:
Serializable
public final class WordpressAPIConfiguration extends Object implements Serializable
Model for the API configuration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WordpressAPIConfiguration()WordpressAPIConfiguration(String apiUrl, String apiVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetApiUrl()StringgetApiVersion()WordpressAuthenticationgetAuthentication()inthashCode()voidsetApiUrl(String apiUrl)voidsetApiVersion(String apiVersion)voidsetAuthentication(WordpressAuthentication authentication)StringtoString()
-
-
-
Method Detail
-
getApiUrl
public String getApiUrl()
-
setApiUrl
public void setApiUrl(String apiUrl)
-
getApiVersion
public String getApiVersion()
-
setApiVersion
public void setApiVersion(String apiVersion)
-
getAuthentication
public WordpressAuthentication getAuthentication()
-
setAuthentication
public void setAuthentication(WordpressAuthentication authentication)
-
-