@ExperimentalApi
public interface RequestTypeQuery
Modifier and Type | Interface and Description |
---|---|
static interface |
RequestTypeQuery.Builder
Builder to construct the
RequestTypeQuery . |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<Boolean> |
getFilterHidden()
Limit results to request types that are not hidden (eg, have no groups)
|
com.atlassian.fugue.Option<Long> |
issue()
Retrieve a specific
RequestType associated to the customer request backed by this Issue , if any. |
com.atlassian.fugue.Option<Boolean> |
isValid()
Limit results to only request types that are valid.
|
LimitedPagedRequest |
pagedRequest()
To query a page
LimitedPagedRequest of RequestType |
com.atlassian.fugue.Option<Boolean> |
requestOverrideSecurity()
Use this
requestOverrideSecurity flag with Issue
to retrieve a specific RequestType associated to the customer request
without checking permission of the user executing this request |
com.atlassian.fugue.Option<Integer> |
requestType()
|
com.atlassian.fugue.Option<Integer> |
serviceDesk()
Narrows the query to the
RequestType 's that belong to a ServiceDesk |
com.atlassian.fugue.Option<Integer> serviceDesk()
RequestType
's that belong to a ServiceDesk
com.atlassian.fugue.Option<Integer> requestType()
com.atlassian.fugue.Option<Long> issue()
RequestType
associated to the customer request backed by this Issue
, if any.
This does not work with requestType()
or serviceDesk()
com.atlassian.fugue.Option<Boolean> requestOverrideSecurity()
requestOverrideSecurity
flag with Issue
to retrieve a specific RequestType
associated to the customer request
without checking permission of the user executing this requestLimitedPagedRequest pagedRequest()
LimitedPagedRequest
of RequestType
com.atlassian.fugue.Option<Boolean> isValid()
com.atlassian.fugue.Option<Boolean> getFilterHidden()
Copyright © 2017 Atlassian. All rights reserved.