public class Member extends NextGenInstanceResource<TwilioIPMessagingClient>
| Constructor and Description |
|---|
Member(TwilioIPMessagingClient client,
Map<String,Object> properties) |
Member(TwilioIPMessagingClient client,
String serviceSid,
String channelSid,
String sid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete()
Deletes the channel
|
String |
getAccountSid()
The account sid that owns this member
|
String |
getChannelSid()
The channel sid that is associated to this member
|
Calendar |
getDateCreated()
The date when this user was created
|
Calendar |
getDateUpdated()
The date when this user was updated
|
String |
getIdentity()
The identity of this member
|
Integer |
getLastConsumedMessageIndex()
Returns the last message index consumed by the member
|
Calendar |
getLastConsumptionTimestamp()
Returns the Member's last message consumption time stamp
|
String |
getRoleSid()
The role sid for this member
|
String |
getServiceSid()
The service sid that is associated to this member
|
String |
getSid()
The unique identifier for this member
|
String |
getUrl()
Absolute url of this user
|
getCastedObject, getObject, getProperty, getPropertyAsInteger, toJSON, update, updatesetRequestAccountSidpublic Member(TwilioIPMessagingClient client, Map<String,Object> properties)
public Member(TwilioIPMessagingClient client, String serviceSid, String channelSid, String sid)
public String getSid()
public String getAccountSid()
public String getServiceSid()
public String getChannelSid()
public String getIdentity()
public String getRoleSid()
public Integer getLastConsumedMessageIndex()
public Calendar getLastConsumptionTimestamp()
public Calendar getDateCreated()
public Calendar getDateUpdated()
public String getUrl()
public boolean delete()
throws TwilioRestException
TwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.