Uses of Class
odata.msgraph.client.beta.complex.OfficeClientCheckinStatus
-
Packages that use OfficeClientCheckinStatus Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of OfficeClientCheckinStatus in odata.msgraph.client.beta.complex
-
Uses of OfficeClientCheckinStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type OfficeClientCheckinStatus Modifier and Type Field Description protected List<OfficeClientCheckinStatus>OfficeClientConfiguration. checkinStatusesprotected List<OfficeClientCheckinStatus>OfficeConfiguration. tenantCheckinStatusesMethods in odata.msgraph.client.beta.entity that return types with arguments of type OfficeClientCheckinStatus Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<OfficeClientCheckinStatus>OfficeClientConfiguration. getCheckinStatuses()com.github.davidmoten.odata.client.CollectionPage<OfficeClientCheckinStatus>OfficeClientConfiguration. getCheckinStatuses(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<OfficeClientCheckinStatus>OfficeConfiguration. getTenantCheckinStatuses()com.github.davidmoten.odata.client.CollectionPage<OfficeClientCheckinStatus>OfficeConfiguration. getTenantCheckinStatuses(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type OfficeClientCheckinStatus Modifier and Type Method Description WindowsOfficeClientConfiguration.BuilderWindowsOfficeClientConfiguration.Builder. checkinStatuses(OfficeClientCheckinStatus... checkinStatuses)WindowsOfficeClientSecurityConfiguration.BuilderWindowsOfficeClientSecurityConfiguration.Builder. checkinStatuses(OfficeClientCheckinStatus... checkinStatuses)OfficeConfiguration.BuilderOfficeConfiguration.Builder. tenantCheckinStatuses(OfficeClientCheckinStatus... tenantCheckinStatuses)Method parameters in odata.msgraph.client.beta.entity with type arguments of type OfficeClientCheckinStatus Modifier and Type Method Description WindowsOfficeClientConfiguration.BuilderWindowsOfficeClientConfiguration.Builder. checkinStatuses(List<OfficeClientCheckinStatus> checkinStatuses)WindowsOfficeClientSecurityConfiguration.BuilderWindowsOfficeClientSecurityConfiguration.Builder. checkinStatuses(List<OfficeClientCheckinStatus> checkinStatuses)OfficeConfiguration.BuilderOfficeConfiguration.Builder. tenantCheckinStatuses(List<OfficeClientCheckinStatus> tenantCheckinStatuses)OfficeClientConfigurationOfficeClientConfiguration. withCheckinStatuses(List<OfficeClientCheckinStatus> checkinStatuses)OfficeConfigurationOfficeConfiguration. withTenantCheckinStatuses(List<OfficeClientCheckinStatus> tenantCheckinStatuses)
-