Class SfFbInviteChangeRoleDetails

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

public class SfFbInviteChangeRoleDetails extends Object
Changed Facebook user's role in shared folder.
  • Field Details

    • targetAssetIndex

      protected final long targetAssetIndex
    • originalFolderName

      @Nonnull protected final String originalFolderName
    • previousSharingPermission

      @Nullable protected final String previousSharingPermission
    • newSharingPermission

      @Nullable protected final String newSharingPermission
  • Constructor Details

    • SfFbInviteChangeRoleDetails

      public SfFbInviteChangeRoleDetails(long targetAssetIndex, @Nonnull String originalFolderName, @Nullable String previousSharingPermission, @Nullable String newSharingPermission)
      Changed Facebook user's role in shared folder.

      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.
      previousSharingPermission - Previous sharing permission.
      newSharingPermission - New sharing permission.
      Throws:
      IllegalArgumentException - If any argument does not meet its preconditions.
    • SfFbInviteChangeRoleDetails

      public SfFbInviteChangeRoleDetails(long targetAssetIndex, @Nonnull String originalFolderName)
      Changed Facebook user's role in 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.
      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.
    • getPreviousSharingPermission

      @Nullable public String getPreviousSharingPermission()
      Previous sharing permission.
      Returns:
      value for this field, or null if not present.
    • getNewSharingPermission

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

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