Package com.dropbox.core.v2.sharing
Class DbxAppSharingRequests
- java.lang.Object
- 
- com.dropbox.core.v2.sharing.DbxAppSharingRequests
 
- 
 public class DbxAppSharingRequests extends java.lang.ObjectRoutes in namespace "sharing".
- 
- 
Constructor SummaryConstructors Constructor Description DbxAppSharingRequests(DbxRawClientV2 client)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SharedLinkMetadatagetSharedLinkMetadata(java.lang.String url)Get the shared link's metadata.DbxAppGetSharedLinkMetadataBuildergetSharedLinkMetadataBuilder(java.lang.String url)Get the shared link's metadata.
 
- 
- 
- 
Constructor Detail- 
DbxAppSharingRequestspublic DbxAppSharingRequests(DbxRawClientV2 client) 
 
- 
 - 
Method Detail- 
getSharedLinkMetadatapublic SharedLinkMetadata getSharedLinkMetadata(java.lang.String url) throws SharedLinkErrorException, DbxException Get the shared link's metadata.- Parameters:
- url- URL of the shared link. Must not be- null.
- Returns:
- The metadata of a shared link.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
- SharedLinkErrorException
- DbxException
 
 - 
getSharedLinkMetadataBuilderpublic DbxAppGetSharedLinkMetadataBuilder getSharedLinkMetadataBuilder(java.lang.String url) Get the shared link's metadata.- Parameters:
- url- URL of the shared link. Must not be- null.
- Returns:
- Request builder for configuring request parameters and completing the request.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 
-