InboxReplierControllerApi class

Constructors

InboxReplierControllerApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createNewInboxReplier(CreateInboxReplierOptions createInboxReplierOptions) Future<InboxReplierDto?>
Create an inbox replier
createNewInboxReplierWithHttpInfo(CreateInboxReplierOptions createInboxReplierOptions) Future<Response>
Create an inbox replier
deleteInboxReplier(String id) Future<void>
Delete an inbox replier
deleteInboxRepliers({String? inboxId}) Future<void>
Delete inbox repliers
deleteInboxRepliersWithHttpInfo({String? inboxId}) Future<Response>
Delete inbox repliers
deleteInboxReplierWithHttpInfo(String id) Future<Response>
Delete an inbox replier
getInboxReplier(String id) Future<InboxReplierDto?>
Get an inbox replier
getInboxReplierEvents(String id, {int? page, int? size, String? sort}) Future<PageInboxReplierEvents?>
Get an inbox replier event list
getInboxReplierEventsWithHttpInfo(String id, {int? page, int? size, String? sort}) Future<Response>
Get an inbox replier event list
getInboxRepliers({String? inboxId, int? page, int? size, String? sort, DateTime? since, DateTime? before}) Future<PageInboxReplierDto?>
List inbox repliers
getInboxRepliersWithHttpInfo({String? inboxId, int? page, int? size, String? sort, DateTime? since, DateTime? before}) Future<Response>
List inbox repliers
getInboxReplierWithHttpInfo(String id) Future<Response>
Get an inbox replier
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateInboxReplier(String id, UpdateInboxReplierOptions updateInboxReplierOptions) Future<InboxReplierDto?>
Update an inbox replier
updateInboxReplierWithHttpInfo(String id, UpdateInboxReplierOptions updateInboxReplierOptions) Future<Response>
Update an inbox replier

Operators

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