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