public final class JoinCallOptions extends Object
| Constructor and Description |
|---|
JoinCallOptions(String callbackUri,
List<MediaType> requestedMediaTypes,
List<EventSubscriptionType> requestedCallEvents)
Initializes a new instance of JoinCallOptions.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackUri()
Get the callbackUri property: The callback URI.
|
List<EventSubscriptionType> |
getRequestedCallEvents()
Get the requestedCallEvents property: The requested call events to subscribe
to.
|
List<MediaType> |
getRequestedMediaTypes()
Get the requestedMediaTypes property: The requested MediaTypes.
|
String |
getSubject()
Get the subject property: The subject.
|
JoinCallOptions |
setCallbackUri(String callbackUri)
Set the callbackUri property: The callback URI.
|
JoinCallOptions |
setRequestedCallEvents(List<EventSubscriptionType> requestedCallEvents)
Set the requestedCallEvents property: The requested call events to subscribe
to.
|
JoinCallOptions |
setRequestedMediaTypes(List<MediaType> requestedMediaTypes)
Set the requestedMediaTypes property: The requested MediaTypes.
|
JoinCallOptions |
setSubject(String subject)
Set the subject property: The subject.
|
public JoinCallOptions(String callbackUri, List<MediaType> requestedMediaTypes, List<EventSubscriptionType> requestedCallEvents)
callbackUri - the callback URI.requestedMediaTypes - the requested media types.requestedCallEvents - the requested call events to subscribe to.IllegalArgumentException - if any parameters are null.public String getSubject()
public JoinCallOptions setSubject(String subject)
subject - the subject value to set.public String getCallbackUri()
public JoinCallOptions setCallbackUri(String callbackUri)
callbackUri - the callbackUri value to set.public List<MediaType> getRequestedMediaTypes()
public JoinCallOptions setRequestedMediaTypes(List<MediaType> requestedMediaTypes)
requestedMediaTypes - the requestedModalities value to set.public List<EventSubscriptionType> getRequestedCallEvents()
public JoinCallOptions setRequestedCallEvents(List<EventSubscriptionType> requestedCallEvents)
requestedCallEvents - the requestedCallEvents value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.