Package com.dropbox.core.v2.teamlog
Class IntegrationDisconnectedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.IntegrationDisconnectedDetails
Disconnected integration for member.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIntegrationDisconnectedDetails(String integrationName) Disconnected integration for member. -
Method Summary
-
Field Details
-
integrationName
-
-
Constructor Details
-
IntegrationDisconnectedDetails
Disconnected integration for member.- Parameters:
integrationName- Name of the third-party integration. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getIntegrationName
Name of the third-party integration.- 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
-