Uses of Class
odata.msgraph.client.beta.enums.AuthenticationMethodTargetType
-
Packages that use AuthenticationMethodTargetType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AuthenticationMethodTargetType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AuthenticationMethodTargetType Modifier and Type Field Description protected AuthenticationMethodTargetTypeAuthenticationMethodsRegistrationCampaignIncludeTarget. targetTypeprotected AuthenticationMethodTargetTypeExcludeTarget. targetTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type AuthenticationMethodTargetType Modifier and Type Method Description Optional<AuthenticationMethodTargetType>AuthenticationMethodsRegistrationCampaignIncludeTarget. getTargetType()Optional<AuthenticationMethodTargetType>ExcludeTarget. getTargetType()Methods in odata.msgraph.client.beta.complex with parameters of type AuthenticationMethodTargetType Modifier and Type Method Description AuthenticationMethodsRegistrationCampaignIncludeTarget.BuilderAuthenticationMethodsRegistrationCampaignIncludeTarget.Builder. targetType(AuthenticationMethodTargetType targetType)ExcludeTarget.BuilderExcludeTarget.Builder. targetType(AuthenticationMethodTargetType targetType)AuthenticationMethodsRegistrationCampaignIncludeTargetAuthenticationMethodsRegistrationCampaignIncludeTarget. withTargetType(AuthenticationMethodTargetType targetType)ExcludeTargetExcludeTarget. withTargetType(AuthenticationMethodTargetType targetType) -
Uses of AuthenticationMethodTargetType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AuthenticationMethodTargetType Modifier and Type Field Description protected AuthenticationMethodTargetTypeAuthenticationMethodTarget. targetTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type AuthenticationMethodTargetType Modifier and Type Method Description Optional<AuthenticationMethodTargetType>AuthenticationMethodTarget. getTargetType()Methods in odata.msgraph.client.beta.entity with parameters of type AuthenticationMethodTargetType Modifier and Type Method Description AuthenticationMethodTarget.BuilderAuthenticationMethodTarget.Builder. targetType(AuthenticationMethodTargetType targetType)MicrosoftAuthenticatorAuthenticationMethodTarget.BuilderMicrosoftAuthenticatorAuthenticationMethodTarget.Builder. targetType(AuthenticationMethodTargetType targetType)SmsAuthenticationMethodTarget.BuilderSmsAuthenticationMethodTarget.Builder. targetType(AuthenticationMethodTargetType targetType)AuthenticationMethodTargetAuthenticationMethodTarget. withTargetType(AuthenticationMethodTargetType targetType) -
Uses of AuthenticationMethodTargetType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AuthenticationMethodTargetType Modifier and Type Method Description static AuthenticationMethodTargetTypeAuthenticationMethodTargetType. valueOf(String name)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.
-