Interface ExecuteFastResetResponse.Builder

    • Method Detail

      • status

        ExecuteFastResetResponse.Builder status​(String status)

        The status is only returned for the performDatabaseReset action, and indicates whether or not the fast reset rquest is accepted.

        Parameters:
        status - The status is only returned for the performDatabaseReset action, and indicates whether or not the fast reset rquest is accepted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • payload

        ExecuteFastResetResponse.Builder payload​(FastResetToken payload)

        The payload is only returned by the initiateDatabaseReset action, and contains the unique token to use with the performDatabaseReset action to make the reset occur.

        Parameters:
        payload - The payload is only returned by the initiateDatabaseReset action, and contains the unique token to use with the performDatabaseReset action to make the reset occur.
        Returns:
        Returns a reference to this object so that method calls can be chained together.