Class SharedFolderNestDetails

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

public class SharedFolderNestDetails extends Object
Changed parent of shared folder.
  • Field Details

    • previousParentNsId

      @Nullable protected final String previousParentNsId
    • newParentNsId

      @Nullable protected final String newParentNsId
    • previousNsPath

      @Nullable protected final String previousNsPath
    • newNsPath

      @Nullable protected final String newNsPath
  • Constructor Details

    • SharedFolderNestDetails

      public SharedFolderNestDetails(@Nullable String previousParentNsId, @Nullable String newParentNsId, @Nullable String previousNsPath, @Nullable String newNsPath)
      Changed parent of shared folder.

      Use newBuilder() to create instances of this class without specifying values for all optional fields.

      Parameters:
      previousParentNsId - Previous parent namespace ID.
      newParentNsId - New parent namespace ID.
      previousNsPath - Previous namespace path.
      newNsPath - New namespace path.
    • SharedFolderNestDetails

      public SharedFolderNestDetails()
      Changed parent of shared folder.

      The default values for unset fields will be used.

  • Method Details

    • getPreviousParentNsId

      @Nullable public String getPreviousParentNsId()
      Previous parent namespace ID.
      Returns:
      value for this field, or null if not present.
    • getNewParentNsId

      @Nullable public String getNewParentNsId()
      New parent namespace ID.
      Returns:
      value for this field, or null if not present.
    • getPreviousNsPath

      @Nullable public String getPreviousNsPath()
      Previous namespace path.
      Returns:
      value for this field, or null if not present.
    • getNewNsPath

      @Nullable public String getNewNsPath()
      New namespace path.
      Returns:
      value for this field, or null if not present.
    • newBuilder

      public static SharedFolderNestDetails.Builder newBuilder()
      Returns a new builder for creating an instance of this class.
      Returns:
      builder for this class.
    • 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