Class MethodOptions.MethodOptionsBuilder

  • Enclosing class:
    MethodOptions

    public static class MethodOptions.MethodOptionsBuilder
    extends java.lang.Object
    • Method Detail

      • addIdempotencyKey

        public MethodOptions.MethodOptionsBuilder addIdempotencyKey​(java.lang.String idempotencyKey)
        The idempotency key to use for the request.
        Parameters:
        idempotencyKey -
        Returns:
      • idempotencyKey

        public MethodOptions.MethodOptionsBuilder idempotencyKey​(java.lang.String idempotencyKey)
        The idempotency key to use for the request.
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object