Package com.dropbox.core.v2.teamlog
Class DashRemovedConnectorDetails
java.lang.Object
com.dropbox.core.v2.teamlog.DashRemovedConnectorDetails
Disconnected a user connector.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDashRemovedConnectorDetails(String connectorName, DashConnectorStatus connectorStatus) Disconnected a user connector. -
Method Summary
-
Field Details
-
connectorName
-
connectorStatus
-
-
Constructor Details
-
DashRemovedConnectorDetails
public DashRemovedConnectorDetails(@Nonnull String connectorName, @Nonnull DashConnectorStatus connectorStatus) Disconnected a user connector.- Parameters:
connectorName- The name of the Connector. Must not benull.connectorStatus- The status of the Connector. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getConnectorName
The name of the Connector.- Returns:
- value for this field, never
null.
-
getConnectorStatus
The status of the Connector.- Returns:
- value for this field, never
null.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-