Package com.mypurecloud.sdk.v2.model
Class SIPSearchPublicRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.SIPSearchPublicRequest
- All Implemented Interfaces:
Serializable
SIPSearchPublicRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionunique identification of the placed callconversationId(String conversationId) Unique identification of the conversationEnd date of the search.Start date of the search.booleanSIP user who placed the callgetId()getName()inthashCode()participantId(String participantId) Unique identification of the participantvoidvoidsetConversationId(String conversationId) voidsetDateEnd(Date dateEnd) voidsetDateStart(Date dateStart) voidsetFromUser(String fromUser) voidvoidsetParticipantId(String participantId) voidtoString()SIP user to who the call was placed
-
Constructor Details
-
SIPSearchPublicRequest
public SIPSearchPublicRequest() -
SIPSearchPublicRequest
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
callId
unique identification of the placed call -
getCallId
-
setCallId
-
toUser
SIP user to who the call was placed -
getToUser
-
setToUser
-
fromUser
SIP user who placed the call -
getFromUser
-
setFromUser
-
conversationId
Unique identification of the conversation -
getConversationId
-
setConversationId
-
participantId
Unique identification of the participant -
getParticipantId
-
setParticipantId
-
dateStart
Start date of the search. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
dateEnd
End date of the search. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateEnd
-
setDateEnd
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-