Interface AppResponse
public interface AppResponse
The response showing information about the app.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AppResponse.Builder
builder()
Getting builderGet callbackSettingsGet channelCredentialsGet conversationMetadataReportViewGet deliveryReportBasedFallbackGet dispatchRetentionPolicyThe display name for the app.getId()
The ID of the app.Get messageRetrySettingsGet processingModeGet queueStatsGet rateLimitsGet retentionPolicyGet smartConversation
-
Method Details
-
getChannelCredentials
List<ConversationChannelCredentials> getChannelCredentials()Get channelCredentials- Returns:
- channelCredentials
-
getConversationMetadataReportView
ConversationMetadataReportView getConversationMetadataReportView()Get conversationMetadataReportView- Returns:
- conversationMetadataReportView
-
getDisplayName
String getDisplayName()The display name for the app.- Returns:
- displayName
-
getId
String getId()The ID of the app. You can find this on the Sinch Dashboard.- Returns:
- id
-
getRateLimits
RateLimits getRateLimits()Get rateLimits- Returns:
- rateLimits
-
getRetentionPolicy
RetentionPolicy getRetentionPolicy()Get retentionPolicy- Returns:
- retentionPolicy
-
getDispatchRetentionPolicy
DispatchRetentionPolicy getDispatchRetentionPolicy()Get dispatchRetentionPolicy- Returns:
- dispatchRetentionPolicy
-
getProcessingMode
ProcessingMode getProcessingMode()Get processingMode- Returns:
- processingMode
-
getSmartConversation
SmartConversation getSmartConversation()Get smartConversation- Returns:
- smartConversation
-
getQueueStats
QueueStats getQueueStats()Get queueStats- Returns:
- queueStats
-
getCallbackSettings
CallbackSettings getCallbackSettings()Get callbackSettings- Returns:
- callbackSettings
-
getDeliveryReportBasedFallback
DeliveryReportBasedFallback getDeliveryReportBasedFallback()Get deliveryReportBasedFallback- Returns:
- deliveryReportBasedFallback
-
getMessageRetrySettings
MessageRetrySettings getMessageRetrySettings()Get messageRetrySettings- Returns:
- messageRetrySettings
-
builder
Getting builder- Returns:
- New Builder instance
-