Package com.dropbox.core.v2.sharing
Class SharedFolderMetadata
- java.lang.Object
-
- com.dropbox.core.v2.sharing.SharedFolderMetadataBase
-
- com.dropbox.core.v2.sharing.SharedFolderMetadata
-
public class SharedFolderMetadata extends SharedFolderMetadataBase
The metadata which includes basic information about the shared folder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSharedFolderMetadata.BuilderBuilder forSharedFolderMetadata.
-
Field Summary
Fields Modifier and Type Field Description protected AccessInheritanceaccessInheritanceprotected SharedContentLinkMetadatalinkMetadataprotected java.lang.Stringnameprotected java.util.List<FolderPermission>permissionsprotected FolderPolicypolicyprotected java.lang.StringpreviewUrlprotected java.lang.StringsharedFolderIdprotected java.util.DatetimeInvited-
Fields inherited from class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
accessType, isInsideTeamFolder, isTeamFolder, ownerDisplayNames, ownerTeam, parentFolderName, parentSharedFolderId, pathLower
-
-
Constructor Summary
Constructors Constructor Description SharedFolderMetadata(AccessLevel accessType, boolean isInsideTeamFolder, boolean isTeamFolder, java.lang.String name, FolderPolicy policy, java.lang.String previewUrl, java.lang.String sharedFolderId, java.util.Date timeInvited)The metadata which includes basic information about the shared folder.SharedFolderMetadata(AccessLevel accessType, boolean isInsideTeamFolder, boolean isTeamFolder, java.lang.String name, FolderPolicy policy, java.lang.String previewUrl, java.lang.String sharedFolderId, java.util.Date timeInvited, java.util.List<java.lang.String> ownerDisplayNames, Team ownerTeam, java.lang.String parentSharedFolderId, java.lang.String pathLower, java.lang.String parentFolderName, SharedContentLinkMetadata linkMetadata, java.util.List<FolderPermission> permissions, AccessInheritance accessInheritance)The metadata which includes basic information about the shared folder.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)AccessInheritancegetAccessInheritance()Whether the folder inherits its members from its parent.AccessLevelgetAccessType()The current user's access level for this shared folder.booleangetIsInsideTeamFolder()Whether this folder is inside of a team folder.booleangetIsTeamFolder()Whether this folder is a team folder.SharedContentLinkMetadatagetLinkMetadata()The metadata of the shared content link to this shared folder.java.lang.StringgetName()The name of the this shared folder.java.util.List<java.lang.String>getOwnerDisplayNames()The display names of the users that own the folder.TeamgetOwnerTeam()The team that owns the folder.java.lang.StringgetParentFolderName()Display name for the parent folder.java.lang.StringgetParentSharedFolderId()The ID of the parent shared folder.java.lang.StringgetPathLower()The lower-cased full path of this shared folder.java.util.List<FolderPermission>getPermissions()Actions the current user may perform on the folder and its contents.FolderPolicygetPolicy()Policies governing this shared folder.java.lang.StringgetPreviewUrl()URL for displaying a web preview of the shared folder.java.lang.StringgetSharedFolderId()The ID of the shared folder.java.util.DategetTimeInvited()Timestamp indicating when the current user was invited to this shared folder.inthashCode()static SharedFolderMetadata.BuildernewBuilder(AccessLevel accessType, boolean isInsideTeamFolder, boolean isTeamFolder, java.lang.String name, FolderPolicy policy, java.lang.String previewUrl, java.lang.String sharedFolderId, java.util.Date timeInvited)Returns a new builder for creating an instance of this class.java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.-
Methods inherited from class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
newBuilder
-
-
-
-
Field Detail
-
linkMetadata
protected final SharedContentLinkMetadata linkMetadata
-
name
protected final java.lang.String name
-
permissions
protected final java.util.List<FolderPermission> permissions
-
policy
protected final FolderPolicy policy
-
previewUrl
protected final java.lang.String previewUrl
-
sharedFolderId
protected final java.lang.String sharedFolderId
-
timeInvited
protected final java.util.Date timeInvited
-
accessInheritance
protected final AccessInheritance accessInheritance
-
-
Constructor Detail
-
SharedFolderMetadata
public SharedFolderMetadata(AccessLevel accessType, boolean isInsideTeamFolder, boolean isTeamFolder, java.lang.String name, FolderPolicy policy, java.lang.String previewUrl, java.lang.String sharedFolderId, java.util.Date timeInvited, java.util.List<java.lang.String> ownerDisplayNames, Team ownerTeam, java.lang.String parentSharedFolderId, java.lang.String pathLower, java.lang.String parentFolderName, SharedContentLinkMetadata linkMetadata, java.util.List<FolderPermission> permissions, AccessInheritance accessInheritance)
The metadata which includes basic information about the shared folder.Use
newBuilder(com.dropbox.core.v2.sharing.AccessLevel,boolean,boolean,java.lang.String,com.dropbox.core.v2.sharing.FolderPolicy,java.lang.String,java.lang.String,java.util.Date)to create instances of this class without specifying values for all optional fields.- Parameters:
accessType- The current user's access level for this shared folder. Must not benull.isInsideTeamFolder- Whether this folder is inside of a team folder.isTeamFolder- Whether this folder is a team folder.name- The name of the this shared folder. Must not benull.policy- Policies governing this shared folder. Must not benull.previewUrl- URL for displaying a web preview of the shared folder. Must not benull.sharedFolderId- The ID of the shared folder. Must match pattern "[-_0-9a-zA-Z:]+" and not benull.timeInvited- Timestamp indicating when the current user was invited to this shared folder. Must not benull.ownerDisplayNames- The display names of the users that own the folder. If the folder is part of a team folder, the display names of the team admins are also included. Absent if the owner display names cannot be fetched. Must not contain anullitem.ownerTeam- The team that owns the folder. This field is not present if the folder is not owned by a team.parentSharedFolderId- The ID of the parent shared folder. This field is present only if the folder is contained within another shared folder. Must match pattern "[-_0-9a-zA-Z:]+".pathLower- The lower-cased full path of this shared folder. Absent for unmounted folders.parentFolderName- Display name for the parent folder.linkMetadata- The metadata of the shared content link to this shared folder. Absent if there is no link on the folder. This is for an unreleased feature so it may not be returned yet.permissions- Actions the current user may perform on the folder and its contents. The set of permissions corresponds to the FolderActions in the request. Must not contain anullitem.accessInheritance- Whether the folder inherits its members from its parent. Must not benull.- Throws:
java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
-
SharedFolderMetadata
public SharedFolderMetadata(AccessLevel accessType, boolean isInsideTeamFolder, boolean isTeamFolder, java.lang.String name, FolderPolicy policy, java.lang.String previewUrl, java.lang.String sharedFolderId, java.util.Date timeInvited)
The metadata which includes basic information about the shared folder.The default values for unset fields will be used.
- Parameters:
accessType- The current user's access level for this shared folder. Must not benull.isInsideTeamFolder- Whether this folder is inside of a team folder.isTeamFolder- Whether this folder is a team folder.name- The name of the this shared folder. Must not benull.policy- Policies governing this shared folder. Must not benull.previewUrl- URL for displaying a web preview of the shared folder. Must not benull.sharedFolderId- The ID of the shared folder. Must match pattern "[-_0-9a-zA-Z:]+" and not benull.timeInvited- Timestamp indicating when the current user was invited to this shared folder. Must not benull.- Throws:
java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Detail
-
getAccessType
public AccessLevel getAccessType()
The current user's access level for this shared folder.- Overrides:
getAccessTypein classSharedFolderMetadataBase- Returns:
- value for this field, never
null.
-
getIsInsideTeamFolder
public boolean getIsInsideTeamFolder()
Whether this folder is inside of a team folder.- Overrides:
getIsInsideTeamFolderin classSharedFolderMetadataBase- Returns:
- value for this field.
-
getIsTeamFolder
public boolean getIsTeamFolder()
Whether this folder is a team folder.- Overrides:
getIsTeamFolderin classSharedFolderMetadataBase- Returns:
- value for this field.
-
getName
public java.lang.String getName()
The name of the this shared folder.- Returns:
- value for this field, never
null.
-
getPolicy
public FolderPolicy getPolicy()
Policies governing this shared folder.- Returns:
- value for this field, never
null.
-
getPreviewUrl
public java.lang.String getPreviewUrl()
URL for displaying a web preview of the shared folder.- Returns:
- value for this field, never
null.
-
getSharedFolderId
public java.lang.String getSharedFolderId()
The ID of the shared folder.- Returns:
- value for this field, never
null.
-
getTimeInvited
public java.util.Date getTimeInvited()
Timestamp indicating when the current user was invited to this shared folder.- Returns:
- value for this field, never
null.
-
getOwnerDisplayNames
public java.util.List<java.lang.String> getOwnerDisplayNames()
The display names of the users that own the folder. If the folder is part of a team folder, the display names of the team admins are also included. Absent if the owner display names cannot be fetched.- Overrides:
getOwnerDisplayNamesin classSharedFolderMetadataBase- Returns:
- value for this field, or
nullif not present.
-
getOwnerTeam
public Team getOwnerTeam()
The team that owns the folder. This field is not present if the folder is not owned by a team.- Overrides:
getOwnerTeamin classSharedFolderMetadataBase- Returns:
- value for this field, or
nullif not present.
-
getParentSharedFolderId
public java.lang.String getParentSharedFolderId()
The ID of the parent shared folder. This field is present only if the folder is contained within another shared folder.- Overrides:
getParentSharedFolderIdin classSharedFolderMetadataBase- Returns:
- value for this field, or
nullif not present.
-
getPathLower
public java.lang.String getPathLower()
The lower-cased full path of this shared folder. Absent for unmounted folders.- Overrides:
getPathLowerin classSharedFolderMetadataBase- Returns:
- value for this field, or
nullif not present.
-
getParentFolderName
public java.lang.String getParentFolderName()
Display name for the parent folder.- Overrides:
getParentFolderNamein classSharedFolderMetadataBase- Returns:
- value for this field, or
nullif not present.
-
getLinkMetadata
public SharedContentLinkMetadata getLinkMetadata()
The metadata of the shared content link to this shared folder. Absent if there is no link on the folder. This is for an unreleased feature so it may not be returned yet.- Returns:
- value for this field, or
nullif not present.
-
getPermissions
public java.util.List<FolderPermission> getPermissions()
Actions the current user may perform on the folder and its contents. The set of permissions corresponds to the FolderActions in the request.- Returns:
- value for this field, or
nullif not present.
-
getAccessInheritance
public AccessInheritance getAccessInheritance()
Whether the folder inherits its members from its parent.- Returns:
- value for this field, or
nullif not present. Defaults to AccessInheritance.INHERIT.
-
newBuilder
public static SharedFolderMetadata.Builder newBuilder(AccessLevel accessType, boolean isInsideTeamFolder, boolean isTeamFolder, java.lang.String name, FolderPolicy policy, java.lang.String previewUrl, java.lang.String sharedFolderId, java.util.Date timeInvited)
Returns a new builder for creating an instance of this class.- Parameters:
accessType- The current user's access level for this shared folder. Must not benull.isInsideTeamFolder- Whether this folder is inside of a team folder.isTeamFolder- Whether this folder is a team folder.name- The name of the this shared folder. Must not benull.policy- Policies governing this shared folder. Must not benull.previewUrl- URL for displaying a web preview of the shared folder. Must not benull.sharedFolderId- The ID of the shared folder. Must match pattern "[-_0-9a-zA-Z:]+" and not benull.timeInvited- Timestamp indicating when the current user was invited to this shared folder. Must not benull.- Returns:
- builder for this class.
- Throws:
java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSharedFolderMetadataBase
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classSharedFolderMetadataBase
-
toString
public java.lang.String toString()
- Overrides:
toStringin classSharedFolderMetadataBase
-
toStringMultiline
public java.lang.String toStringMultiline()
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Overrides:
toStringMultilinein classSharedFolderMetadataBase- Returns:
- Formatted, multiline String representation of this object
-
-