Interface QueueUpdateParameters


@PublicApi public interface QueueUpdateParameters
Parameters to update Queue.

Examples:


     // Parameters to update a queue
     QueueUpdateParameters queueUpdateParameters = queueService.newQueueUpdateParameterBuilder(serviceDesk, 50).build();
 
  • Method Details

    • getQueueId

      int getQueueId()
      Returns:
      Id of the Queue to update
    • getName

      Optional<String> getName()
      Returns:
      Name of the Queue
    • getServiceDeskId

      int getServiceDeskId()
      Returns:
      Service project id of the Queue
    • getJql

      Optional<String> getJql()
      Returns:
      JQL of the Queue
    • getOrder

      Optional<Integer> getOrder()
      Returns:
      Order of the Queue
    • getFields

      List<String> getFields()
      Returns:
      The fields that will be returned when querying issues in this Queue