Class TeamworkDisplayScreenConfiguration
- java.lang.Object
-
- odata.msgraph.client.beta.complex.TeamworkDisplayScreenConfiguration
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TeamworkDisplayScreenConfiguration extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamworkDisplayScreenConfiguration.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegerbacklightBrightnessprotected DurationbacklightTimeoutprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected BooleanisHighContrastEnabledprotected BooleanisScreensaverEnabledprotected StringodataTypeprotected DurationscreensaverTimeoutprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedTeamworkDisplayScreenConfiguration()
-
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
-
backlightBrightness
protected Integer backlightBrightness
-
backlightTimeout
protected Duration backlightTimeout
-
isHighContrastEnabled
protected Boolean isHighContrastEnabled
-
isScreensaverEnabled
protected Boolean isScreensaverEnabled
-
screensaverTimeout
protected Duration screensaverTimeout
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withBacklightBrightness
public TeamworkDisplayScreenConfiguration withBacklightBrightness(Integer backlightBrightness)
-
withBacklightTimeout
public TeamworkDisplayScreenConfiguration withBacklightTimeout(Duration backlightTimeout)
-
withIsHighContrastEnabled
public TeamworkDisplayScreenConfiguration withIsHighContrastEnabled(Boolean isHighContrastEnabled)
-
withIsScreensaverEnabled
public TeamworkDisplayScreenConfiguration withIsScreensaverEnabled(Boolean isScreensaverEnabled)
-
withScreensaverTimeout
public TeamworkDisplayScreenConfiguration withScreensaverTimeout(Duration screensaverTimeout)
-
withUnmappedField
public TeamworkDisplayScreenConfiguration 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 TeamworkDisplayScreenConfiguration.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
-
-