Package com.microsoft.graph.models
Class AuthenticationMethodResetPasswordParameterSet.AuthenticationMethodResetPasswordParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.AuthenticationMethodResetPasswordParameterSet.AuthenticationMethodResetPasswordParameterSetBuilder
- Enclosing class:
AuthenticationMethodResetPasswordParameterSet
public static final class AuthenticationMethodResetPasswordParameterSet.AuthenticationMethodResetPasswordParameterSetBuilder
extends Object
Fluent builder for the AuthenticationMethodResetPasswordParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new AuthenticationMethodResetPasswordParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithNewPassword(String val) Sets the NewPassword
-
Field Details
-
newPassword
The newPassword parameter value
-
-
Constructor Details
-
AuthenticationMethodResetPasswordParameterSetBuilder
@Nullable protected AuthenticationMethodResetPasswordParameterSetBuilder()Instanciates a new AuthenticationMethodResetPasswordParameterSetBuilder
-
-
Method Details
-
withNewPassword
@Nonnull public AuthenticationMethodResetPasswordParameterSet.AuthenticationMethodResetPasswordParameterSetBuilder withNewPassword(@Nullable String val) Sets the NewPassword- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-