Uses of Enum
com.microsoft.graph.models.AuthenticationMethodTargetType
Packages that use AuthenticationMethodTargetType
-
Uses of AuthenticationMethodTargetType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AuthenticationMethodTargetTypeModifier and TypeMethodDescriptionAuthenticationMethodsRegistrationCampaignIncludeTarget.getTargetType()Gets the targetType property value.AuthenticationMethodTarget.getTargetType()Gets the targetType property value.ExcludeTarget.getTargetType()Gets the targetType property value.IncludeTarget.getTargetType()Gets the targetType property value.Returns the enum constant of this type with the specified name.static AuthenticationMethodTargetType[]AuthenticationMethodTargetType.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 AuthenticationMethodTargetTypeModifier and TypeMethodDescriptionvoidAuthenticationMethodsRegistrationCampaignIncludeTarget.setTargetType(AuthenticationMethodTargetType value) Sets the targetType property value.voidAuthenticationMethodTarget.setTargetType(AuthenticationMethodTargetType value) Sets the targetType property value.voidExcludeTarget.setTargetType(AuthenticationMethodTargetType value) Sets the targetType property value.voidIncludeTarget.setTargetType(AuthenticationMethodTargetType value) Sets the targetType property value.