Uses of Class
odata.msgraph.client.beta.entity.Office365ActivationsUserCounts
-
Packages that use Office365ActivationsUserCounts Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of Office365ActivationsUserCounts in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Office365ActivationsUserCounts Modifier and Type Method Description Office365ActivationsUserCountsOffice365ActivationsUserCounts.Builder. build()Office365ActivationsUserCountsOffice365ActivationsUserCounts. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.Office365ActivationsUserCountsOffice365ActivationsUserCounts. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).Office365ActivationsUserCountsOffice365ActivationsUserCounts. withActivated(Long activated)Office365ActivationsUserCountsOffice365ActivationsUserCounts. withAssigned(Long assigned)Office365ActivationsUserCountsOffice365ActivationsUserCounts. withProductType(String productType)Office365ActivationsUserCountsOffice365ActivationsUserCounts. withReportRefreshDate(LocalDate reportRefreshDate)Office365ActivationsUserCountsOffice365ActivationsUserCounts. withSharedComputerActivation(Long sharedComputerActivation)Office365ActivationsUserCountsOffice365ActivationsUserCounts. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type Office365ActivationsUserCounts Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Office365ActivationsUserCounts>ReportRoot. getOffice365ActivationsUserCounts() -
Uses of Office365ActivationsUserCounts in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type Office365ActivationsUserCounts Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Office365ActivationsUserCounts>ReportRootRequest. getOffice365ActivationsUserCounts()
-