Package com.dropbox.core.v2.teamlog
Class ChangedEnterpriseConnectedTeamStatusDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ChangedEnterpriseConnectedTeamStatusDetails
Changed enterprise-connected team status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final FedHandshakeActionprotected final FederationStatusChangeAdditionalInfoprotected final TrustedTeamsRequestStateprotected final TrustedTeamsRequestState -
Constructor Summary
ConstructorsConstructorDescriptionChangedEnterpriseConnectedTeamStatusDetails(FedHandshakeAction action, FederationStatusChangeAdditionalInfo additionalInfo, TrustedTeamsRequestState previousValue, TrustedTeamsRequestState newValue) Changed enterprise-connected team status. -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe preformed change in the team’s connection status.Additional information about the organization or team.New request state.Previous request state.inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
action
-
additionalInfo
-
previousValue
-
newValue
-
-
Constructor Details
-
ChangedEnterpriseConnectedTeamStatusDetails
public ChangedEnterpriseConnectedTeamStatusDetails(@Nonnull FedHandshakeAction action, @Nonnull FederationStatusChangeAdditionalInfo additionalInfo, @Nonnull TrustedTeamsRequestState previousValue, @Nonnull TrustedTeamsRequestState newValue) Changed enterprise-connected team status.- Parameters:
action- The preformed change in the team’s connection status. Must not benull.additionalInfo- Additional information about the organization or team. Must not benull.previousValue- Previous request state. Must not benull.newValue- New request state. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getAction
The preformed change in the team’s connection status.- Returns:
- value for this field, never
null.
-
getAdditionalInfo
Additional information about the organization or team.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous request state.- Returns:
- value for this field, never
null.
-
getNewValue
New request state.- 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
-