Interface OrganizationsQuery.Builder
- Enclosing interface:
- OrganizationsQuery
@PublicApi
public static interface OrganizationsQuery.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
pagedRequest
(PagedRequest pagedRequest) serviceDeskId
(Integer serviceDeskId) Only returns organizations within this service project if set.
-
Method Details
-
serviceDeskId
Only returns organizations within this service project if set. Set to null to return all organizations in the application (default)- Parameters:
serviceDeskId
- the id of the service project to match
-
pagedRequest
-
build
OrganizationsQuery build()
-