Uses of Class
com.sinch.sdk.domains.sms.models.Inbound
-
Packages that use Inbound Package Description com.sinch.sdk.domains.sms SMS API interfacecom.sinch.sdk.domains.sms.models com.sinch.sdk.domains.sms.models.responses SMS API responses related models -
-
Uses of Inbound in com.sinch.sdk.domains.sms
Methods in com.sinch.sdk.domains.sms that return Inbound Modifier and Type Method Description Inbound<?>InboundsService. get(String inboundId)Retrieve inbound messageInbound<?>WebHooksService. incomingSMS(String jsonPayload)Incoming SMS WebHook -
Uses of Inbound in com.sinch.sdk.domains.sms.models
Subclasses of Inbound in com.sinch.sdk.domains.sms.models Modifier and Type Class Description classInboundBinaryIncoming SMS BinaryclassInboundTextIncoming SMS TextMethods in com.sinch.sdk.domains.sms.models that return Inbound Modifier and Type Method Description abstract Inbound<?>Inbound.Builder. build() -
Uses of Inbound in com.sinch.sdk.domains.sms.models.responses
Methods in com.sinch.sdk.domains.sms.models.responses that return types with arguments of type Inbound Modifier and Type Method Description Collection<Inbound<?>>InboundsListResponse. getContent()Constructor parameters in com.sinch.sdk.domains.sms.models.responses with type arguments of type Inbound Constructor Description InboundsListResponse(InboundsService service, com.sinch.sdk.core.models.pagination.Page<InboundsListRequestParameters,Inbound<?>,Integer> page)
-