EntitlementsResource class

Constructors

EntitlementsResource(ApiRequester 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

delete(String enterpriseId, String userId, String entitlementId, {String? $fields}) Future<void>
Removes an entitlement to an app for a user.
get(String enterpriseId, String userId, String entitlementId, {String? $fields}) Future<Entitlement>
Retrieves details of an entitlement.
list(String enterpriseId, String userId, {String? $fields}) Future<EntitlementsListResponse>
Lists all entitlements for the specified user.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Entitlement request, String enterpriseId, String userId, String entitlementId, {bool? install, String? $fields}) Future<Entitlement>
Adds or updates an entitlement to an app for a user.

Operators

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