Uses of Class
odata.msgraph.client.beta.complex.AuthenticationContext
-
Packages that use AuthenticationContext Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AuthenticationContext in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AuthenticationContext Modifier and Type Method Description AuthenticationContextAuthenticationContext.Builder. build()AuthenticationContextAuthenticationContext. withDetail(AuthenticationContextDetail detail)AuthenticationContextAuthenticationContext. withId(String id)AuthenticationContextAuthenticationContext. withUnmappedField(String name, String value) -
Uses of AuthenticationContext in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type AuthenticationContext Modifier and Type Field Description protected List<AuthenticationContext>SignIn. authenticationContextClassReferencesMethods in odata.msgraph.client.beta.entity that return types with arguments of type AuthenticationContext Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AuthenticationContext>SignIn. getAuthenticationContextClassReferences()com.github.davidmoten.odata.client.CollectionPage<AuthenticationContext>SignIn. getAuthenticationContextClassReferences(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type AuthenticationContext Modifier and Type Method Description RestrictedSignIn.BuilderRestrictedSignIn.Builder. authenticationContextClassReferences(AuthenticationContext... authenticationContextClassReferences)SignIn.BuilderSignIn.Builder. authenticationContextClassReferences(AuthenticationContext... authenticationContextClassReferences)Method parameters in odata.msgraph.client.beta.entity with type arguments of type AuthenticationContext Modifier and Type Method Description RestrictedSignIn.BuilderRestrictedSignIn.Builder. authenticationContextClassReferences(List<AuthenticationContext> authenticationContextClassReferences)SignIn.BuilderSignIn.Builder. authenticationContextClassReferences(List<AuthenticationContext> authenticationContextClassReferences)SignInSignIn. withAuthenticationContextClassReferences(List<AuthenticationContext> authenticationContextClassReferences)
-