public class PluginDetails extends Object
Constructor and Description |
---|
PluginDetails()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getBrandingImageUrl()
Returns the branding image url of the plugin.
|
Date |
getCreatedAt()
Returns the date the plugin was created.
|
String |
getDescription()
Returns the description of the plugin.
|
String |
getDownloadUrl()
Returns the download url of the plugin.
|
Date |
getFirstEditedAt()
Returns the date the plugin was first edited.
|
Date |
getFirstPublishedAt()
Returns the date the plugin was first published.
|
Date |
getLastEditedAt()
Returns the date the plugin was last edited.
|
Date |
getLastPublishedAt()
Returns the date the plugin was last published.
|
String |
getPublishedVersion()
Returns the published version of the plugin.
|
String |
getPublisherAboutUrl()
Returns the publisher about url of the plugin.
|
String |
getPublisherSupportUrl()
Returns the publisher support url of the plugin.
|
String |
getShortName()
Returns the short name of the plugin.
|
Date |
getUpdatedAt()
Returns the date the plugin was last updated.
|
Date |
getUpgradedAt()
Returns the date the plugin was last upgraded.
|
boolean |
hasUnpublishedChanges()
Returns
true if the plugin has unpublished changes. |
boolean |
isPublic()
Returns
true if the plugin is public. |
String |
toString()
Returns a string representation of the object.
|
public String getShortName()
public String getDescription()
public String getPublishedVersion()
public boolean isPublic()
true
if the plugin is public.true
if the plugin is publicpublic Date getCreatedAt()
public Date getUpdatedAt()
public Date getUpgradedAt()
public Date getFirstPublishedAt()
public Date getLastPublishedAt()
public Date getFirstEditedAt()
public Date getLastEditedAt()
public boolean hasUnpublishedChanges()
true
if the plugin has unpublished changes.true
if the plugin has unpublished changespublic String getBrandingImageUrl()
public String getPublisherAboutUrl()
public String getPublisherSupportUrl()
public String getDownloadUrl()
Copyright © 2018. All rights reserved.