CustomerApi class
Public REST API for Jira Service Management
Constructors
- CustomerApi(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
-
createCustomer(
{bool? strictConflictStatusCode, required CustomerCreateDTO body}) → Future< UserDTO> -
This method adds a customer to the Jira Service Management instance by
passing a JSON file including an email address and display name. The
display name does not need to be unique. The record's identifiers,
name
andkey
, are automatically generated from the request details. -
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