Class UserActivationCounts
- java.lang.Object
-
- odata.msgraph.client.beta.complex.UserActivationCounts
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class UserActivationCounts extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserActivationCounts.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanactivatedOnSharedComputerprotected Longandroidprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Longiosprotected LocalDatelastActivatedDateprotected Longmacprotected StringodataTypeprotected StringproductTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected Longwindowsprotected Longwindows10Mobile
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserActivationCounts()
-
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
-
activatedOnSharedComputer
protected Boolean activatedOnSharedComputer
-
android
protected Long android
-
ios
protected Long ios
-
lastActivatedDate
protected LocalDate lastActivatedDate
-
mac
protected Long mac
-
productType
protected String productType
-
windows
protected Long windows
-
windows10Mobile
protected Long windows10Mobile
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withActivatedOnSharedComputer
public UserActivationCounts withActivatedOnSharedComputer(Boolean activatedOnSharedComputer)
-
withAndroid
public UserActivationCounts withAndroid(Long android)
-
withIos
public UserActivationCounts withIos(Long ios)
-
withLastActivatedDate
public UserActivationCounts withLastActivatedDate(LocalDate lastActivatedDate)
-
withMac
public UserActivationCounts withMac(Long mac)
-
withProductType
public UserActivationCounts withProductType(String productType)
-
withWindows
public UserActivationCounts withWindows(Long windows)
-
withWindows10Mobile
public UserActivationCounts withWindows10Mobile(Long windows10Mobile)
-
withUnmappedField
public UserActivationCounts 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 UserActivationCounts.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
-
-