Package com.mypurecloud.sdk.v2.model
Class GenerateMeetingIdRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.GenerateMeetingIdRequest
- All Implemented Interfaces:
Serializable
GenerateMeetingIdRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconferenceId(String conferenceId) The conferenceId for which to generate a meetingIdBoolean flag for ephemeral status of the created recordbooleanexpireTimeDays(Integer expireTimeDays) Number of days the meetingId record will remain activeinthashCode()voidsetConferenceId(String conferenceId) voidsetEphemeral(Boolean ephemeral) voidsetExpireTimeDays(Integer expireTimeDays) toString()
-
Constructor Details
-
GenerateMeetingIdRequest
public GenerateMeetingIdRequest() -
GenerateMeetingIdRequest
-
-
Method Details
-
conferenceId
The conferenceId for which to generate a meetingId -
getConferenceId
-
setConferenceId
-
ephemeral
Boolean flag for ephemeral status of the created record -
getEphemeral
-
setEphemeral
-
expireTimeDays
Number of days the meetingId record will remain active -
getExpireTimeDays
-
setExpireTimeDays
-
equals
-
hashCode
public int hashCode() -
toString
-