Interface CustomerRequestTypeQuery
@PublicApi
public interface CustomerRequestTypeQuery
Query to search for
CustomerRequestType- Since:
- v3.7.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder to construct theCustomerRequestTypeQuery. -
Method Summary
Modifier and TypeMethodDescriptionUse thisrequestOverrideSecurityflag to execute query without checking permission of the user executing this requestUse thisRequestTypeto retrieve a specificCustomerRequestType.
-
Method Details
-
requestType
RequestType requestType() -
requestOverrideSecurity
Use thisrequestOverrideSecurityflag to execute query without checking permission of the user executing this requestThis should only be used when performing administrative tasks where you need access regardless of permissions or without a user.
-