public class IMAPIdentity extends NativeObject
Constructor and Description |
---|
IMAPIdentity() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
allInfoKeys()
Returns all infos names.
|
java.lang.String |
infoForKey(java.lang.String key)
Returns a value for a name of an info.
|
java.lang.String |
name()
Returns the name of the software.
|
void |
removeAllInfos()
Clear infos.
|
void |
setInfoForKey(java.lang.String key,
java.lang.String value)
Sets a value of an info.
|
void |
setName(java.lang.String name)
Sets the name of the software.
|
void |
setVendor(java.lang.String vendor)
Sets the vendor.
|
void |
setVersion(java.lang.String version)
Sets the version of the software.
|
java.lang.String |
vendor()
Returns the vendor.
|
java.lang.String |
version()
Returns the version of the software.
|
clone, finalize, initWithNative, readObject, toString, writeObject
public void setVendor(java.lang.String vendor)
public java.lang.String vendor()
public void setName(java.lang.String name)
public java.lang.String name()
public void setVersion(java.lang.String version)
public java.lang.String version()
public void removeAllInfos()
public java.util.List<java.lang.String> allInfoKeys()
public java.lang.String infoForKey(java.lang.String key)
public void setInfoForKey(java.lang.String key, java.lang.String value)