Uses of Class
odata.msgraph.client.complex.IdleSessionSignOut
-
Packages that use IdleSessionSignOut Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of IdleSessionSignOut in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return IdleSessionSignOut Modifier and Type Method Description IdleSessionSignOutIdleSessionSignOut.Builder. build()IdleSessionSignOutIdleSessionSignOut. withIsEnabled(Boolean isEnabled)IdleSessionSignOutIdleSessionSignOut. withSignOutAfterInSeconds(Long signOutAfterInSeconds)IdleSessionSignOutIdleSessionSignOut. withUnmappedField(String name, Object value)IdleSessionSignOutIdleSessionSignOut. withWarnAfterInSeconds(Long warnAfterInSeconds) -
Uses of IdleSessionSignOut in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as IdleSessionSignOut Modifier and Type Field Description protected IdleSessionSignOutSharepointSettings. idleSessionSignOutMethods in odata.msgraph.client.entity that return types with arguments of type IdleSessionSignOut Modifier and Type Method Description Optional<IdleSessionSignOut>SharepointSettings. getIdleSessionSignOut()Methods in odata.msgraph.client.entity with parameters of type IdleSessionSignOut Modifier and Type Method Description SharepointSettings.BuilderSharepointSettings.Builder. idleSessionSignOut(IdleSessionSignOut idleSessionSignOut)SharepointSettingsSharepointSettings. withIdleSessionSignOut(IdleSessionSignOut idleSessionSignOut)
-