public class Office365ActivationsUserCounts extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Office365ActivationsUserCounts.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
activated |
protected Long |
assigned |
protected String |
productType |
protected LocalDate |
reportRefreshDate |
protected Long |
sharedComputerActivation |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Office365ActivationsUserCounts() |
| Modifier and Type | Method and Description |
|---|---|
static Office365ActivationsUserCounts.Builder |
builderOffice365ActivationsUserCounts()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Long> |
getActivated() |
Optional<Long> |
getAssigned() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getProductType() |
Optional<LocalDate> |
getReportRefreshDate() |
Optional<Long> |
getSharedComputerActivation() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Office365ActivationsUserCounts |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Office365ActivationsUserCounts |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Office365ActivationsUserCounts |
withActivated(Long activated) |
Office365ActivationsUserCounts |
withAssigned(Long assigned) |
Office365ActivationsUserCounts |
withProductType(String productType) |
Office365ActivationsUserCounts |
withReportRefreshDate(LocalDate reportRefreshDate) |
Office365ActivationsUserCounts |
withSharedComputerActivation(Long sharedComputerActivation) |
protected LocalDate reportRefreshDate
protected String productType
protected Long assigned
protected Long activated
protected Long sharedComputerActivation
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Office365ActivationsUserCounts.Builder builderOffice365ActivationsUserCounts()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Office365ActivationsUserCounts withReportRefreshDate(LocalDate reportRefreshDate)
public Office365ActivationsUserCounts withProductType(String productType)
public Office365ActivationsUserCounts withAssigned(Long assigned)
public Office365ActivationsUserCounts withActivated(Long activated)
public Office365ActivationsUserCounts withSharedComputerActivation(Long sharedComputerActivation)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Office365ActivationsUserCounts patch()
this with changed fields reset.public Office365ActivationsUserCounts put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.