Class MemberChangeResellerRoleDetails

java.lang.Object
com.dropbox.core.v2.teamlog.MemberChangeResellerRoleDetails

public class MemberChangeResellerRoleDetails extends Object
Changed team member reseller role.
  • Field Details

    • newValue

      @Nonnull protected final ResellerRole newValue
    • previousValue

      @Nonnull protected final ResellerRole previousValue
  • Constructor Details

    • MemberChangeResellerRoleDetails

      public MemberChangeResellerRoleDetails(@Nonnull ResellerRole newValue, @Nonnull ResellerRole previousValue)
      Changed team member reseller role.
      Parameters:
      newValue - New reseller role. This field is relevant when the reseller role is changed. Must not be null.
      previousValue - Previous reseller role. This field is relevant when the reseller role is changed or when the reseller role is removed. Must not be null.
      Throws:
      IllegalArgumentException - If any argument does not meet its preconditions.
  • Method Details

    • getNewValue

      @Nonnull public ResellerRole getNewValue()
      New reseller role. This field is relevant when the reseller role is changed.
      Returns:
      value for this field, never null.
    • getPreviousValue

      @Nonnull public ResellerRole getPreviousValue()
      Previous reseller role. This field is relevant when the reseller role is changed or when the reseller role is removed.
      Returns:
      value for this field, never null.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toStringMultiline

      public 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