Class ExecuteFastResetRequest

    • Method Detail

      • action

        public final Action action()

        The fast reset action. One of the following values:

        • initiateDatabaseReset   –   This action generates a unique token needed to actually perform the fast reset.

        • performDatabaseReset   –   This action uses the token generated by the initiateDatabaseReset action to actually perform the fast reset.

        If the service returns an enum value that is not available in the current SDK version, action will return Action.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from actionAsString().

        Returns:
        The fast reset action. One of the following values:

        • initiateDatabaseReset   –   This action generates a unique token needed to actually perform the fast reset.

        • performDatabaseReset   –   This action uses the token generated by the initiateDatabaseReset action to actually perform the fast reset.

        See Also:
        Action
      • actionAsString

        public final String actionAsString()

        The fast reset action. One of the following values:

        • initiateDatabaseReset   –   This action generates a unique token needed to actually perform the fast reset.

        • performDatabaseReset   –   This action uses the token generated by the initiateDatabaseReset action to actually perform the fast reset.

        If the service returns an enum value that is not available in the current SDK version, action will return Action.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from actionAsString().

        Returns:
        The fast reset action. One of the following values:

        • initiateDatabaseReset   –   This action generates a unique token needed to actually perform the fast reset.

        • performDatabaseReset   –   This action uses the token generated by the initiateDatabaseReset action to actually perform the fast reset.

        See Also:
        Action
      • token

        public final String token()

        The fast-reset token to initiate the reset.

        Returns:
        The fast-reset token to initiate the reset.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object