Uses of Class
odata.msgraph.client.beta.enums.AuthenticationContextDetail
-
Packages that use AuthenticationContextDetail Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of AuthenticationContextDetail in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AuthenticationContextDetail Modifier and Type Field Description protected AuthenticationContextDetailAuthenticationContext. detailMethods in odata.msgraph.client.beta.complex that return types with arguments of type AuthenticationContextDetail Modifier and Type Method Description Optional<AuthenticationContextDetail>AuthenticationContext. getDetail()Methods in odata.msgraph.client.beta.complex with parameters of type AuthenticationContextDetail Modifier and Type Method Description AuthenticationContext.BuilderAuthenticationContext.Builder. detail(AuthenticationContextDetail detail)AuthenticationContextAuthenticationContext. withDetail(AuthenticationContextDetail detail) -
Uses of AuthenticationContextDetail in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AuthenticationContextDetail Modifier and Type Method Description static AuthenticationContextDetailAuthenticationContextDetail. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationContextDetail[]AuthenticationContextDetail. values()Returns an array containing the constants of this enum type, in the order they are declared.
-