Interface CustomerRequestTypeQuery


@PublicApi public interface CustomerRequestTypeQuery
Query to search for CustomerRequestType
Since:
v3.7.0
  • Method Details

    • requestType

      RequestType requestType()
      Use this RequestType to retrieve a specific CustomerRequestType.

      Must be provided

    • requestOverrideSecurity

      Optional<Boolean> requestOverrideSecurity()
      Use this requestOverrideSecurity flag to execute query without checking permission of the user executing this request

      This should only be used when performing administrative tasks where you need access regardless of permissions or without a user.