Package odata.msgraph.client.complex
Class UserExperienceAnalyticsWindows10DevicesSummary
- java.lang.Object
-
- odata.msgraph.client.complex.UserExperienceAnalyticsWindows10DevicesSummary
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class UserExperienceAnalyticsWindows10DevicesSummary extends Object implements com.github.davidmoten.odata.client.ODataType
“The user experience analytics work from anywhere Windows 10 devices summary.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserExperienceAnalyticsWindows10DevicesSummary.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected IntegerunsupportedOSversionDeviceCount
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserExperienceAnalyticsWindows10DevicesSummary()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserExperienceAnalyticsWindows10DevicesSummary.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<Integer>getUnsupportedOSversionDeviceCount()“The count of Windows 10 devices that have unsupported OS versions.StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()UserExperienceAnalyticsWindows10DevicesSummarywithUnmappedField(String name, String value)UserExperienceAnalyticsWindows10DevicesSummarywithUnsupportedOSversionDeviceCount(Integer unsupportedOSversionDeviceCount)Returns an immutable copy ofthiswith just theunsupportedOSversionDeviceCountfield changed.
-
-
-
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
-
unsupportedOSversionDeviceCount
protected Integer unsupportedOSversionDeviceCount
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getUnsupportedOSversionDeviceCount
public Optional<Integer> getUnsupportedOSversionDeviceCount()
“The count of Windows 10 devices that have unsupported OS versions. Read-only.”- Returns:
- property unsupportedOSversionDeviceCount
-
withUnsupportedOSversionDeviceCount
public UserExperienceAnalyticsWindows10DevicesSummary withUnsupportedOSversionDeviceCount(Integer unsupportedOSversionDeviceCount)
Returns an immutable copy ofthiswith just theunsupportedOSversionDeviceCountfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The count of Windows 10 devices that have unsupported OS versions. Read-only.”
- Parameters:
unsupportedOSversionDeviceCount- new value ofunsupportedOSversionDeviceCountfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theunsupportedOSversionDeviceCountfield changed
-
withUnmappedField
public UserExperienceAnalyticsWindows10DevicesSummary 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 UserExperienceAnalyticsWindows10DevicesSummary.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
-
-