| Package | Description |
|---|---|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationVersionStatus |
ApplicationVersion.getStatus()
Indicates whether the version is publicly visible or private.
|
static ApplicationVersionStatus |
ApplicationVersionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationVersionStatus[] |
ApplicationVersionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ModelBuilders.ApplicationVersionBuilder |
ModelBuilders.ApplicationVersionBuilder.status(ApplicationVersionStatus status) |
TestModelBuilders.ApplicationVersionBuilder |
TestModelBuilders.ApplicationVersionBuilder.status(ApplicationVersionStatus status) |
Copyright © 2019 Atlassian. All rights reserved.