@PublicApi
public interface CustomerRequestCreateParameters
CustomerRequest
Modifier and Type | Interface and Description |
---|---|
static interface |
CustomerRequestCreateParameters.Builder |
Modifier and Type | Method and Description |
---|---|
CustomerRequestChannelSource |
customerRequestChannelSource()
The source channel from which the request is created
|
Map<FieldId,FieldInputValue> |
fieldValues()
A map of
FieldId and their FieldInputValue s used when creating the request. |
Optional<String> |
raiseOnBehalfOf()
Optional
ApplicationUser 's username to create the customer request on behalf of. |
Optional<Set<String>> |
requestParticipants()
Optional list of
ApplicationUser 's username of participants on this customer request
Note: the function is dependent on executing user's permission,
refer to RequestTypeFieldService.getCustomerRequestCreateMeta(ApplicationUser, RequestTypeFieldQuery) to test the capability |
RequestType |
requestType()
RequestType of the request |
ServiceDesk |
serviceDesk()
The
ServiceDesk of the request to be created |
ServiceDesk serviceDesk()
ServiceDesk
of the request to be createdRequestType requestType()
RequestType
of the requestMap<FieldId,FieldInputValue> fieldValues()
FieldId
and their FieldInputValue
s used when creating the request.
For a full list of fields to create a customer request, refer to RequestTypeFieldService.getCustomerRequestCreateMeta(ApplicationUser, RequestTypeFieldQuery)
Optional<String> raiseOnBehalfOf()
ApplicationUser
's username to create the customer request on behalf of.
Note: the function is dependent on executing user's permission,
refer to RequestTypeFieldService.getCustomerRequestCreateMeta(ApplicationUser, RequestTypeFieldQuery)
to test the capabilityOptional<Set<String>> requestParticipants()
ApplicationUser
's username of participants on this customer request
Note: the function is dependent on executing user's permission,
refer to RequestTypeFieldService.getCustomerRequestCreateMeta(ApplicationUser, RequestTypeFieldQuery)
to test the capabilityCustomerRequestChannelSource customerRequestChannelSource()
Copyright © 2019 Atlassian. All rights reserved.