Class SfTeamJoinFromOobLinkDetails

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

public class SfTeamJoinFromOobLinkDetails extends Object
Joined team member's shared folder from link.
  • Field Details

    • targetAssetIndex

      protected final long targetAssetIndex
    • originalFolderName

      @Nonnull protected final String originalFolderName
    • tokenKey

      @Nullable protected final String tokenKey
    • sharingPermission

      @Nullable protected final String sharingPermission
  • Constructor Details

    • SfTeamJoinFromOobLinkDetails

      public SfTeamJoinFromOobLinkDetails(long targetAssetIndex, @Nonnull String originalFolderName, @Nullable String tokenKey, @Nullable String sharingPermission)
      Joined team member's shared folder from link.

      Use newBuilder(long,java.lang.String) to create instances of this class without specifying values for all optional fields.

      Parameters:
      targetAssetIndex - Target asset position in the Assets list.
      originalFolderName - Original shared folder name. Must not be null.
      tokenKey - Shared link token key.
      sharingPermission - Sharing permission.
      Throws:
      IllegalArgumentException - If any argument does not meet its preconditions.
    • SfTeamJoinFromOobLinkDetails

      public SfTeamJoinFromOobLinkDetails(long targetAssetIndex, @Nonnull String originalFolderName)
      Joined team member's shared folder from link.

      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.
      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.
    • getTokenKey

      @Nullable public String getTokenKey()
      Shared link token key.
      Returns:
      value for this field, or null if not present.
    • getSharingPermission

      @Nullable public String getSharingPermission()
      Sharing permission.
      Returns:
      value for this field, or null if not present.
    • newBuilder

      public static SfTeamJoinFromOobLinkDetails.Builder newBuilder(long targetAssetIndex, String originalFolderName)
      Returns a new builder for creating an instance of this class.
      Parameters:
      targetAssetIndex - Target asset position in the Assets list.
      originalFolderName - Original shared folder name. Must not be null.
      Returns:
      builder for this class.
      Throws:
      IllegalArgumentException - If any argument does not meet its preconditions.
    • 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