public class Office365ActiveUserDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Office365ActiveUserDetail.Builder |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Office365ActiveUserDetail() |
protected LocalDate reportRefreshDate
protected String userPrincipalName
protected String displayName
protected Boolean isDeleted
protected LocalDate deletedDate
protected Boolean hasExchangeLicense
protected Boolean hasOneDriveLicense
protected Boolean hasSharePointLicense
protected Boolean hasSkypeForBusinessLicense
protected Boolean hasYammerLicense
protected Boolean hasTeamsLicense
protected LocalDate exchangeLastActivityDate
protected LocalDate oneDriveLastActivityDate
protected LocalDate sharePointLastActivityDate
protected LocalDate skypeForBusinessLastActivityDate
protected LocalDate yammerLastActivityDate
protected LocalDate teamsLastActivityDate
protected LocalDate exchangeLicenseAssignDate
protected LocalDate oneDriveLicenseAssignDate
protected LocalDate sharePointLicenseAssignDate
protected LocalDate skypeForBusinessLicenseAssignDate
protected LocalDate yammerLicenseAssignDate
protected LocalDate teamsLicenseAssignDate
protected String assignedProductsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Office365ActiveUserDetail.Builder builderOffice365ActiveUserDetail()
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 Office365ActiveUserDetail withReportRefreshDate(LocalDate reportRefreshDate)
public Office365ActiveUserDetail withUserPrincipalName(String userPrincipalName)
public Office365ActiveUserDetail withDisplayName(String displayName)
public Office365ActiveUserDetail withIsDeleted(Boolean isDeleted)
public Office365ActiveUserDetail withDeletedDate(LocalDate deletedDate)
public Office365ActiveUserDetail withHasExchangeLicense(Boolean hasExchangeLicense)
public Office365ActiveUserDetail withHasOneDriveLicense(Boolean hasOneDriveLicense)
public Office365ActiveUserDetail withHasSharePointLicense(Boolean hasSharePointLicense)
public Office365ActiveUserDetail withHasSkypeForBusinessLicense(Boolean hasSkypeForBusinessLicense)
public Office365ActiveUserDetail withHasYammerLicense(Boolean hasYammerLicense)
public Office365ActiveUserDetail withHasTeamsLicense(Boolean hasTeamsLicense)
public Office365ActiveUserDetail withExchangeLastActivityDate(LocalDate exchangeLastActivityDate)
public Office365ActiveUserDetail withOneDriveLastActivityDate(LocalDate oneDriveLastActivityDate)
public Office365ActiveUserDetail withSharePointLastActivityDate(LocalDate sharePointLastActivityDate)
public Optional<LocalDate> getSkypeForBusinessLastActivityDate()
public Office365ActiveUserDetail withSkypeForBusinessLastActivityDate(LocalDate skypeForBusinessLastActivityDate)
public Office365ActiveUserDetail withYammerLastActivityDate(LocalDate yammerLastActivityDate)
public Office365ActiveUserDetail withTeamsLastActivityDate(LocalDate teamsLastActivityDate)
public Office365ActiveUserDetail withExchangeLicenseAssignDate(LocalDate exchangeLicenseAssignDate)
public Office365ActiveUserDetail withOneDriveLicenseAssignDate(LocalDate oneDriveLicenseAssignDate)
public Office365ActiveUserDetail withSharePointLicenseAssignDate(LocalDate sharePointLicenseAssignDate)
public Optional<LocalDate> getSkypeForBusinessLicenseAssignDate()
public Office365ActiveUserDetail withSkypeForBusinessLicenseAssignDate(LocalDate skypeForBusinessLicenseAssignDate)
public Office365ActiveUserDetail withYammerLicenseAssignDate(LocalDate yammerLicenseAssignDate)
public Office365ActiveUserDetail withTeamsLicenseAssignDate(LocalDate teamsLicenseAssignDate)
public com.github.davidmoten.odata.client.CollectionPage<String> getAssignedProducts()
public com.github.davidmoten.odata.client.CollectionPage<String> getAssignedProducts(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Office365ActiveUserDetail patch()
this with changed fields reset.public Office365ActiveUserDetail put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.