Uses of Class
odata.msgraph.client.complex.AuthenticationConditions
-
Packages that use AuthenticationConditions Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AuthenticationConditions in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AuthenticationConditions Modifier and Type Method Description AuthenticationConditionsAuthenticationConditions.Builder. build()AuthenticationConditionsAuthenticationConditions. withApplications(AuthenticationConditionsApplications applications)AuthenticationConditionsAuthenticationConditions. withUnmappedField(String name, Object value) -
Uses of AuthenticationConditions in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AuthenticationConditions Modifier and Type Field Description protected AuthenticationConditionsAuthenticationEventListener. conditionsprotected AuthenticationConditionsAuthenticationEventsFlow. conditionsMethods in odata.msgraph.client.entity that return types with arguments of type AuthenticationConditions Modifier and Type Method Description Optional<AuthenticationConditions>AuthenticationEventListener. getConditions()Optional<AuthenticationConditions>AuthenticationEventsFlow. getConditions()
-