ProjectKeyAndNameValidationApi class

Jira Cloud platform REST API documentation

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

getValidProjectKey({String? key}) Future<String>
Validates a project key and, if the key is invalid or in use, generates a valid random string for the project key.
getValidProjectName(String name) Future<String>
Checks that a project name isn't in use. If the name isn't in use, the passed string is returned. If the name is in use, this operation attempts to generate a valid project name based on the one supplied, usually by adding a sequence number. If a valid project name cannot be generated, a 404 response is returned.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validateProjectKey({String? key}) Future<ErrorCollection>
Validates a project key by confirming the key is a valid string and not in use.

Operators

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