Uses of Class
odata.msgraph.client.complex.AuthenticationConditionsApplications
-
Packages that use AuthenticationConditionsApplications Package Description odata.msgraph.client.complex -
-
Uses of AuthenticationConditionsApplications in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as AuthenticationConditionsApplications Modifier and Type Field Description protected AuthenticationConditionsApplicationsAuthenticationConditions. applicationsMethods in odata.msgraph.client.complex that return AuthenticationConditionsApplications Modifier and Type Method Description AuthenticationConditionsApplicationsAuthenticationConditionsApplications.Builder. build()AuthenticationConditionsApplicationsAuthenticationConditionsApplications. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type AuthenticationConditionsApplications Modifier and Type Method Description Optional<AuthenticationConditionsApplications>AuthenticationConditions. getApplications()Methods in odata.msgraph.client.complex with parameters of type AuthenticationConditionsApplications Modifier and Type Method Description AuthenticationConditions.BuilderAuthenticationConditions.Builder. applications(AuthenticationConditionsApplications applications)AuthenticationConditionsAuthenticationConditions. withApplications(AuthenticationConditionsApplications applications)
-