RequesttypeApi class

Public REST API for Jira Service Management

Constructors

RequesttypeApi(ApiClient _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAllRequestTypes({String? searchQuery, List<int>? serviceDeskId, int? start, int? limit, List<String>? expand}) Future<PagedDTORequestTypeDTO>
This method returns all customer request types used in the Jira Service Management instance, optionally filtered by a query string.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited