Uses of Enum
com.microsoft.graph.models.AuthenticationPhoneType
Packages that use AuthenticationPhoneType
-
Uses of AuthenticationPhoneType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AuthenticationPhoneTypeModifier and TypeMethodDescriptionstatic AuthenticationPhoneTypePhoneAuthenticationMethod.getPhoneType()Gets the phoneType property value.static AuthenticationPhoneTypeReturns the enum constant of this type with the specified name.static AuthenticationPhoneType[]AuthenticationPhoneType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type AuthenticationPhoneTypeModifier and TypeMethodDescriptionvoidPhoneAuthenticationMethod.setPhoneType(AuthenticationPhoneType value) Sets the phoneType property value.