public final class SiteExtensionInfoInner extends ProxyOnlyResource
| Constructor and Description |
|---|
SiteExtensionInfoInner() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
authors()
Get the authors property: List of authors.
|
String |
comment()
Get the comment property: Site Extension comment.
|
String |
description()
Get the description property: Detailed description.
|
Integer |
downloadCount()
Get the downloadCount property: Count of downloads.
|
String |
extensionId()
Get the extensionId property: Site extension ID.
|
SiteExtensionType |
extensionType()
Get the extensionType property: Site extension type.
|
String |
extensionUrl()
Get the extensionUrl property: Extension URL.
|
String |
feedUrl()
Get the feedUrl property: Feed URL.
|
String |
iconUrl()
Get the iconUrl property: Icon URL.
|
OffsetDateTime |
installedDateTime()
Get the installedDateTime property: Installed timestamp.
|
String |
installerCommandLineParams()
Get the installerCommandLineParams property: Installer command line parameters.
|
String |
licenseUrl()
Get the licenseUrl property: License URL.
|
Boolean |
localIsLatestVersion()
Get the localIsLatestVersion property: <code>true</code> if the local version is the latest version;
<code>false</code> otherwise.
|
String |
localPath()
Get the localPath property: Local path.
|
String |
projectUrl()
Get the projectUrl property: Project URL.
|
String |
provisioningState()
Get the provisioningState property: Provisioning state.
|
OffsetDateTime |
publishedDateTime()
Get the publishedDateTime property: Published timestamp.
|
String |
summary()
Get the summary property: Summary description.
|
String |
title()
Get the title property: The title property.
|
void |
validate()
Validates the instance.
|
String |
version()
Get the version property: Version information.
|
SiteExtensionInfoInner |
withAuthors(List<String> authors)
Set the authors property: List of authors.
|
SiteExtensionInfoInner |
withComment(String comment)
Set the comment property: Site Extension comment.
|
SiteExtensionInfoInner |
withDescription(String description)
Set the description property: Detailed description.
|
SiteExtensionInfoInner |
withDownloadCount(Integer downloadCount)
Set the downloadCount property: Count of downloads.
|
SiteExtensionInfoInner |
withExtensionId(String extensionId)
Set the extensionId property: Site extension ID.
|
SiteExtensionInfoInner |
withExtensionType(SiteExtensionType extensionType)
Set the extensionType property: Site extension type.
|
SiteExtensionInfoInner |
withExtensionUrl(String extensionUrl)
Set the extensionUrl property: Extension URL.
|
SiteExtensionInfoInner |
withFeedUrl(String feedUrl)
Set the feedUrl property: Feed URL.
|
SiteExtensionInfoInner |
withIconUrl(String iconUrl)
Set the iconUrl property: Icon URL.
|
SiteExtensionInfoInner |
withInstalledDateTime(OffsetDateTime installedDateTime)
Set the installedDateTime property: Installed timestamp.
|
SiteExtensionInfoInner |
withInstallerCommandLineParams(String installerCommandLineParams)
Set the installerCommandLineParams property: Installer command line parameters.
|
SiteExtensionInfoInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
SiteExtensionInfoInner |
withLicenseUrl(String licenseUrl)
Set the licenseUrl property: License URL.
|
SiteExtensionInfoInner |
withLocalIsLatestVersion(Boolean localIsLatestVersion)
Set the localIsLatestVersion property: <code>true</code> if the local version is the latest version;
<code>false</code> otherwise.
|
SiteExtensionInfoInner |
withLocalPath(String localPath)
Set the localPath property: Local path.
|
SiteExtensionInfoInner |
withProjectUrl(String projectUrl)
Set the projectUrl property: Project URL.
|
SiteExtensionInfoInner |
withProvisioningState(String provisioningState)
Set the provisioningState property: Provisioning state.
|
SiteExtensionInfoInner |
withPublishedDateTime(OffsetDateTime publishedDateTime)
Set the publishedDateTime property: Published timestamp.
|
SiteExtensionInfoInner |
withSummary(String summary)
Set the summary property: Summary description.
|
SiteExtensionInfoInner |
withTitle(String title)
Set the title property: The title property.
|
SiteExtensionInfoInner |
withVersion(String version)
Set the version property: Version information.
|
kindpublic SiteExtensionInfoInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String extensionId()
public SiteExtensionInfoInner withExtensionId(String extensionId)
extensionId - the extensionId value to set.public String title()
public SiteExtensionInfoInner withTitle(String title)
title - the title value to set.public SiteExtensionType extensionType()
public SiteExtensionInfoInner withExtensionType(SiteExtensionType extensionType)
extensionType - the extensionType value to set.public String summary()
public SiteExtensionInfoInner withSummary(String summary)
summary - the summary value to set.public String description()
public SiteExtensionInfoInner withDescription(String description)
description - the description value to set.public String version()
public SiteExtensionInfoInner withVersion(String version)
version - the version value to set.public String extensionUrl()
public SiteExtensionInfoInner withExtensionUrl(String extensionUrl)
extensionUrl - the extensionUrl value to set.public String projectUrl()
public SiteExtensionInfoInner withProjectUrl(String projectUrl)
projectUrl - the projectUrl value to set.public String iconUrl()
public SiteExtensionInfoInner withIconUrl(String iconUrl)
iconUrl - the iconUrl value to set.public String licenseUrl()
public SiteExtensionInfoInner withLicenseUrl(String licenseUrl)
licenseUrl - the licenseUrl value to set.public String feedUrl()
public SiteExtensionInfoInner withFeedUrl(String feedUrl)
feedUrl - the feedUrl value to set.public List<String> authors()
public SiteExtensionInfoInner withAuthors(List<String> authors)
authors - the authors value to set.public String installerCommandLineParams()
public SiteExtensionInfoInner withInstallerCommandLineParams(String installerCommandLineParams)
installerCommandLineParams - the installerCommandLineParams value to set.public OffsetDateTime publishedDateTime()
public SiteExtensionInfoInner withPublishedDateTime(OffsetDateTime publishedDateTime)
publishedDateTime - the publishedDateTime value to set.public Integer downloadCount()
public SiteExtensionInfoInner withDownloadCount(Integer downloadCount)
downloadCount - the downloadCount value to set.public Boolean localIsLatestVersion()
public SiteExtensionInfoInner withLocalIsLatestVersion(Boolean localIsLatestVersion)
localIsLatestVersion - the localIsLatestVersion value to set.public String localPath()
public SiteExtensionInfoInner withLocalPath(String localPath)
localPath - the localPath value to set.public OffsetDateTime installedDateTime()
public SiteExtensionInfoInner withInstalledDateTime(OffsetDateTime installedDateTime)
installedDateTime - the installedDateTime value to set.public String provisioningState()
public SiteExtensionInfoInner withProvisioningState(String provisioningState)
provisioningState - the provisioningState value to set.public String comment()
public SiteExtensionInfoInner withComment(String comment)
comment - the comment value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.