@Deprecated @PublicApi public interface CustomerRequestCreateParameters
CustomerRequest
Modifier and Type | Interface and Description |
---|---|
static interface |
CustomerRequestCreateParameters.Builder
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CustomerRequestChannelSource |
customerRequestChannelSource()
Deprecated.
The source channel from which the request is created
|
Map<FieldId,FieldInputValue> |
fieldValues()
Deprecated.
A map of
FieldId and their FieldInputValue s used when creating the request. |
Optional<String> |
raiseOnBehalfOf()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
Optional<Set<String>> |
requestParticipants()
Deprecated.
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()
Deprecated.
RequestType of the request |
ServiceDesk |
serviceDesk()
Deprecated.
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)
@Deprecated 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 © 2018 Atlassian. All rights reserved.