public class Application extends Object implements Entity
Applications| Modifier and Type | Class and Description |
|---|---|
static class |
Application.CompatibilityUpdateMode
Indicates how Marketplace will update add-on compatibilities when a new application version is
released.
|
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<Integer> |
getCloudFreeUsers() |
Application.CompatibilityUpdateMode |
getCompatibilityUpdateMode() |
String |
getDescription() |
com.atlassian.fugue.Option<URI> |
getDownloadPageUri() |
String |
getIntroduction() |
ApplicationKey |
getKey()
The unique string key representing the application.
|
URI |
getLearnMoreUri() |
Links |
getLinks()
The top-level links for the resource.
|
String |
getName()
The application name.
|
URI |
getSelfUri()
The "self" link for the resource.
|
ApplicationStatus |
getStatus() |
public Links getLinks()
Entitypublic URI getSelfUri()
EntitygetSelfUri in interface Entitypublic String getName()
public ApplicationKey getKey()
public ApplicationStatus getStatus()
public String getIntroduction()
public Application.CompatibilityUpdateMode getCompatibilityUpdateMode()
public String getDescription()
public URI getLearnMoreUri()
public com.atlassian.fugue.Option<URI> getDownloadPageUri()
public com.atlassian.fugue.Option<Integer> getCloudFreeUsers()
Copyright © 2016 Atlassian. All rights reserved.