Package com.sinch.sdk.domains.sms.models
Class Inbound<T>
- java.lang.Object
-
- com.sinch.sdk.domains.sms.models.Inbound<T>
-
- Type Parameters:
T- Type of body
- Direct Known Subclasses:
InboundBinary,InboundText
public abstract class Inbound<T> extends Object
Base class for Incoming message- Since:
- 1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInbound.Builder<T,B extends Inbound.Builder<T,B>>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetBody()Optional<String>getClientReference()StringgetFrom()StringgetId()Optional<String>getOperatorId()InstantgetReceivedAt()Optional<Instant>getSentAt()StringgetTo()StringtoString()
-