Package com.dropbox.core.v2.teamlog
Class DashConnectorToolsCallDetails
java.lang.Object
com.dropbox.core.v2.teamlog.DashConnectorToolsCallDetails
Called a tool on a connector.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDashConnectorToolsCallDetails(String connectorName, String toolName) Called a tool on a connector.DashConnectorToolsCallDetails(String connectorName, String toolName, String surface) Called a tool on a connector. -
Method Summary
-
Field Details
-
connectorName
-
toolName
-
surface
-
-
Constructor Details
-
DashConnectorToolsCallDetails
public DashConnectorToolsCallDetails(@Nonnull String connectorName, @Nonnull String toolName, @Nullable String surface) Called a tool on a connector.- Parameters:
connectorName- The name of the connector. Must not benull.toolName- The name of the tool that was called. Must not benull.surface- The surface from which the tool was called.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
DashConnectorToolsCallDetails
Called a tool on a connector.The default values for unset fields will be used.
- Parameters:
connectorName- The name of the connector. Must not benull.toolName- The name of the tool that was called. 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.
-
getToolName
The name of the tool that was called.- Returns:
- value for this field, never
null.
-
getSurface
The surface from which the tool was called.- Returns:
- value for this field, or
nullif not present.
-
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
-