Class TeamworkPeripheralsHealth
- java.lang.Object
-
- odata.msgraph.client.beta.complex.TeamworkPeripheralsHealth
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TeamworkPeripheralsHealth extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamworkPeripheralsHealth.Builder
-
Field Summary
Fields Modifier and Type Field Description protected TeamworkPeripheralHealthcommunicationSpeakerHealthprotected TeamworkPeripheralHealthcontentCameraHealthprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected List<TeamworkPeripheralHealth>displayHealthCollectionprotected StringdisplayHealthCollectionNextLinkprotected TeamworkPeripheralHealthmicrophoneHealthprotected StringodataTypeprotected TeamworkPeripheralHealthroomCameraHealthprotected TeamworkPeripheralHealthspeakerHealthprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedTeamworkPeripheralsHealth()
-
Method Summary
-
-
-
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
-
communicationSpeakerHealth
protected TeamworkPeripheralHealth communicationSpeakerHealth
-
contentCameraHealth
protected TeamworkPeripheralHealth contentCameraHealth
-
displayHealthCollection
protected List<TeamworkPeripheralHealth> displayHealthCollection
-
displayHealthCollectionNextLink
protected String displayHealthCollectionNextLink
-
microphoneHealth
protected TeamworkPeripheralHealth microphoneHealth
-
roomCameraHealth
protected TeamworkPeripheralHealth roomCameraHealth
-
speakerHealth
protected TeamworkPeripheralHealth speakerHealth
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getCommunicationSpeakerHealth
public Optional<TeamworkPeripheralHealth> getCommunicationSpeakerHealth()
-
withCommunicationSpeakerHealth
public TeamworkPeripheralsHealth withCommunicationSpeakerHealth(TeamworkPeripheralHealth communicationSpeakerHealth)
-
getContentCameraHealth
public Optional<TeamworkPeripheralHealth> getContentCameraHealth()
-
withContentCameraHealth
public TeamworkPeripheralsHealth withContentCameraHealth(TeamworkPeripheralHealth contentCameraHealth)
-
getDisplayHealthCollection
public com.github.davidmoten.odata.client.CollectionPage<TeamworkPeripheralHealth> getDisplayHealthCollection()
-
getDisplayHealthCollection
public com.github.davidmoten.odata.client.CollectionPage<TeamworkPeripheralHealth> getDisplayHealthCollection(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getMicrophoneHealth
public Optional<TeamworkPeripheralHealth> getMicrophoneHealth()
-
withMicrophoneHealth
public TeamworkPeripheralsHealth withMicrophoneHealth(TeamworkPeripheralHealth microphoneHealth)
-
getRoomCameraHealth
public Optional<TeamworkPeripheralHealth> getRoomCameraHealth()
-
withRoomCameraHealth
public TeamworkPeripheralsHealth withRoomCameraHealth(TeamworkPeripheralHealth roomCameraHealth)
-
getSpeakerHealth
public Optional<TeamworkPeripheralHealth> getSpeakerHealth()
-
withSpeakerHealth
public TeamworkPeripheralsHealth withSpeakerHealth(TeamworkPeripheralHealth speakerHealth)
-
withUnmappedField
public TeamworkPeripheralsHealth withUnmappedField(String name, String 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 TeamworkPeripheralsHealth.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
-
-