Package com.dropbox.core.v2.teamlog
Class DashAdminEnabledConnectorDetails
java.lang.Object
com.dropbox.core.v2.teamlog.DashAdminEnabledConnectorDetails
Admin enabled a user connector.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDashAdminEnabledConnectorDetails(String connectorName) Admin enabled a user connector.DashAdminEnabledConnectorDetails(String connectorName, DashConnectorStatus connectorStatus) Admin enabled a user connector. -
Method Summary
-
Field Details
-
connectorName
-
connectorStatus
-
-
Constructor Details
-
DashAdminEnabledConnectorDetails
public DashAdminEnabledConnectorDetails(@Nonnull String connectorName, @Nullable DashConnectorStatus connectorStatus) Admin enabled a user connector.- Parameters:
connectorName- The name of the Connector. Must not benull.connectorStatus- The status of the Connector.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
DashAdminEnabledConnectorDetails
Admin enabled a user connector.The default values for unset fields will be used.
- Parameters:
connectorName- The name 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, 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
-