OrganizationServiceBase class abstract

Constructors

OrganizationServiceBase()

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
claimHardwareIdentity(ServiceCall call, ClaimHardwareIdentityRequest request) Future<ClaimHardwareIdentityResponse>
claimHardwareIdentity_Pre(ServiceCall call, Future<ClaimHardwareIdentityRequest> request) Future<ClaimHardwareIdentityResponse>
createAPIKey(ServiceCall call, CreateAPIKeyRequest request) Future<CreateAPIKeyResponse>
createAPIKey_Pre(ServiceCall call, Future<CreateAPIKeyRequest> request) Future<CreateAPIKeyResponse>
createNewOrganization(ServiceCall call, CreateNewOrganizationRequest request) Future<CreateNewOrganizationResponse>
createNewOrganization_Pre(ServiceCall call, Future<CreateNewOrganizationRequest> request) Future<CreateNewOrganizationResponse>
createUser(ServiceCall call, CreateUserRequest request) Future<CreateUserResponse>
createUser_Pre(ServiceCall call, Future<CreateUserRequest> request) Future<CreateUserResponse>
deleteAPIKey(ServiceCall call, DeleteAPIKeyRequest request) Future<DeleteAPIKeyResponse>
deleteAPIKey_Pre(ServiceCall call, Future<DeleteAPIKeyRequest> request) Future<DeleteAPIKeyResponse>
deleteUser(ServiceCall call, DeleteUserRequest request) Future<DeleteUserResponse>
deleteUser_Pre(ServiceCall call, Future<DeleteUserRequest> request) Future<DeleteUserResponse>
getAPIKeySecret(ServiceCall call, GetAPIKeySecretRequest request) Future<GetAPIKeySecretResponse>
getAPIKeySecret_Pre(ServiceCall call, Future<GetAPIKeySecretRequest> request) Future<GetAPIKeySecretResponse>
getUser(ServiceCall call, GetUserRequest request) Future<GetUserResponse>
getUser_Pre(ServiceCall call, Future<GetUserRequest> request) Future<GetUserResponse>
listAPIKeys(ServiceCall call, ListAPIKeysRequest request) Stream<ListAPIKeysResponse>
listAPIKeys_Pre(ServiceCall call, Future<ListAPIKeysRequest> request) Stream<ListAPIKeysResponse>
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
setHardwareIdentityInfo(ServiceCall call, SetHardwareIdentityInfoRequest request) Future<SetHardwareIdentityInfoResponse>
setHardwareIdentityInfo_Pre(ServiceCall call, Future<SetHardwareIdentityInfoRequest> request) Future<SetHardwareIdentityInfoResponse>
toString() String
A string representation of this object.
inherited
updateOrganization(ServiceCall call, UpdateOrganizationRequest request) Future<UpdateOrganizationResponse>
updateOrganization_Pre(ServiceCall call, Future<UpdateOrganizationRequest> request) Future<UpdateOrganizationResponse>

Operators

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