Class SfAddGroupDetails

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

public class SfAddGroupDetails extends Object
Added team to shared folder.
  • Field Details

    • targetAssetIndex

      protected final long targetAssetIndex
    • originalFolderName

      @Nonnull protected final String originalFolderName
    • sharingPermission

      @Nullable protected final String sharingPermission
    • teamName

      @Nonnull protected final String teamName
  • Constructor Details

    • SfAddGroupDetails

      public SfAddGroupDetails(long targetAssetIndex, @Nonnull String originalFolderName, @Nonnull String teamName, @Nullable String sharingPermission)
      Added team to shared folder.
      Parameters:
      targetAssetIndex - Target asset position in the Assets list.
      originalFolderName - Original shared folder name. Must not be null.
      teamName - Team name. Must not be null.
      sharingPermission - Sharing permission.
      Throws:
      IllegalArgumentException - If any argument does not meet its preconditions.
    • SfAddGroupDetails

      public SfAddGroupDetails(long targetAssetIndex, @Nonnull String originalFolderName, @Nonnull String teamName)
      Added team to shared folder.

      The default values for unset fields will be used.

      Parameters:
      targetAssetIndex - Target asset position in the Assets list.
      originalFolderName - Original shared folder name. Must not be null.
      teamName - Team 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.
    • getTeamName

      @Nonnull public String getTeamName()
      Team name.
      Returns:
      value for this field, never null.
    • getSharingPermission

      @Nullable public String getSharingPermission()
      Sharing permission.
      Returns:
      value for this field, or null if not present.
    • 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