UserPropertiesApi class
Jira Cloud platform REST API documentation
Constructors
- UserPropertiesApi(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
-
deleteUserProperty(
{String? accountId, String? userKey, String? username, required String propertyKey}) → Future< void> - Deletes a property from a user.
-
getUserProperty(
{String? accountId, String? userKey, String? username, required String propertyKey}) → Future< EntityProperty> - Returns the value of a user's property. If no property key is provided Get user property keys is called.
-
getUserPropertyKeys(
{String? accountId, String? userKey, String? username}) → Future< PropertyKeys> - Returns the keys of all properties for a user.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setUserProperty(
{String? accountId, String? userKey, String? username, required String propertyKey, required dynamic body}) → Future - Sets the value of a user's property. Use this resource to store custom data against a user.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited