Package | Description |
---|---|
com.atlassian.servicedesk.api.organization |
Modifier and Type | Method and Description |
---|---|
CustomerOrganization |
OrganizationServiceDeskUpdateParameters.organization() |
CustomerOrganization |
UsersInOrganizationQuery.organization()
To query for a specified
CustomerOrganization |
CustomerOrganization |
UsersOrganizationUpdateParameters.organization() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,CustomerOrganization> |
OrganizationService.createOrganization(com.atlassian.jira.user.ApplicationUser user,
CreateOrganizationParameters parameters)
Creates a new customer organization.
|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,CustomerOrganization> |
OrganizationService.getById(com.atlassian.jira.user.ApplicationUser user,
Integer organizationId)
Checks whether the user is an agent or a member of the organization.
|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,PagedResponse<CustomerOrganization>> |
OrganizationService.getOrganizations(com.atlassian.jira.user.ApplicationUser user,
OrganizationsQuery requestQuery)
Returns a list of organizations in the JIRA instance based on query parameters.
|
Modifier and Type | Method and Description |
---|---|
UsersInOrganizationQuery.Builder |
UsersInOrganizationQuery.Builder.customerOrganization(CustomerOrganization organization) |
OrganizationServiceDeskUpdateParameters.Builder |
OrganizationServiceDeskUpdateParameters.Builder.organization(CustomerOrganization customerOrganizations) |
UsersOrganizationUpdateParameters.Builder |
UsersOrganizationUpdateParameters.Builder.organization(CustomerOrganization organization) |
Copyright © 2017 Atlassian. All rights reserved.