Class SfTeamGrantAccessDetails

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

public class SfTeamGrantAccessDetails extends Object
Granted access to shared folder.
  • Field Details

    • targetAssetIndex

      protected final long targetAssetIndex
    • originalFolderName

      @Nonnull protected final String originalFolderName
  • Constructor Details

    • SfTeamGrantAccessDetails

      public SfTeamGrantAccessDetails(long targetAssetIndex, @Nonnull String originalFolderName)
      Granted access to shared folder.
      Parameters:
      targetAssetIndex - Target asset position in the Assets list.
      originalFolderName - Original shared folder name. Must not be null.
      Throws:
      IllegalArgumentException - If any argument does not meet its preconditions.
  • Method Details

    • getTargetAssetIndex

      public long getTargetAssetIndex()
      Target asset position in the Assets list.
      Returns:
      value for this field.
    • getOriginalFolderName

      @Nonnull public String getOriginalFolderName()
      Original shared folder name.
      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