public static interface QueryBuilderProperties.AccessToken<T extends QueryBuilderProperties.AccessToken<T>>
QueryProperties.AccessToken| Modifier and Type | Method and Description |
|---|---|
T |
accessToken(com.atlassian.fugue.Option<String> accessToken)
Optionally includes an access token in the query, allowing access to any private add-on
that has such a token.
|
T accessToken(com.atlassian.fugue.Option<String> accessToken)
accessToken - an access token string, or Option.none()QueryProperties.AccessToken.getAccessToken()Copyright © 2016 Atlassian. All rights reserved.