Uses of Interface
com.atlassian.servicedesk.api.request.CustomerRequestCreateParameters.Builder
-
Uses of CustomerRequestCreateParameters.Builder in com.atlassian.servicedesk.api.request
Modifier and TypeMethodDescriptionCustomerRequestCreateParameters.Builder.customerRequestChannelSource
(CustomerRequestChannelSource customerRequestChannelSource) The request channel source from which the request is createdCustomerRequestCreateParameters.Builder.fieldValue
(FieldId fieldId, FieldInputValue fieldValue) Add a pair field and its valueCustomerRequestCreateParameters.Builder.fieldValues
(Map<FieldId, FieldInputValue> fieldValues) Set fields and valuesServiceDeskCustomerRequestService.newCreateBuilder()
Create a builder to buildCustomerRequestCreateParameters
CustomerRequestCreateParameters.Builder.raiseOnBehalfOf
(String userName) Set the user to create this customer request on behalf of himself / herselfCustomerRequestCreateParameters.Builder.raiseOnBehalfOf
(Optional<String> userName) Set the user to create this customer request on behalf of himself / herselfCustomerRequestCreateParameters.Builder.requestParticipant
(String userName) Add a participant into this customer requestCustomerRequestCreateParameters.Builder.requestParticipants
(Optional<Set<String>> userNames) Set a list participants into this customer requestCustomerRequestCreateParameters.Builder.requestParticipants
(Set<String> userNames) Set a list participants into this customer requestCustomerRequestCreateParameters.Builder.requestType
(RequestType requestType) Set the request typeCustomerRequestCreateParameters.Builder.serviceDesk
(ServiceDesk serviceDesk) Set the service project