public class DbxAppCheckRequests
extends java.lang.Object
Constructor and Description |
---|
DbxAppCheckRequests(DbxRawClientV2 client) |
Modifier and Type | Method and Description |
---|---|
EchoResult |
app()
This endpoint performs App Authentication, validating the supplied app
key and secret, and returns the supplied string, to allow you to test
your code and connection to the Dropbox API.
|
EchoResult |
app(java.lang.String query)
This endpoint performs App Authentication, validating the supplied app
key and secret, and returns the supplied string, to allow you to test
your code and connection to the Dropbox API.
|
public DbxAppCheckRequests(DbxRawClientV2 client)
public EchoResult app() throws DbxApiException, DbxException
The query
request parameter will default to "\"\""
(see app(String)
).
DbxApiException
DbxException
public EchoResult app(java.lang.String query) throws DbxApiException, DbxException
query
- The string that you'd like to be echoed back to you. Must
not be null
.java.lang.IllegalArgumentException
- If any argument does not meet its
preconditions.DbxApiException
DbxException