Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
ConnectorSyncEventDto |
ConnectorControllerApi.getConnectorSyncEvent(UUID id)
Get an inbox connector sync event
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ConnectorSyncEventDto> |
ConnectorControllerApi.getConnectorSyncEventWithHttpInfo(UUID id)
Get an inbox connector sync event
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ConnectorControllerApi.getConnectorSyncEventAsync(UUID id,
ApiCallback<ConnectorSyncEventDto> _callback)
Get an inbox connector sync event (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
ConnectorSyncEventDto |
ConnectorSyncEventDto.connectorId(UUID connectorId) |
ConnectorSyncEventDto |
ConnectorSyncEventDto.createdAt(OffsetDateTime createdAt) |
static ConnectorSyncEventDto |
ConnectorSyncEventDto.fromJson(String jsonString)
Create an instance of ConnectorSyncEventDto given an JSON string
|
ConnectorSyncEventDto |
ConnectorSyncEventDto.id(UUID id) |
ConnectorSyncEventDto |
ConnectorSyncEventDto.message(String message) |
ConnectorSyncEventDto |
ConnectorSyncEventDto.syncCount(Long syncCount) |
ConnectorSyncEventDto |
ConnectorSyncEventDto.syncStatus(ConnectorSyncEventDto.SyncStatusEnum syncStatus) |
Copyright © 2023. All rights reserved.