@ThingworxExtensionApiClass(since={6,6}) public interface IAvatar
Modifier and Type | Method and Description |
---|---|
ImagePrimitive |
GetAvatar() |
byte[] |
getAvatarContent() |
void |
SetAvatar(byte[] content) |
@ThingworxExtensionApiMethod(since={6,6}) ImagePrimitive GetAvatar() throws java.lang.Exception
java.lang.Exception
- If an error occurs@ThingworxExtensionApiMethod(since={6,6}) void SetAvatar(byte[] content) throws java.lang.Exception
java.lang.Exception
- If an error occurs@ThingworxExtensionApiMethod(since={6,6}) byte[] getAvatarContent() throws java.lang.Exception
java.lang.Exception
- If an error occurs