Uses of Class
com.atlassian.servicedesk.api.request.CustomerRequestChannelSource
-
Uses of CustomerRequestChannelSource in com.atlassian.servicedesk.api.request
Modifier and TypeFieldDescriptionstatic CustomerRequestChannelSource
CustomerRequestChannelSource.ANONYMOUS_PORTAL
Source channel from whichCustomerRequest
s are created on JIRA Service Management's Customer Portal by anonymous userstatic CustomerRequestChannelSource
CustomerRequestChannelSource.API
Source channel from whichCustomerRequest
s are created by Jira Service Management's REST API or Java APIstatic CustomerRequestChannelSource
CustomerRequestChannelSource.EMAIL
Source channel from whichCustomerRequest
s are created by Jira Service Management's email to create functionstatic CustomerRequestChannelSource
CustomerRequestChannelSource.JIRA
Source channel from whichIssue
's are created via JIRAstatic CustomerRequestChannelSource
CustomerRequestChannelSource.PORTAL
Source channel from whichCustomerRequest
s are created on a service project's customer portalModifier and TypeMethodDescriptionCustomerRequestCreateParameters.customerRequestChannelSource()
The source channel from which the request is createdstatic CustomerRequestChannelSource
Construct a custom source channel using your unique value.Modifier and TypeMethodDescriptionCustomerRequestCreateParameters.Builder.customerRequestChannelSource
(CustomerRequestChannelSource customerRequestChannelSource) The request channel source from which the request is createdCustomerRequestChannelSourceI18nService.getDisplayChannelSource
(com.atlassian.jira.user.ApplicationUser user, CustomerRequestChannelSource channelSource)