public class AddonPricing extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AddonPricing.RoleInfo
Additional information describing the pricing role for a role-based plugin.
|
| 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()
Timestamp of the last change made to this pricing.
|
Links |
getLinks() |
com.atlassian.fugue.Option<String> |
getParent()
Key of the application that the add-on is for (e.g.
|
com.atlassian.fugue.Option<AddonPricing.RoleInfo> |
getRoleInfo()
Additional information describing the pricing role for a role-based plugin.
|
boolean |
isContactSalesForAdditionalPricing()
True if the vendor can be contacted for additional pricing.
|
boolean |
isExpertDiscountOptOut()
True if Atlassian Experts cannot purchase the add-on at a discount.
|
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()
Will only be set for role-based plugins; user-tiered plugins will not have any value set.
Copyright © 2016 Atlassian. All rights reserved.