Package com.microsoft.graph.models
Class AuthenticationMethodResetPasswordParameterSet
java.lang.Object
com.microsoft.graph.models.AuthenticationMethodResetPasswordParameterSet
The class for the Authentication Method Reset Password Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the AuthenticationMethodResetPasswordParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new AuthenticationMethodResetPasswordParameterSetprotected
AuthenticationMethodResetPasswordParameterSet
(AuthenticationMethodResetPasswordParameterSet.AuthenticationMethodResetPasswordParameterSetBuilder builder) Instiaciates a new AuthenticationMethodResetPasswordParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic AuthenticationMethodResetPasswordParameterSet.AuthenticationMethodResetPasswordParameterSetBuilder
Gets a new builder for the body
-
Field Details
-
newPassword
@SerializedName(value="newPassword", alternate="NewPassword") @Expose @Nullable public String newPasswordThe new Password.
-
-
Constructor Details
-
AuthenticationMethodResetPasswordParameterSet
public AuthenticationMethodResetPasswordParameterSet()Instiaciates a new AuthenticationMethodResetPasswordParameterSet -
AuthenticationMethodResetPasswordParameterSet
protected AuthenticationMethodResetPasswordParameterSet(@Nonnull AuthenticationMethodResetPasswordParameterSet.AuthenticationMethodResetPasswordParameterSetBuilder builder) Instiaciates a new AuthenticationMethodResetPasswordParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static AuthenticationMethodResetPasswordParameterSet.AuthenticationMethodResetPasswordParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-