Uses of Class
odata.msgraph.client.complex.PasswordResetResponse
-
Packages that use PasswordResetResponse Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of PasswordResetResponse in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return PasswordResetResponse Modifier and Type Method Description PasswordResetResponsePasswordResetResponse.Builder. build()PasswordResetResponsePasswordResetResponse. withNewPassword(String newPassword)PasswordResetResponsePasswordResetResponse. withUnmappedField(String name, Object value) -
Uses of PasswordResetResponse in odata.msgraph.client.entity
Methods in odata.msgraph.client.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) -
Uses of PasswordResetResponse in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.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)
-