Package com.dropbox.core.v2.teamlog
Class SfExternalInviteWarnDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SfExternalInviteWarnDetails
Set team members to see warning before sharing folders outside team.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSfExternalInviteWarnDetails(long targetAssetIndex, String originalFolderName) Set team members to see warning before sharing folders outside team.SfExternalInviteWarnDetails(long targetAssetIndex, String originalFolderName, String newSharingPermission, String previousSharingPermission) Set team members to see warning before sharing folders outside team. -
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
-
newSharingPermission
-
previousSharingPermission
-
-
Constructor Details
-
SfExternalInviteWarnDetails
public SfExternalInviteWarnDetails(long targetAssetIndex, @Nonnull String originalFolderName, @Nullable String newSharingPermission, @Nullable String previousSharingPermission) Set team members to see warning before sharing folders outside team.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.newSharingPermission- New sharing permission.previousSharingPermission- Previous sharing permission.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
SfExternalInviteWarnDetails
Set team members to see warning before sharing folders outside team.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.
-
getNewSharingPermission
New sharing permission.- Returns:
- value for this field, or
nullif not present.
-
getPreviousSharingPermission
Previous sharing permission.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
public static SfExternalInviteWarnDetails.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
-