Class ZendeskConfiguration
java.lang.Object
org.apache.camel.component.zendesk.ZendeskConfiguration
- Direct Known Subclasses:
ZendeskEndpointConfiguration
Component configuration for Zendesk component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhat operation to useThe OAuth token.The password.The server URL to connect.getToken()The security token.The user name.inthashCode()voidsetMethodName(ZendeskApiMethod methodName) What operation to usevoidsetOauthToken(String token) The OAuth token.voidsetPassword(String password) The password.voidsetServerUrl(String url) The server URL to connect.voidThe security token.voidsetUsername(String user) The user name.toString()
-
Constructor Details
-
ZendeskConfiguration
public ZendeskConfiguration()
-
-
Method Details
-
getMethodName
What operation to use -
setMethodName
What operation to use -
getServerUrl
The server URL to connect. -
setServerUrl
The server URL to connect. -
getUsername
The user name. -
setUsername
The user name. -
getToken
The security token. -
setToken
The security token. -
getOauthToken
The OAuth token. -
setOauthToken
The OAuth token. -
getPassword
The password. -
setPassword
The password. -
equals
-
toString
-
hashCode
public int hashCode()
-