| Package | Description |
|---|---|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentModel |
AddonVersionBase.getPaymentModel()
Indicates whether the version is free, paid via Atlassian, or paid via Vendor.
|
PaymentModel |
ProductVersion.getPaymentModel()
Indicates whether the version is free or paid via Atlassian.
|
PaymentModel |
AddonVersion.getPaymentModel() |
static PaymentModel |
PaymentModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentModel[] |
PaymentModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ModelBuilders.AddonVersionBuilder |
ModelBuilders.AddonVersionBuilder.paymentModel(PaymentModel paymentModel) |
TestModelBuilders.AddonVersionBuilder |
TestModelBuilders.AddonVersionBuilder.paymentModel(PaymentModel paymentModel) |
TestModelBuilders.AddonVersionSummaryBuilder |
TestModelBuilders.AddonVersionSummaryBuilder.paymentModel(PaymentModel paymentModel) |
TestModelBuilders.ProductVersionBuilder |
TestModelBuilders.ProductVersionBuilder.paymentModel(PaymentModel paymentModel) |
Copyright © 2019 Atlassian. All rights reserved.