public class OnlineMeetingInfo extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
OnlineMeetingInfo.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
conferenceId |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
joinUrl |
protected String |
odataType |
protected List<Phone> |
phones |
protected String |
phonesNextLink |
protected String |
quickDial |
protected List<String> |
tollFreeNumbers |
protected String |
tollFreeNumbersNextLink |
protected String |
tollNumber |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
OnlineMeetingInfo() |
| Modifier and Type | Method and Description |
|---|---|
static OnlineMeetingInfo.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getConferenceId() |
Optional<String> |
getJoinUrl() |
com.github.davidmoten.odata.client.CollectionPage<Phone> |
getPhones() |
com.github.davidmoten.odata.client.CollectionPage<Phone> |
getPhones(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getQuickDial() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getTollFreeNumbers() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getTollFreeNumbers(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getTollNumber() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
OnlineMeetingInfo |
withConferenceId(String conferenceId) |
OnlineMeetingInfo |
withJoinUrl(String joinUrl) |
OnlineMeetingInfo |
withQuickDial(String quickDial) |
OnlineMeetingInfo |
withTollNumber(String tollNumber) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String joinUrl
protected String conferenceId
protected String tollNumber
protected String tollFreeNumbersNextLink
protected String quickDial
protected String phonesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic OnlineMeetingInfo withJoinUrl(String joinUrl)
public OnlineMeetingInfo withConferenceId(String conferenceId)
public OnlineMeetingInfo withTollNumber(String tollNumber)
public com.github.davidmoten.odata.client.CollectionPage<String> getTollFreeNumbers()
public com.github.davidmoten.odata.client.CollectionPage<String> getTollFreeNumbers(com.github.davidmoten.odata.client.HttpRequestOptions options)
public OnlineMeetingInfo withQuickDial(String quickDial)
public com.github.davidmoten.odata.client.CollectionPage<Phone> getPhones()
public com.github.davidmoten.odata.client.CollectionPage<Phone> getPhones(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static OnlineMeetingInfo.Builder builder()
Copyright © 2018–2020. All rights reserved.