Package com.dropbox.core.v2.sharing
Class DbxAppGetSharedLinkMetadataBuilder
- java.lang.Object
- 
- com.dropbox.core.v2.sharing.DbxAppGetSharedLinkMetadataBuilder
 
- 
 public class DbxAppGetSharedLinkMetadataBuilder extends java.lang.ObjectThe request builder returned byDbxAppSharingRequests.getSharedLinkMetadataBuilder(java.lang.String).Use this class to set optional request parameters and complete the request. 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SharedLinkMetadatastart()Issues the request.DbxAppGetSharedLinkMetadataBuilderwithLinkPassword(java.lang.String linkPassword)Set value for optional field.DbxAppGetSharedLinkMetadataBuilderwithPath(java.lang.String path)Set value for optional field.
 
- 
- 
- 
Method Detail- 
withPathpublic DbxAppGetSharedLinkMetadataBuilder withPath(java.lang.String path) Set value for optional field.- Parameters:
- path- If the shared link is to a folder, this parameter can be used to retrieve the metadata for a specific file or sub-folder in this folder. A relative path should be used. Must match pattern "- /(.|[\\r\\n])*".
- Returns:
- this builder
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 - 
withLinkPasswordpublic DbxAppGetSharedLinkMetadataBuilder withLinkPassword(java.lang.String linkPassword) Set value for optional field.- Parameters:
- linkPassword- If the shared link has a password, this parameter can be used.
- Returns:
- this builder
 
 - 
startpublic SharedLinkMetadata start() throws SharedLinkErrorException, DbxException Issues the request.- Throws:
- SharedLinkErrorException
- DbxException
 
 
- 
 
-