Package odata.msgraph.client.complex
Class AudioConferencing
- java.lang.Object
-
- odata.msgraph.client.complex.AudioConferencing
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AudioConferencing extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAudioConferencing.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringconferenceIdprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringdialinUrlprotected StringodataTypeprotected StringtollFreeNumberprotected List<String>tollFreeNumbersprotected StringtollFreeNumbersNextLinkprotected StringtollNumberprotected List<String>tollNumbersprotected StringtollNumbersNextLinkprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAudioConferencing()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AudioConferencing.Builderbuilder()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>getDialinUrl()Optional<String>getTollFreeNumber()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.CollectionPage<String>getTollNumbers()com.github.davidmoten.odata.client.CollectionPage<String>getTollNumbers(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AudioConferencingwithConferenceId(String conferenceId)AudioConferencingwithDialinUrl(String dialinUrl)AudioConferencingwithTollFreeNumber(String tollFreeNumber)AudioConferencingwithTollNumber(String tollNumber)AudioConferencingwithUnmappedField(String name, Object value)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
conferenceId
protected String conferenceId
-
dialinUrl
protected String dialinUrl
-
tollFreeNumber
protected String tollFreeNumber
-
tollFreeNumbersNextLink
protected String tollFreeNumbersNextLink
-
tollNumber
protected String tollNumber
-
tollNumbersNextLink
protected String tollNumbersNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withConferenceId
public AudioConferencing withConferenceId(String conferenceId)
-
withDialinUrl
public AudioConferencing withDialinUrl(String dialinUrl)
-
withTollFreeNumber
public AudioConferencing withTollFreeNumber(String tollFreeNumber)
-
getTollFreeNumbers
public com.github.davidmoten.odata.client.CollectionPage<String> getTollFreeNumbers()
-
getTollFreeNumbers
public com.github.davidmoten.odata.client.CollectionPage<String> getTollFreeNumbers(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withTollNumber
public AudioConferencing withTollNumber(String tollNumber)
-
getTollNumbers
public com.github.davidmoten.odata.client.CollectionPage<String> getTollNumbers()
-
getTollNumbers
public com.github.davidmoten.odata.client.CollectionPage<String> getTollNumbers(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public AudioConferencing withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static AudioConferencing.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-