Class OrganizationService4_0Compatibility

java.lang.Object
com.codebarrel.jira.servicedesk.compat40.OrganizationService4_0Compatibility
All Implemented Interfaces:
OrganizationServiceCompatibility

public class OrganizationService4_0Compatibility extends Object implements OrganizationServiceCompatibility
  • Constructor Summary

    Constructors
    Constructor
    Description
    OrganizationService4_0Compatibility(com.atlassian.servicedesk.api.organization.OrganizationService service)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,io.atlassian.fugue.Unit>
    addOrganizationToServiceDesk(ApplicationUser user, com.atlassian.servicedesk.api.organization.OrganizationServiceDeskUpdateParameters updateParams)
     
    io.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,io.atlassian.fugue.Unit>
    addUsersToOrganization(ApplicationUser user, com.atlassian.servicedesk.api.organization.UsersOrganizationUpdateParameters updateParams)
     
    io.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,com.atlassian.servicedesk.api.organization.CustomerOrganization>
    createOrganization(ApplicationUser user, com.atlassian.servicedesk.api.organization.CreateOrganizationParameters createParams)
     
    io.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,com.atlassian.servicedesk.api.organization.CustomerOrganization>
    getById(ApplicationUser user, int orgId)
     
    io.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,com.atlassian.servicedesk.api.util.paging.PagedResponse<com.atlassian.servicedesk.api.organization.CustomerOrganization>>
    getOrganizations(ApplicationUser user, com.atlassian.servicedesk.api.organization.OrganizationsQuery query)
     
    io.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,com.atlassian.servicedesk.api.util.paging.PagedResponse<ApplicationUser>>
    getUsersInOrganization(ApplicationUser user, com.atlassian.servicedesk.api.organization.UsersInOrganizationQuery query)
     
    com.atlassian.servicedesk.api.organization.CreateOrganizationParameters.Builder
     
    com.atlassian.servicedesk.api.organization.OrganizationServiceDeskUpdateParameters.Builder
     
    com.atlassian.servicedesk.api.organization.OrganizationsQuery.Builder
     
    com.atlassian.servicedesk.api.organization.UsersInOrganizationQuery.Builder
     
    com.atlassian.servicedesk.api.organization.UsersOrganizationUpdateParameters.Builder
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OrganizationService4_0Compatibility

      public OrganizationService4_0Compatibility(com.atlassian.servicedesk.api.organization.OrganizationService service)
  • Method Details