Device solutions
End to end solutions
Product accelerators
Get Started
APIs
IoT Devices
Version 1.9 - Updated on 02/14/2017
public interface IM extends Item
Stores Instant Message account information.
String getAddress()
String getType()
int getPreference()
class Builder
Class used to build IMinformation to create or update a contact.
IM
public Builder ()
Constructor used to create an empty IM builder.
public Builder (IM im)
Constructor used to create an IM builder with pre-populated IM values.
im
getContacts
public void setType(String type)
Sets the type of the IM. Supported values are:
other
type
public void setPreference(int preference)
Sets the preference if the IM. Lower numbers indicate a higher preference.
preference
public void setAddress(String address)
Sets the IM address.
address
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.