Package com.sinch.sdk.domains.sms.api.v1
Interface InboundsService
public interface InboundsService
Inbounds Service
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve inbound messagelist()List incoming messages (using default parameters)list(ListInboundMessagesQueryParameters queryParameter) List incoming messages
-
Method Details
-
list
List incoming messages (using default parameters)With the list operation, you can list all inbound messages that you have received. This operation supports pagination. Inbounds are returned in reverse chronological order.
- Returns:
- ListInboundsResponse
- Throws:
ApiException- if fails to make API call
-
list
List incoming messagesWith the list operation, you can list all inbound messages that you have received. This operation supports pagination. Inbounds are returned in reverse chronological order.
- Parameters:
queryParameter- (optional)- Returns:
- ListInboundsResponse
- Throws:
ApiException- if fails to make API call
-
get
Retrieve inbound messageThis operation retrieves a specific inbound message using the provided inbound ID.
- Parameters:
inboundId- The inbound ID found when listing inbound messages. (required)- Returns:
- InboundMessage
- Throws:
ApiException- if fails to make API call
-