Package odata.msgraph.client.beta.entity
Class SkypeForBusinessDeviceUsageDistributionUserCounts
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.SkypeForBusinessDeviceUsageDistributionUserCounts
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class SkypeForBusinessDeviceUsageDistributionUserCounts extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSkypeForBusinessDeviceUsageDistributionUserCounts.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegerandroidPhoneprotected IntegeriPadprotected IntegeriPhoneprotected StringreportPeriodprotected LocalDatereportRefreshDateprotected Integerwindowsprotected IntegerwindowsPhone-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSkypeForBusinessDeviceUsageDistributionUserCounts()
-
Method Summary
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderSkypeForBusinessDeviceUsageDistributionUserCounts
public static SkypeForBusinessDeviceUsageDistributionUserCounts.Builder builderSkypeForBusinessDeviceUsageDistributionUserCounts()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withAndroidPhone
public SkypeForBusinessDeviceUsageDistributionUserCounts withAndroidPhone(Integer androidPhone)
-
withIPad
public SkypeForBusinessDeviceUsageDistributionUserCounts withIPad(Integer iPad)
-
withIPhone
public SkypeForBusinessDeviceUsageDistributionUserCounts withIPhone(Integer iPhone)
-
withReportPeriod
public SkypeForBusinessDeviceUsageDistributionUserCounts withReportPeriod(String reportPeriod)
-
withReportRefreshDate
public SkypeForBusinessDeviceUsageDistributionUserCounts withReportRefreshDate(LocalDate reportRefreshDate)
-
withWindows
public SkypeForBusinessDeviceUsageDistributionUserCounts withWindows(Integer windows)
-
withWindowsPhone
public SkypeForBusinessDeviceUsageDistributionUserCounts withWindowsPhone(Integer windowsPhone)
-
withUnmappedField
public SkypeForBusinessDeviceUsageDistributionUserCounts withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public SkypeForBusinessDeviceUsageDistributionUserCounts patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public SkypeForBusinessDeviceUsageDistributionUserCounts put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-