Uses of Class
odata.msgraph.client.beta.enums.SignInIdentifierType
-
Packages that use SignInIdentifierType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of SignInIdentifierType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SignInIdentifierType Modifier and Type Field Description protected SignInIdentifierTypeSignIn. signInIdentifierTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type SignInIdentifierType Modifier and Type Method Description Optional<SignInIdentifierType>SignIn. getSignInIdentifierType()Methods in odata.msgraph.client.beta.entity with parameters of type SignInIdentifierType Modifier and Type Method Description RestrictedSignIn.BuilderRestrictedSignIn.Builder. signInIdentifierType(SignInIdentifierType signInIdentifierType)SignIn.BuilderSignIn.Builder. signInIdentifierType(SignInIdentifierType signInIdentifierType)SignInSignIn. withSignInIdentifierType(SignInIdentifierType signInIdentifierType) -
Uses of SignInIdentifierType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SignInIdentifierType Modifier and Type Method Description static SignInIdentifierTypeSignInIdentifierType. valueOf(String name)Returns the enum constant of this type with the specified name.static SignInIdentifierType[]SignInIdentifierType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-