Uses of Class
odata.msgraph.client.entity.PasswordAuthenticationMethod.Builder
-
Packages that use PasswordAuthenticationMethod.Builder Package Description odata.msgraph.client.entity -
-
Uses of PasswordAuthenticationMethod.Builder in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return PasswordAuthenticationMethod.Builder Modifier and Type Method Description static PasswordAuthenticationMethod.BuilderPasswordAuthenticationMethod. builderPasswordAuthenticationMethod()Returns a builder which is used to create a new instance of this class (given that this class is immutable).PasswordAuthenticationMethod.BuilderPasswordAuthenticationMethod.Builder. createdDateTime(OffsetDateTime createdDateTime)PasswordAuthenticationMethod.BuilderPasswordAuthenticationMethod.Builder. id(String id)PasswordAuthenticationMethod.BuilderPasswordAuthenticationMethod.Builder. password(String password)
-