Uses of Class
odata.msgraph.client.beta.complex.PasswordResetResponse
-
Packages that use PasswordResetResponse Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of PasswordResetResponse in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return PasswordResetResponse Modifier and Type Method Description PasswordResetResponsePasswordResetResponse.Builder. build()PasswordResetResponsePasswordResetResponse. withNewPassword(String newPassword)PasswordResetResponsePasswordResetResponse. withUnmappedField(String name, String value) -
Uses of PasswordResetResponse in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type PasswordResetResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PasswordResetResponse>AuthenticationMethod. resetPassword(String newPassword, Boolean requireChangeOnNextSignIn) -
Uses of PasswordResetResponse in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type PasswordResetResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PasswordResetResponse>AuthenticationMethodRequest. resetPassword(String newPassword, Boolean requireChangeOnNextSignIn)
-