Uses of Interface
com.atlassian.servicedesk.api.organization.CustomerOrganization
-
Uses of CustomerOrganization in com.atlassian.servicedesk.api.organization
Modifier and TypeMethodDescriptionOrganizationService.createOrganization
(com.atlassian.jira.user.ApplicationUser user, CreateOrganizationParameters parameters) Creates a new customer organization.Gets customer organization by ID if user is an agent or a member of the organization.OrganizationServiceDeskUpdateParameters.organization()
UsersInOrganizationQuery.organization()
To query for a specifiedCustomerOrganization
UsersOrganizationUpdateParameters.organization()
Modifier and TypeMethodDescriptionOrganizationService.getOrganizations
(com.atlassian.jira.user.ApplicationUser user, OrganizationsQuery requestQuery) Returns a list of organizations in the Jira instance based on query parameters.Modifier and TypeMethodDescriptionUsersInOrganizationQuery.Builder.customerOrganization
(CustomerOrganization organization) OrganizationServiceDeskUpdateParameters.Builder.organization
(CustomerOrganization customerOrganizations) UsersOrganizationUpdateParameters.Builder.organization
(CustomerOrganization organization)