- All Implemented Interfaces:
Serializable
UserPresence
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
int
Date time is represented as an ISO-8601 string.
A boolean used to tell whether or not to set this presence source as the primary on a PATCH
void
void
void
void
void
void
void
Deprecated - The sourceID field should be used as a replacement.
Represents the ID of a registered source
-
Constructor Details
-
UserPresence
public UserPresence()
-
UserPresence
public UserPresence(Boolean initWithEmptyList)
-
Method Details
-
-
-
-
setName
public void setName(String name)
-
source
Deprecated - The sourceID field should be used as a replacement.
-
-
setSource
public void setSource(String source)
-
sourceId
Represents the ID of a registered source
-
-
setSourceId
public void setSourceId(String sourceId)
-
primary
A boolean used to tell whether or not to set this presence source as the primary on a PATCH
-
-
setPrimary
public void setPrimary(Boolean primary)
-
-
-
-
getFuturePresenceDefinition
-
-
-
setMessage
public void setMessage(String message)
-
modifiedDate
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
-
getModifiedDate
public Date getModifiedDate()
-
setModifiedDate
public void setModifiedDate(Date modifiedDate)
-
-
-
-