Interface CustomerRequestTypeService
@PublicApi
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
public interface CustomerRequestTypeService
Provides access to
CustomerRequestType- Since:
- v3.7.0
-
Method Summary
Modifier and TypeMethodDescriptiongetCustomerRequestType(UncheckedUser uncheckedUser, CustomerRequestTypeQuery customerRequestTypeQuery) Given aCustomerRequestTypeQueryandUncheckedUserthen return the custom field value representation, if the user has access to the Request Type.Create a builder to buildCustomerRequestTypeQuery
-
Method Details
-
newQueryBuilder
CustomerRequestTypeQuery.Builder newQueryBuilder()Create a builder to buildCustomerRequestTypeQuery -
getCustomerRequestType
CustomerRequestType getCustomerRequestType(UncheckedUser uncheckedUser, CustomerRequestTypeQuery customerRequestTypeQuery) Given aCustomerRequestTypeQueryandUncheckedUserthen return the custom field value representation, if the user has access to the Request Type.- Parameters:
uncheckedUser- The user requesting the valuecustomerRequestTypeQuery- The query to execute to return a valid value- Returns:
CustomerRequestTyperepresenting the custom field value- Throws:
ServiceDeskServiceException- on error
-