public class Conferences extends BaseModelObject
/v1/users/{userId}/conferences| Modifier and Type | Class and Description |
|---|---|
class |
Conferences.NewConferenceBuilder |
client, dateFormat, parentUri, properties| Constructor and Description |
|---|
Conferences(BandwidthRestClient client,
String parentUri) |
| Modifier and Type | Method and Description |
|---|---|
Conference |
getConference(String id)
Retrieves the conference information.
|
protected String |
getUri() |
Conferences.NewConferenceBuilder |
newConferenceBuilder()
Creates builder for creating a conference with no members.
|
getId, getProperty, getPropertyAsBoolean, getPropertyAsDate, getPropertyAsDouble, getPropertyAsLong, getPropertyAsString, getPropertyAsStringArray, putProperty, toMap, updatePropertiespublic Conferences(BandwidthRestClient client, String parentUri)
public Conference getConference(String id) throws IOException
id - conference idIOExceptionpublic Conferences.NewConferenceBuilder newConferenceBuilder()
Conference conference = conferences.newConferenceBuilder().from("{number}").create();protected String getUri()
getUri in class BaseModelObjectCopyright © 2014. All rights reserved.