@PublicApi
public interface CustomerRequestTypeQuery
CustomerRequestType
Modifier and Type | Interface and Description |
---|---|
static interface |
CustomerRequestTypeQuery.Builder
Builder to construct the
CustomerRequestTypeQuery . |
Modifier and Type | Method and Description |
---|---|
Optional<Boolean> |
requestOverrideSecurity()
Use this
requestOverrideSecurity flag to execute query without checking
permission of the user executing this request |
RequestType |
requestType()
Use this
RequestType to retrieve a specific CustomerRequestType . |
RequestType requestType()
Optional<Boolean> requestOverrideSecurity()
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.
Copyright © 2023 Atlassian. All rights reserved.