Package com.mailersend.sdk.inboundroutes
Class SingleInboundRouteResponse
- java.lang.Object
-
- com.mailersend.sdk.MailerSendResponse
-
- com.mailersend.sdk.inboundroutes.SingleInboundRouteResponse
-
public class SingleInboundRouteResponse extends MailerSendResponse
SingleInboundRouteResponse class.
- Version:
- $Id: $Id
- Author:
- mailersend
-
-
Field Summary
Fields Modifier and Type Field Description InboundRouteroute-
Fields inherited from class com.mailersend.sdk.MailerSendResponse
headers, messageId, rateLimit, rateLimitRemaining, responseStatusCode
-
-
Constructor Summary
Constructors Constructor Description SingleInboundRouteResponse()
-
-
-
Field Detail
-
route
@SerializedName("data") public InboundRoute route
-
-