public class UserChangePasswordParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserChangePasswordParameterSet.UserChangePasswordParameterSetBuilder
Fluent builder for the UserChangePasswordParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
currentPassword
The current Password.
|
java.lang.String |
newPassword
The new Password.
|
| Modifier | Constructor and Description |
|---|---|
|
UserChangePasswordParameterSet()
Instiaciates a new UserChangePasswordParameterSet
|
protected |
UserChangePasswordParameterSet(UserChangePasswordParameterSet.UserChangePasswordParameterSetBuilder builder)
Instiaciates a new UserChangePasswordParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static UserChangePasswordParameterSet.UserChangePasswordParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="currentPassword",
alternate="CurrentPassword")
@Expose
@Nullable
public java.lang.String currentPassword
@SerializedName(value="newPassword",
alternate="NewPassword")
@Expose
@Nullable
public java.lang.String newPassword
public UserChangePasswordParameterSet()
protected UserChangePasswordParameterSet(@Nonnull
UserChangePasswordParameterSet.UserChangePasswordParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static UserChangePasswordParameterSet.UserChangePasswordParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()