Uses of Enum
com.microsoft.graph.models.AuthenticationMethodPlatform
Packages that use AuthenticationMethodPlatform
-
Uses of AuthenticationMethodPlatform in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AuthenticationMethodPlatformModifier and TypeMethodDescriptionstatic AuthenticationMethodPlatformPlatformCredentialAuthenticationMethod.getPlatform()Gets the platform property value.static AuthenticationMethodPlatformReturns the enum constant of this type with the specified name.static AuthenticationMethodPlatform[]AuthenticationMethodPlatform.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 AuthenticationMethodPlatformModifier and TypeMethodDescriptionvoidPlatformCredentialAuthenticationMethod.setPlatform(AuthenticationMethodPlatform value) Sets the platform property value.