Uses of Class
odata.msgraph.client.entity.PasswordAuthenticationMethod
-
Packages that use PasswordAuthenticationMethod Package Description odata.msgraph.client.entity -
-
Uses of PasswordAuthenticationMethod in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type PasswordAuthenticationMethod Modifier and Type Field Description protected List<PasswordAuthenticationMethod>Authentication. passwordMethodsMethods in odata.msgraph.client.entity that return PasswordAuthenticationMethod Modifier and Type Method Description PasswordAuthenticationMethodPasswordAuthenticationMethod.Builder. build()PasswordAuthenticationMethodPasswordAuthenticationMethod. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PasswordAuthenticationMethodPasswordAuthenticationMethod. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PasswordAuthenticationMethodPasswordAuthenticationMethod. withCreatedDateTime(OffsetDateTime createdDateTime)PasswordAuthenticationMethodPasswordAuthenticationMethod. withPassword(String password)PasswordAuthenticationMethodPasswordAuthenticationMethod. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type PasswordAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. passwordMethods(PasswordAuthenticationMethod... passwordMethods)Org.OData.Capabilities.V1.DeleteRestrictionsMethod parameters in odata.msgraph.client.entity with type arguments of type PasswordAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. passwordMethods(List<PasswordAuthenticationMethod> passwordMethods)Org.OData.Capabilities.V1.DeleteRestrictionsAuthenticationAuthentication. withPasswordMethods(List<PasswordAuthenticationMethod> passwordMethods)Returns an immutable copy ofthiswith just thepasswordMethodsfield changed.
-