Package com.mypurecloud.sdk.v2.model
Class SalesforceSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.SalesforceSettings
- All Implemented Interfaces:
Serializable
SalesforceSettings
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumFilter source by channel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe base URL to resources.categories(List<String> categories) Filter source by categories.channel(SalesforceSettings.ChannelEnum channel) Filter source by channel.booleaninthashCode()Filter source by language.voidsetBaseUrl(String baseUrl) voidsetCategories(List<String> categories) voidsetChannel(SalesforceSettings.ChannelEnum channel) voidsetLanguage(String language) toString()
-
Constructor Details
-
SalesforceSettings
public SalesforceSettings() -
SalesforceSettings
-
-
Method Details
-
channel
Filter source by channel. -
getChannel
-
setChannel
-
language
Filter source by language. -
getLanguage
-
setLanguage
-
categories
Filter source by categories. -
getCategories
-
setCategories
-
baseUrl
The base URL to resources. -
getBaseUrl
-
setBaseUrl
-
equals
-
hashCode
public int hashCode() -
toString
-