Uses of Class
odata.msgraph.client.beta.complex.AuthenticationDetail
-
Packages that use AuthenticationDetail Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AuthenticationDetail in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AuthenticationDetail Modifier and Type Method Description AuthenticationDetailAuthenticationDetail.Builder. build()AuthenticationDetailAuthenticationDetail. withAuthenticationMethod(String authenticationMethod)AuthenticationDetailAuthenticationDetail. withAuthenticationMethodDetail(String authenticationMethodDetail)AuthenticationDetailAuthenticationDetail. withAuthenticationStepDateTime(OffsetDateTime authenticationStepDateTime)AuthenticationDetailAuthenticationDetail. withAuthenticationStepRequirement(String authenticationStepRequirement)AuthenticationDetailAuthenticationDetail. withAuthenticationStepResultDetail(String authenticationStepResultDetail)AuthenticationDetailAuthenticationDetail. withSucceeded(Boolean succeeded)AuthenticationDetailAuthenticationDetail. withUnmappedField(String name, String value) -
Uses of AuthenticationDetail in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type AuthenticationDetail Modifier and Type Field Description protected List<AuthenticationDetail>SignIn. authenticationDetailsMethods in odata.msgraph.client.beta.entity that return types with arguments of type AuthenticationDetail Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AuthenticationDetail>SignIn. getAuthenticationDetails()com.github.davidmoten.odata.client.CollectionPage<AuthenticationDetail>SignIn. getAuthenticationDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type AuthenticationDetail Modifier and Type Method Description RestrictedSignIn.BuilderRestrictedSignIn.Builder. authenticationDetails(AuthenticationDetail... authenticationDetails)SignIn.BuilderSignIn.Builder. authenticationDetails(AuthenticationDetail... authenticationDetails)Method parameters in odata.msgraph.client.beta.entity with type arguments of type AuthenticationDetail Modifier and Type Method Description RestrictedSignIn.BuilderRestrictedSignIn.Builder. authenticationDetails(List<AuthenticationDetail> authenticationDetails)SignIn.BuilderSignIn.Builder. authenticationDetails(List<AuthenticationDetail> authenticationDetails)SignInSignIn. withAuthenticationDetails(List<AuthenticationDetail> authenticationDetails)
-