DashboardServiceBase class abstract

Constructors

DashboardServiceBase()

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
createConnectApp(ServiceCall call, ConnectRequest request) Future<ConnectResponse>
createConnectApp_Pre(ServiceCall call, Future<ConnectRequest> request) Future<ConnectResponse>
createOrganization(ServiceCall call, OrganizationRequest request) Future<OrganizationResponse>
createOrganization_Pre(ServiceCall call, Future<OrganizationRequest> request) Future<OrganizationResponse>
deleteConnectApp(ServiceCall call, ConnectRequest request) Future<ConnectResponse>
deleteConnectApp_Pre(ServiceCall call, Future<ConnectRequest> request) Future<ConnectResponse>
deleteOrganization(ServiceCall call, OrganizationRequest request) Future<OrganizationResponse>
deleteOrganization_Pre(ServiceCall call, Future<OrganizationRequest> request) Future<OrganizationResponse>
getConnectAppById(ServiceCall call, ConnectRequest request) Future<ConnectResponse>
getConnectAppById_Pre(ServiceCall call, Future<ConnectRequest> request) Future<ConnectResponse>
getConnectAppsByOrgId(ServiceCall call, ConnectRequest request) Future<ConnectResponse>
getConnectAppsByOrgId_Pre(ServiceCall call, Future<ConnectRequest> request) Future<ConnectResponse>
getOrganizations(ServiceCall call, OrganizationRequest request) Future<OrganizationResponse>
getOrganizations_Pre(ServiceCall call, Future<OrganizationRequest> request) Future<OrganizationResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ping(ServiceCall call, Request request) Future<Response>
ping_Pre(ServiceCall call, Future<Request> request) Future<Response>
toString() String
A string representation of this object.
inherited
updateConnectAppDetails(ServiceCall call, ConnectRequest request) Future<ConnectResponse>
updateConnectAppDetails_Pre(ServiceCall call, Future<ConnectRequest> request) Future<ConnectResponse>
updateConnectAppOauth(ServiceCall call, ConnectRequest request) Future<ConnectResponse>
updateConnectAppOauth_Pre(ServiceCall call, Future<ConnectRequest> request) Future<ConnectResponse>
updateOrganizationDetails(ServiceCall call, OrganizationRequest request) Future<OrganizationResponse>
updateOrganizationDetails_Pre(ServiceCall call, Future<OrganizationRequest> request) Future<OrganizationResponse>

Operators

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