UserServiceBase class abstract

Constructors

UserServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
cancelPaymentSubscription(ServiceCall call, CancelPaymentSubscriptionRequest request) Future<CancelPaymentSubscriptionResponse>
cancelPaymentSubscription_Pre(ServiceCall call, Future<CancelPaymentSubscriptionRequest> request) Future<CancelPaymentSubscriptionResponse>
changePasswordWithRPToken(ServiceCall call, ChangePasswordWithRPTokenRequest request) Future<ChangePasswordWithRPTokenResponse>
changePasswordWithRPToken_Pre(ServiceCall call, Future<ChangePasswordWithRPTokenRequest> request) Future<ChangePasswordWithRPTokenResponse>
createPaymentSubscription(ServiceCall call, CreatePaymentSubscriptionRequest request) Future<CreatePaymentSubscriptionResponse>
createPaymentSubscription_Pre(ServiceCall call, Future<CreatePaymentSubscriptionRequest> request) Future<CreatePaymentSubscriptionResponse>
createUser(ServiceCall call, CreateUserRequest request) Future<CreateUserResponse>
createUser_Pre(ServiceCall call, Future<CreateUserRequest> request) Future<CreateUserResponse>
getCurrentUser(ServiceCall call, GetCurrentUserRequest request) Future<GetCurrentUserResponse>
getCurrentUser_Pre(ServiceCall call, Future<GetCurrentUserRequest> request) Future<GetCurrentUserResponse>
getOrganization(ServiceCall call, GetOrganizationRequest request) Future<GetOrganizationResponse>
getOrganization_Pre(ServiceCall call, Future<GetOrganizationRequest> request) Future<GetOrganizationResponse>
initiateResetPassword(ServiceCall call, InitiateResetPasswordRequest request) Future<InitiateResetPasswordResponse>
initiateResetPassword_Pre(ServiceCall call, Future<InitiateResetPasswordRequest> request) Future<InitiateResetPasswordResponse>
listOrganizations(ServiceCall call, ListOrganizationsRequest request) Future<ListOrganizationsResponse>
listOrganizations_Pre(ServiceCall call, Future<ListOrganizationsRequest> request) Future<ListOrganizationsResponse>
listPaymentInvoices(ServiceCall call, ListPaymentInvoicesRequest request) Stream<ListPaymentInvoicesResponse>
listPaymentInvoices_Pre(ServiceCall call, Future<ListPaymentInvoicesRequest> request) Stream<ListPaymentInvoicesResponse>
listUsers(ServiceCall call, ListUsersRequest request) Future<ListUsersResponse>
listUsers_Pre(ServiceCall call, Future<ListUsersRequest> request) Future<ListUsersResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPassword(ServiceCall call, SetPasswordRequest request) Future<SetPasswordResponse>
setPassword_Pre(ServiceCall call, Future<SetPasswordRequest> request) Future<SetPasswordResponse>
toString() String
A string representation of this object.
inherited
updateUser(ServiceCall call, UpdateUserRequest request) Future<UpdateUserResponse>
updateUser_Pre(ServiceCall call, Future<UpdateUserRequest> request) Future<UpdateUserResponse>

Operators

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