Uses of Class
odata.msgraph.client.entity.SmsAuthenticationMethodTarget
-
Packages that use SmsAuthenticationMethodTarget Package Description odata.msgraph.client.entity -
-
Uses of SmsAuthenticationMethodTarget in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type SmsAuthenticationMethodTarget Modifier and Type Field Description protected List<SmsAuthenticationMethodTarget>SmsAuthenticationMethodConfiguration. includeTargetsMethods in odata.msgraph.client.entity that return SmsAuthenticationMethodTarget Modifier and Type Method Description SmsAuthenticationMethodTargetSmsAuthenticationMethodTarget.Builder. build()SmsAuthenticationMethodTargetSmsAuthenticationMethodTarget. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SmsAuthenticationMethodTargetSmsAuthenticationMethodTarget. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SmsAuthenticationMethodTargetSmsAuthenticationMethodTarget. withIsUsableForSignIn(Boolean isUsableForSignIn)SmsAuthenticationMethodTargetSmsAuthenticationMethodTarget. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type SmsAuthenticationMethodTarget Modifier and Type Method Description SmsAuthenticationMethodConfiguration.BuilderSmsAuthenticationMethodConfiguration.Builder. includeTargets(SmsAuthenticationMethodTarget... includeTargets)Method parameters in odata.msgraph.client.entity with type arguments of type SmsAuthenticationMethodTarget Modifier and Type Method Description SmsAuthenticationMethodConfiguration.BuilderSmsAuthenticationMethodConfiguration.Builder. includeTargets(List<SmsAuthenticationMethodTarget> includeTargets)SmsAuthenticationMethodConfigurationSmsAuthenticationMethodConfiguration. withIncludeTargets(List<SmsAuthenticationMethodTarget> includeTargets)
-