@PublicApi @Deprecated public interface RequestTypeQuery
Note than an query built without any limiting parameters (eg. serviceDesk, requestType, issue) will return all request types
Modifier and Type | Interface and Description |
---|---|
static interface |
RequestTypeQuery.Builder
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use core Java data types and Exceptions instead of com.atlassian.fugue
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<Boolean> |
getFilterHidden()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
com.atlassian.fugue.Option<Integer> |
group()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
com.atlassian.fugue.Option<Long> |
issue()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
com.atlassian.fugue.Option<Boolean> |
isValid()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
LimitedPagedRequest |
pagedRequest()
Deprecated.
To query a page
LimitedPagedRequest of RequestType |
com.atlassian.fugue.Option<Boolean> |
requestOverrideSecurity()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
com.atlassian.fugue.Option<Integer> |
requestType()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
com.atlassian.fugue.Option<Integer> |
serviceDesk()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
@Deprecated com.atlassian.fugue.Option<Integer> serviceDesk()
RequestType
's that belong to a ServiceDesk
@Deprecated com.atlassian.fugue.Option<Integer> requestType()
@Deprecated com.atlassian.fugue.Option<Integer> group()
RequestTypeGroup
id@Deprecated 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()
@Deprecated com.atlassian.fugue.Option<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.
LimitedPagedRequest pagedRequest()
LimitedPagedRequest
of RequestType
@Deprecated com.atlassian.fugue.Option<Boolean> isValid()
@Deprecated com.atlassian.fugue.Option<Boolean> getFilterHidden()
Copyright © 2018 Atlassian. All rights reserved.