public class UserActivationCounts extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
UserActivationCounts.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
activatedOnSharedComputer |
protected Long |
android |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Long |
ios |
protected LocalDate |
lastActivatedDate |
protected Long |
mac |
protected String |
odataType |
protected String |
productType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Long |
windows |
protected Long |
windows10Mobile |
| Modifier | Constructor and Description |
|---|---|
protected |
UserActivationCounts() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String productType
protected LocalDate lastActivatedDate
protected Long windows
protected Long mac
protected Long windows10Mobile
protected Long ios
protected Long android
protected Boolean activatedOnSharedComputer
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic UserActivationCounts withProductType(String productType)
public UserActivationCounts withLastActivatedDate(LocalDate lastActivatedDate)
public UserActivationCounts withWindows(Long windows)
public UserActivationCounts withMac(Long mac)
public UserActivationCounts withWindows10Mobile(Long windows10Mobile)
public UserActivationCounts withIos(Long ios)
public UserActivationCounts withAndroid(Long android)
public UserActivationCounts withActivatedOnSharedComputer(Boolean activatedOnSharedComputer)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static UserActivationCounts.Builder builder()
Copyright © 2018–2020. All rights reserved.