ExpiredControllerApi class
Constructors
- ExpiredControllerApi([ApiClient? apiClient])
Properties
Methods
-
getExpirationDefaults(
) → Future< ExpirationDefaults?> - Get default expiration settings
-
getExpirationDefaultsWithHttpInfo(
) → Future< Response> - Get default expiration settings
-
getExpiredInboxByInboxId(
String inboxId) → Future< ExpiredInboxDto?> - Get expired inbox record for a previously existing inbox
-
getExpiredInboxByInboxIdWithHttpInfo(
String inboxId) → Future< Response> - Get expired inbox record for a previously existing inbox
-
getExpiredInboxes(
{int? page, int? size, String? sort, DateTime? since, DateTime? before}) → Future< PageExpiredInboxRecordProjection?> - List records of expired inboxes
-
getExpiredInboxesWithHttpInfo(
{int? page, int? size, String? sort, DateTime? since, DateTime? before}) → Future< Response> - List records of expired inboxes
-
getExpiredInboxRecord(
String expiredId) → Future< ExpiredInboxDto?> - Get an expired inbox record
-
getExpiredInboxRecordWithHttpInfo(
String expiredId) → Future< Response> - Get an expired inbox record
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited