| Package | Description |
|---|---|
| com.atlassian.marketplace.client.api |
Interfaces and immutable value classes used in the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
static AddonQuery.IncludeHiddenType |
AddonQuery.IncludeHiddenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddonQuery.IncludeHiddenType[] |
AddonQuery.IncludeHiddenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<AddonQuery.IncludeHiddenType> |
AddonQuery.getIncludeHidden()
The subset of normally hidden add-ons, if any, that the client has specified to include
in the query results.
|
| Modifier and Type | Method and Description |
|---|---|
AddonQuery.Builder |
AddonQuery.Builder.includeHidden(com.atlassian.fugue.Option<AddonQuery.IncludeHiddenType> includeHidden)
Specifies whether to include special "hidden" add-ons in the results.
|
Copyright © 2019 Atlassian. All rights reserved.