Class UserChangePasswordParameterSet

java.lang.Object
com.microsoft.graph.models.UserChangePasswordParameterSet

public class UserChangePasswordParameterSet extends Object
The class for the User Change Password Parameter Set.
  • Field Details

    • currentPassword

      @SerializedName(value="currentPassword", alternate="CurrentPassword") @Expose @Nullable public String currentPassword
      The current Password.
    • newPassword

      @SerializedName(value="newPassword", alternate="NewPassword") @Expose @Nullable public String newPassword
      The new Password.
  • Constructor Details

    • UserChangePasswordParameterSet

      public UserChangePasswordParameterSet()
      Instiaciates a new UserChangePasswordParameterSet
    • UserChangePasswordParameterSet

      protected UserChangePasswordParameterSet(@Nonnull UserChangePasswordParameterSet.UserChangePasswordParameterSetBuilder builder)
      Instiaciates a new UserChangePasswordParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details

    • newBuilder

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request