Package com.smartcar.sdk.data
Class GetConnections
- java.lang.Object
-
- com.smartcar.sdk.data.ApiData
-
- com.smartcar.sdk.data.GetConnections
-
- All Implemented Interfaces:
java.io.Serializable
public class GetConnections extends ApiData
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetConnections(Connection[] connections, ResponsePagingCursor paging)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Connection[]
getConnections()
ResponsePagingCursor
getPaging()
java.lang.String
toString()
Returns the stored data string.
-
-
-
Constructor Detail
-
GetConnections
public GetConnections(Connection[] connections, ResponsePagingCursor paging)
-
-
Method Detail
-
getConnections
public Connection[] getConnections()
-
getPaging
public ResponsePagingCursor getPaging()
-
-