Package com.dropbox.core.v2.teamlog
Class SfFbInviteChangeRoleDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SfFbInviteChangeRoleDetails
Changed Facebook user's role in shared folder.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSfFbInviteChangeRoleDetails(long targetAssetIndex, String originalFolderName) Changed Facebook user's role in shared folder.SfFbInviteChangeRoleDetails(long targetAssetIndex, String originalFolderName, String previousSharingPermission, String newSharingPermission) Changed Facebook user's role in shared folder. -
Method Summary
Modifier and TypeMethodDescriptionbooleanNew sharing permission.Original shared folder name.Previous sharing permission.longTarget asset position in the Assets list.inthashCode()newBuilder(long targetAssetIndex, String originalFolderName) Returns a new builder for creating an instance of this class.toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
targetAssetIndex
protected final long targetAssetIndex -
originalFolderName
-
previousSharingPermission
-
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 benull.previousSharingPermission- Previous sharing permission.newSharingPermission- New sharing permission.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
SfFbInviteChangeRoleDetails
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 benull.- 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
Original shared folder name.- Returns:
- value for this field, never
null.
-
getPreviousSharingPermission
Previous sharing permission.- Returns:
- value for this field, or
nullif not present.
-
getNewSharingPermission
New sharing permission.- Returns:
- value for this field, or
nullif 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 benull.- Returns:
- builder for this class.
- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
hashCode
public int hashCode() -
equals
-
toString
-
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
-