public class AddonPricing extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AddonPricing.RoleInfo |
| Constructor and Description |
|---|
AddonPricing() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<AddonPricingItem> |
getItems()
A list of available pricing tiers.
|
com.atlassian.fugue.Option<org.joda.time.DateTime> |
getLastModified()
The date on which these prices were last updated.
|
Links |
getLinks() |
com.atlassian.fugue.Option<String> |
getParent()
Name of the base pricing that provides the defaults for these prices, if any (e.g.
|
com.atlassian.fugue.Option<AddonPricing.RoleInfo> |
getRoleInfo()
Additional information describing the pricing role for a role-based plugin.
|
boolean |
isContactSalesForAdditionalPricing() |
boolean |
isExpertDiscountOptOut() |
boolean |
isRoleBased()
Returns true if the pricing is role-based, false if not (e.g.
|
public Links getLinks()
public Iterable<AddonPricingItem> getItems()
public boolean isExpertDiscountOptOut()
public boolean isContactSalesForAdditionalPricing()
public com.atlassian.fugue.Option<String> getParent()
public com.atlassian.fugue.Option<org.joda.time.DateTime> getLastModified()
public boolean isRoleBased()
public com.atlassian.fugue.Option<AddonPricing.RoleInfo> getRoleInfo()
Copyright © 2016 Atlassian. All rights reserved.