Interface CustomerRequestCreateParameters.Builder
- Enclosing interface:
- CustomerRequestCreateParameters
@PublicApi
public static interface CustomerRequestCreateParameters.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the parameterscustomerRequestChannelSource
(CustomerRequestChannelSource customerRequestChannelSource) The request channel source from which the request is createdfieldValue
(FieldId fieldId, FieldInputValue fieldValue) Add a pair field and its valuefieldValues
(Map<FieldId, FieldInputValue> fieldValues) Set fields and valuesraiseOnBehalfOf
(String userName) Set the user to create this customer request on behalf of himself / herselfraiseOnBehalfOf
(Optional<String> userName) Set the user to create this customer request on behalf of himself / herselfrequestParticipant
(String userName) Add a participant into this customer requestrequestParticipants
(Optional<Set<String>> userNames) Set a list participants into this customer requestrequestParticipants
(Set<String> userNames) Set a list participants into this customer requestrequestType
(RequestType requestType) Set the request typeserviceDesk
(ServiceDesk serviceDesk) Set the service project
-
Method Details
-
serviceDesk
Set the service project -
requestType
Set the request type -
fieldValue
Add a pair field and its value -
fieldValues
Set fields and values -
raiseOnBehalfOf
Set the user to create this customer request on behalf of himself / herself -
raiseOnBehalfOf
Set the user to create this customer request on behalf of himself / herself -
requestParticipant
Add a participant into this customer request -
requestParticipants
Set a list participants into this customer request -
requestParticipants
Set a list participants into this customer request -
customerRequestChannelSource
CustomerRequestCreateParameters.Builder customerRequestChannelSource(CustomerRequestChannelSource customerRequestChannelSource) The request channel source from which the request is created -
build
CustomerRequestCreateParameters build()Build the parameters
-