| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
PasswordProfile |
PasswordProfile.Builder.build() |
PasswordProfile |
PasswordProfile.withForceChangePasswordNextSignIn(Boolean forceChangePasswordNextSignIn) |
PasswordProfile |
PasswordProfile.withForceChangePasswordNextSignInWithMfa(Boolean forceChangePasswordNextSignInWithMfa) |
PasswordProfile |
PasswordProfile.withPassword(String password) |
| Modifier and Type | Field and Description |
|---|---|
protected PasswordProfile |
EducationUser.passwordProfile |
protected PasswordProfile |
User.passwordProfile |
| Modifier and Type | Method and Description |
|---|---|
Optional<PasswordProfile> |
EducationUser.getPasswordProfile() |
Optional<PasswordProfile> |
User.getPasswordProfile() |
| Modifier and Type | Method and Description |
|---|---|
EducationUser.Builder |
EducationUser.Builder.passwordProfile(PasswordProfile passwordProfile) |
User.Builder |
User.Builder.passwordProfile(PasswordProfile passwordProfile) |
EducationUser |
EducationUser.withPasswordProfile(PasswordProfile passwordProfile) |
User |
User.withPasswordProfile(PasswordProfile passwordProfile) |
Copyright © 2018–2020. All rights reserved.