Package com.dropbox.core.v2.teamlog
Class ChangedEnterpriseConnectedTeamStatusDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.ChangedEnterpriseConnectedTeamStatusDetails
 
- 
 public class ChangedEnterpriseConnectedTeamStatusDetails extends java.lang.ObjectChanged enterprise-connected team status.
- 
- 
Field SummaryFields Modifier and Type Field Description protected FedHandshakeActionactionprotected FederationStatusChangeAdditionalInfoadditionalInfoprotected TrustedTeamsRequestStatenewValueprotected TrustedTeamsRequestStatepreviousValue
 - 
Constructor SummaryConstructors Constructor Description ChangedEnterpriseConnectedTeamStatusDetails(FedHandshakeAction action, FederationStatusChangeAdditionalInfo additionalInfo, TrustedTeamsRequestState previousValue, TrustedTeamsRequestState newValue)Changed enterprise-connected team status.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)FedHandshakeActiongetAction()The preformed change in the team’s connection status.FederationStatusChangeAdditionalInfogetAdditionalInfo()Additional information about the organization or team.TrustedTeamsRequestStategetNewValue()New request state.TrustedTeamsRequestStategetPreviousValue()Previous request state.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Field Detail- 
actionprotected final FedHandshakeAction action 
 - 
additionalInfoprotected final FederationStatusChangeAdditionalInfo additionalInfo 
 - 
previousValueprotected final TrustedTeamsRequestState previousValue 
 - 
newValueprotected final TrustedTeamsRequestState newValue 
 
- 
 - 
Constructor Detail- 
ChangedEnterpriseConnectedTeamStatusDetailspublic ChangedEnterpriseConnectedTeamStatusDetails(FedHandshakeAction action, FederationStatusChangeAdditionalInfo additionalInfo, TrustedTeamsRequestState previousValue, TrustedTeamsRequestState newValue) Changed enterprise-connected team status.- Parameters:
- action- The preformed change in the team’s connection status. Must not be- null.
- additionalInfo- Additional information about the organization or team. Must not be- null.
- previousValue- Previous request state. Must not be- null.
- newValue- New request state. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getActionpublic FedHandshakeAction getAction() The preformed change in the team’s connection status.- Returns:
- value for this field, never null.
 
 - 
getAdditionalInfopublic FederationStatusChangeAdditionalInfo getAdditionalInfo() Additional information about the organization or team.- Returns:
- value for this field, never null.
 
 - 
getPreviousValuepublic TrustedTeamsRequestState getPreviousValue() Previous request state.- Returns:
- value for this field, never null.
 
 - 
getNewValuepublic TrustedTeamsRequestState getNewValue() New request state.- Returns:
- value for this field, never null.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic java.lang.String 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
 
 
- 
 
-