@PublicApi @ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public interface CustomerRequestTypeService
CustomerRequestType
Modifier and Type | Method and Description |
---|---|
CustomerRequestType |
getCustomerRequestType(UncheckedUser uncheckedUser,
CustomerRequestTypeQuery customerRequestTypeQuery)
Given a
CustomerRequestTypeQuery and UncheckedUser then return the custom field value representation, if the
user has access to the Request Type. |
CustomerRequestTypeQuery.Builder |
newQueryBuilder()
Create a builder to build
CustomerRequestTypeQuery |
CustomerRequestTypeQuery.Builder newQueryBuilder()
CustomerRequestTypeQuery
CustomerRequestType getCustomerRequestType(UncheckedUser uncheckedUser, CustomerRequestTypeQuery customerRequestTypeQuery)
CustomerRequestTypeQuery
and UncheckedUser
then return the custom field value representation, if the
user has access to the Request Type.uncheckedUser
- The user requesting the valuecustomerRequestTypeQuery
- The query to execute to return a valid valueCustomerRequestType
representing the custom field valueServiceDeskServiceException
- on errorCopyright © 2019 Atlassian. All rights reserved.