| Constructor and Description |
|---|
LicenseType() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<URI> |
getAlternateUri()
Address of a web page that describes the license type.
|
LicenseTypeId |
getId()
The unique resource identifier for the license type.
|
String |
getKey()
A short string identifier that Marketplace uses to describe this license type, such as "gpl".
|
Links |
getLinks()
The top-level links for the resource.
|
String |
getName()
The name of the license type, such as "GNU Public License (GPL)".
|
URI |
getSelfUri()
The "self" link for the resource.
|
public Links getLinks()
Entitypublic URI getSelfUri()
EntitygetSelfUri in interface Entitypublic LicenseTypeId getId()
public com.atlassian.fugue.Option<URI> getAlternateUri()
public String getKey()
LicenseTypes.getByKey(String)public String getName()
Copyright © 2016 Atlassian. All rights reserved.