FeatureFlagsApi class

Jira Software Cloud REST API documentation

Constructors

FeatureFlagsApi(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

deleteFeatureFlagById({required String featureFlagId, int? updateSequenceId}) Future<void>
Delete the Feature Flag data currently stored for the given ID.
deleteFeatureFlagsByProperty({int? updateSequenceId}) Future<void>
Bulk delete all Feature Flags that match the given request.
getFeatureFlagById(String featureFlagId) Future
Retrieve the currently stored Feature Flag data for the given ID.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitFeatureFlags({required dynamic body}) Future
Update / insert Feature Flag data.
toString() String
A string representation of this object.
inherited

Operators

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