public class WebExtensionReference
extends java.lang.Object
To learn more, visit the Work with Office Add-ins documentation article.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Identifier associated with the web extension within a catalog provider.
|
java.lang.String |
getStore()
Specifies the instance of the marketplace where the web extension is stored.
|
int |
getStoreType()
Specifies the type of marketplace.
|
java.lang.String |
getVersion()
Specifies the version of the web extension.
|
void |
setId(java.lang.String value)
Identifier associated with the web extension within a catalog provider.
|
void |
setStore(java.lang.String value)
Specifies the instance of the marketplace where the web extension is stored.
|
void |
setStoreType(int value)
Specifies the type of marketplace.
|
void |
setVersion(java.lang.String value)
Specifies the version of the web extension.
|
public java.lang.String getId()
String value.public void setId(java.lang.String value)
value - The corresponding String value.public java.lang.String getVersion()
String value.public void setVersion(java.lang.String value)
value - The corresponding String value.public java.lang.String getStore()
String value.public void setStore(java.lang.String value)
value - The corresponding String value.public int getStoreType()
int value. The returned value is one of WebExtensionStoreType constants.public void setStoreType(int value)
value - The corresponding int value. The value must be one of WebExtensionStoreType constants.