@PublicApi @Deprecated public interface OrganizationsQuery
OrganizationService.getOrganizations(com.atlassian.jira.user.ApplicationUser, com.atlassian.servicedesk.api.organization.OrganizationsQuery)
to query for organizationsModifier and Type | Interface and Description |
---|---|
static interface |
OrganizationsQuery.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 |
---|---|
LimitedPagedRequest |
pagedRequest()
Deprecated.
|
com.atlassian.fugue.Option<Integer> |
serviceDeskId()
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> serviceDeskId()
ServiceDesk
from which organizations will be retrieved from if setLimitedPagedRequest pagedRequest()
CustomerOrganization
to retrieveCopyright © 2018 Atlassian. All rights reserved.