ProjectTypesApi class
Jira Cloud platform REST API documentation
Constructors
- ProjectTypesApi(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
-
getAccessibleProjectTypeByKey(
String projectTypeKey) → Future< ProjectType> - Returns a project type if it is accessible to the user.
-
getAllAccessibleProjectTypes(
) → Future< List< ProjectType> > - Returns all project types with a valid license.
-
getAllProjectTypes(
) → Future< List< ProjectType> > - Returns all project types, whether or not the instance has a valid license for each type.
-
getProjectTypeByKey(
String projectTypeKey) → Future< ProjectType> - Returns a project type.
-
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