Uses of Class
odata.msgraph.client.complex.PasswordProfile
-
Packages that use PasswordProfile Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of PasswordProfile in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return PasswordProfile Modifier and Type Method Description PasswordProfilePasswordProfile.Builder. build()PasswordProfilePasswordProfile. withForceChangePasswordNextSignIn(Boolean forceChangePasswordNextSignIn)PasswordProfilePasswordProfile. withForceChangePasswordNextSignInWithMfa(Boolean forceChangePasswordNextSignInWithMfa)PasswordProfilePasswordProfile. withPassword(String password)PasswordProfilePasswordProfile. withUnmappedField(String name, Object value) -
Uses of PasswordProfile in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PasswordProfile Modifier and Type Field Description protected PasswordProfileEducationUser. passwordProfileprotected PasswordProfileUser. passwordProfileMethods in odata.msgraph.client.entity that return types with arguments of type PasswordProfile Modifier and Type Method Description Optional<PasswordProfile>EducationUser. getPasswordProfile()Optional<PasswordProfile>User. getPasswordProfile()Methods in odata.msgraph.client.entity with parameters of type PasswordProfile Modifier and Type Method Description EducationUser.BuilderEducationUser.Builder. passwordProfile(PasswordProfile passwordProfile)User.BuilderUser.Builder. passwordProfile(PasswordProfile passwordProfile)EducationUserEducationUser. withPasswordProfile(PasswordProfile passwordProfile)UserUser. withPasswordProfile(PasswordProfile passwordProfile)
-