Uses of Class
com.sinch.sdk.domains.sms.models.requests.InboundsListRequestParameters
-
Packages that use InboundsListRequestParameters Package Description com.sinch.sdk.domains.sms SMS API interfacecom.sinch.sdk.domains.sms.models.requests SMS API requests related modelscom.sinch.sdk.domains.sms.models.responses SMS API responses related models -
-
Uses of InboundsListRequestParameters in com.sinch.sdk.domains.sms
Methods in com.sinch.sdk.domains.sms with parameters of type InboundsListRequestParameters Modifier and Type Method Description InboundsListResponseInboundsService. list(InboundsListRequestParameters parameters)List incoming messages -
Uses of InboundsListRequestParameters in com.sinch.sdk.domains.sms.models.requests
Methods in com.sinch.sdk.domains.sms.models.requests that return InboundsListRequestParameters Modifier and Type Method Description InboundsListRequestParametersInboundsListRequestParameters.Builder. build()Methods in com.sinch.sdk.domains.sms.models.requests with parameters of type InboundsListRequestParameters Modifier and Type Method Description static InboundsListRequestParameters.BuilderInboundsListRequestParameters. builder(InboundsListRequestParameters parameters) -
Uses of InboundsListRequestParameters in com.sinch.sdk.domains.sms.models.responses
Constructor parameters in com.sinch.sdk.domains.sms.models.responses with type arguments of type InboundsListRequestParameters Constructor Description InboundsListResponse(InboundsService service, com.sinch.sdk.core.models.pagination.Page<InboundsListRequestParameters,Inbound<?>,Integer> page)
-