Uses of Class
odata.msgraph.client.beta.complex.OfficeUserCheckinSummary
-
Packages that use OfficeUserCheckinSummary Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of OfficeUserCheckinSummary in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return OfficeUserCheckinSummary Modifier and Type Method Description OfficeUserCheckinSummaryOfficeUserCheckinSummary.Builder. build()OfficeUserCheckinSummaryOfficeUserCheckinSummary. withFailedUserCount(Integer failedUserCount)OfficeUserCheckinSummaryOfficeUserCheckinSummary. withSucceededUserCount(Integer succeededUserCount)OfficeUserCheckinSummaryOfficeUserCheckinSummary. withUnmappedField(String name, String value) -
Uses of OfficeUserCheckinSummary in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as OfficeUserCheckinSummary Modifier and Type Field Description protected OfficeUserCheckinSummaryOfficeConfiguration. tenantUserCheckinSummaryprotected OfficeUserCheckinSummaryOfficeClientConfiguration. userCheckinSummaryMethods in odata.msgraph.client.beta.entity that return types with arguments of type OfficeUserCheckinSummary Modifier and Type Method Description Optional<OfficeUserCheckinSummary>OfficeConfiguration. getTenantUserCheckinSummary()Optional<OfficeUserCheckinSummary>OfficeClientConfiguration. getUserCheckinSummary()Methods in odata.msgraph.client.beta.entity with parameters of type OfficeUserCheckinSummary Modifier and Type Method Description OfficeConfiguration.BuilderOfficeConfiguration.Builder. tenantUserCheckinSummary(OfficeUserCheckinSummary tenantUserCheckinSummary)WindowsOfficeClientConfiguration.BuilderWindowsOfficeClientConfiguration.Builder. userCheckinSummary(OfficeUserCheckinSummary userCheckinSummary)WindowsOfficeClientSecurityConfiguration.BuilderWindowsOfficeClientSecurityConfiguration.Builder. userCheckinSummary(OfficeUserCheckinSummary userCheckinSummary)OfficeConfigurationOfficeConfiguration. withTenantUserCheckinSummary(OfficeUserCheckinSummary tenantUserCheckinSummary)OfficeClientConfigurationOfficeClientConfiguration. withUserCheckinSummary(OfficeUserCheckinSummary userCheckinSummary)
-