Uses of Class
odata.msgraph.client.beta.entity.Office365GroupsActivityStorage
-
Packages that use Office365GroupsActivityStorage Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of Office365GroupsActivityStorage in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Office365GroupsActivityStorage Modifier and Type Method Description Office365GroupsActivityStorageOffice365GroupsActivityStorage.Builder. build()Office365GroupsActivityStorageOffice365GroupsActivityStorage. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.Office365GroupsActivityStorageOffice365GroupsActivityStorage. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).Office365GroupsActivityStorageOffice365GroupsActivityStorage. withMailboxStorageUsedInBytes(Long mailboxStorageUsedInBytes)Office365GroupsActivityStorageOffice365GroupsActivityStorage. withReportDate(LocalDate reportDate)Office365GroupsActivityStorageOffice365GroupsActivityStorage. withReportPeriod(String reportPeriod)Office365GroupsActivityStorageOffice365GroupsActivityStorage. withReportRefreshDate(LocalDate reportRefreshDate)Office365GroupsActivityStorageOffice365GroupsActivityStorage. withSiteStorageUsedInBytes(Long siteStorageUsedInBytes)Office365GroupsActivityStorageOffice365GroupsActivityStorage. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type Office365GroupsActivityStorage Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Office365GroupsActivityStorage>ReportRoot. getOffice365GroupsActivityStorage(String period) -
Uses of Office365GroupsActivityStorage in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type Office365GroupsActivityStorage Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Office365GroupsActivityStorage>ReportRootRequest. getOffice365GroupsActivityStorage(String period)
-