SessionEntityTypesServiceBase class abstract

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
createSessionEntityType(ServiceCall call, CreateSessionEntityTypeRequest request) Future<SessionEntityType>
createSessionEntityType_Pre(ServiceCall call, Future<CreateSessionEntityTypeRequest> request) Future<SessionEntityType>
deleteSessionEntityType(ServiceCall call, DeleteSessionEntityTypeRequest request) Future<Empty>
deleteSessionEntityType_Pre(ServiceCall call, Future<DeleteSessionEntityTypeRequest> request) Future<Empty>
getSessionEntityType(ServiceCall call, GetSessionEntityTypeRequest request) Future<SessionEntityType>
getSessionEntityType_Pre(ServiceCall call, Future<GetSessionEntityTypeRequest> request) Future<SessionEntityType>
listSessionEntityTypes(ServiceCall call, ListSessionEntityTypesRequest request) Future<ListSessionEntityTypesResponse>
listSessionEntityTypes_Pre(ServiceCall call, Future<ListSessionEntityTypesRequest> request) Future<ListSessionEntityTypesResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateSessionEntityType(ServiceCall call, UpdateSessionEntityTypeRequest request) Future<SessionEntityType>
updateSessionEntityType_Pre(ServiceCall call, Future<UpdateSessionEntityTypeRequest> request) Future<SessionEntityType>

Operators

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