Package com.strongdm.api
Class ConnectorUpdateResponse
java.lang.Object
com.strongdm.api.ConnectorUpdateResponse
ConnectorUpdateResponse returns the fields of a connector after it has been updated by
a connectorUpdateRequest.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe updated connector.Rate limit information.voidThe updated connector.voidRate limit information.
-
Constructor Details
-
ConnectorUpdateResponse
public ConnectorUpdateResponse()
-
-
Method Details
-
getConnector
The updated connector. -
setConnector
The updated connector. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information.
-