Uses of Interface
com.atlassian.servicedesk.api.organization.OrganizationServiceDeskUpdateParameters
Packages that use OrganizationServiceDeskUpdateParameters
-
Uses of OrganizationServiceDeskUpdateParameters in com.atlassian.servicedesk.api.organization
Methods in com.atlassian.servicedesk.api.organization that return OrganizationServiceDeskUpdateParametersMethods in com.atlassian.servicedesk.api.organization with parameters of type OrganizationServiceDeskUpdateParametersModifier and TypeMethodDescriptionvoidOrganizationService.addOrganizationToServiceDesk(com.atlassian.jira.user.ApplicationUser user, OrganizationServiceDeskUpdateParameters organizationServiceDeskUpdateParameters) Adds an organization to a service project if the user is an agent of that service project.voidOrganizationService.removeOrganizationFromServiceDesk(com.atlassian.jira.user.ApplicationUser user, OrganizationServiceDeskUpdateParameters organizationServiceDeskUpdateParameters) Removes an organization from a service project if the user is an agent of that service project.