Class NamespaceRelativePathLogInfo

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

public class NamespaceRelativePathLogInfo extends Object
Namespace relative path details.
  • Field Details

    • nsId

      @Nullable protected final String nsId
    • relativePath

      @Nullable protected final String relativePath
    • isSharedNamespace

      @Nullable protected final Boolean isSharedNamespace
  • Constructor Details

    • NamespaceRelativePathLogInfo

      public NamespaceRelativePathLogInfo(@Nullable String nsId, @Nullable String relativePath, @Nullable Boolean isSharedNamespace)
      Namespace relative path details.

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

      Parameters:
      nsId - Namespace ID.
      relativePath - A path relative to the specified namespace ID.
      isSharedNamespace - True if the namespace is shared.
    • NamespaceRelativePathLogInfo

      public NamespaceRelativePathLogInfo()
      Namespace relative path details.

      The default values for unset fields will be used.

  • Method Details

    • getNsId

      @Nullable public String getNsId()
      Namespace ID.
      Returns:
      value for this field, or null if not present.
    • getRelativePath

      @Nullable public String getRelativePath()
      A path relative to the specified namespace ID.
      Returns:
      value for this field, or null if not present.
    • getIsSharedNamespace

      @Nullable public Boolean getIsSharedNamespace()
      True if the namespace is shared.
      Returns:
      value for this field, or null if not present.
    • newBuilder

      public static NamespaceRelativePathLogInfo.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