Package com.dropbox.core.v2.teamlog
Class SfTeamJoinFromOobLinkDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
Joined team member's shared folder from link.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSfTeamJoinFromOobLinkDetails(long targetAssetIndex, String originalFolderName) Joined team member's shared folder from link.SfTeamJoinFromOobLinkDetails(long targetAssetIndex, String originalFolderName, String tokenKey, String sharingPermission) Joined team member's shared folder from link. -
Method Summary
Modifier and TypeMethodDescriptionbooleanOriginal shared folder name.Sharing permission.longTarget asset position in the Assets list.Shared link token key.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
-
tokenKey
-
sharingPermission
-
-
Constructor Details
-
SfTeamJoinFromOobLinkDetails
public SfTeamJoinFromOobLinkDetails(long targetAssetIndex, @Nonnull String originalFolderName, @Nullable String tokenKey, @Nullable String sharingPermission) Joined team member's shared folder from link.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.tokenKey- Shared link token key.sharingPermission- Sharing permission.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
SfTeamJoinFromOobLinkDetails
Joined team member's shared folder from link.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.
-
getTokenKey
Shared link token key.- Returns:
- value for this field, or
nullif not present.
-
getSharingPermission
Sharing permission.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
public static SfTeamJoinFromOobLinkDetails.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
-