diff --git a/docs/javadoc/allclasses-frame.html b/docs/javadoc/allclasses-frame.html index 63de58bb..6d2590c7 100644 --- a/docs/javadoc/allclasses-frame.html +++ b/docs/javadoc/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (java-xpx-catapult-sdk 0.2.0 API) @@ -228,8 +228,6 @@

All Classes

  • QueryParams
  • RegisterNamespaceTransaction
  • RegisterNamespaceTransactionBuffer
  • -
  • Router
  • -
  • Router.GetByArgument
  • SecretLockTransaction
  • SecretLockTransactionBuffer
  • SecretProofTransaction
  • diff --git a/docs/javadoc/allclasses-noframe.html b/docs/javadoc/allclasses-noframe.html index 05ccf48d..54024709 100644 --- a/docs/javadoc/allclasses-noframe.html +++ b/docs/javadoc/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (java-xpx-catapult-sdk 0.2.0 API) @@ -228,8 +228,6 @@

    All Classes

  • QueryParams
  • RegisterNamespaceTransaction
  • RegisterNamespaceTransactionBuffer
  • -
  • Router
  • -
  • Router.GetByArgument
  • SecretLockTransaction
  • SecretLockTransactionBuffer
  • SecretProofTransaction
  • diff --git a/docs/javadoc/constant-values.html b/docs/javadoc/constant-values.html index e2a56183..e06fb970 100644 --- a/docs/javadoc/constant-values.html +++ b/docs/javadoc/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (java-xpx-catapult-sdk 0.2.0 API) diff --git a/docs/javadoc/deprecated-list.html b/docs/javadoc/deprecated-list.html index 48e4743a..a4bf816f 100644 --- a/docs/javadoc/deprecated-list.html +++ b/docs/javadoc/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (java-xpx-catapult-sdk 0.2.0 API) diff --git a/docs/javadoc/help-doc.html b/docs/javadoc/help-doc.html index d9bb3304..ea56836d 100644 --- a/docs/javadoc/help-doc.html +++ b/docs/javadoc/help-doc.html @@ -2,7 +2,7 @@ - + API Help (java-xpx-catapult-sdk 0.2.0 API) diff --git a/docs/javadoc/index-all.html b/docs/javadoc/index-all.html index 9195822f..fac39919 100644 --- a/docs/javadoc/index-all.html +++ b/docs/javadoc/index-all.html @@ -2,7 +2,7 @@ - + Index (java-xpx-catapult-sdk 0.2.0 API) @@ -68,7 +68,7 @@ -
    A B C D E F G H I K L M N O P Q R S T U V W Z _  +
    A B C D E F G H I K L M N O P Q R S T U V Z _ 

    A

    @@ -2607,8 +2607,6 @@

    G

    get(String) - Method in class io.proximax.sdk.infrastructure.OkHttpHttpClient
     
    -
    GET_BLOCK - Static variable in class io.proximax.sdk.infrastructure.Router
    -
     
    getAbs(String) - Method in interface io.proximax.sdk.infrastructure.HttpClient
    make GET request with path relative to the base URL
    @@ -2838,8 +2836,6 @@

    G

    response body
    -
    GetByArgument(String, String) - Constructor for class io.proximax.sdk.infrastructure.Router.GetByArgument
    -
     
    getByCode(String) - Static method in enum io.proximax.sdk.model.account.props.AccountPropertyModificationType
    get the account property modification type by hexadecimal string representing the code of property modification @@ -6611,14 +6607,6 @@

    R

    Creates a new matrix by rounding all elements in this matrix to the specified number of decimal places.
    -
    Router - Class in io.proximax.sdk.infrastructure
    -
    -
    TODO add proper description
    -
    -
    Router() - Constructor for class io.proximax.sdk.infrastructure.Router
    -
     
    -
    Router.GetByArgument<T> - Class in io.proximax.sdk.infrastructure
    -
     
    @@ -8467,14 +8455,6 @@

    V

    Visits the specified element.
    -
    - - -

    W

    -
    -
    with(T) - Method in class io.proximax.sdk.infrastructure.Router.GetByArgument
    -
     
    -
    @@ -8575,7 +8555,7 @@

    _

    __init(int, ByteBuffer) - Method in class io.proximax.sdk.gen.buffers.TransferTransactionBuffer
     
    -A B C D E F G H I K L M N O P Q R S T U V W Z _ 
    +A B C D E F G H I K L M N O P Q R S T U V Z _ 
    diff --git a/docs/javadoc/index.html b/docs/javadoc/index.html index efe94069..f8d15373 100644 --- a/docs/javadoc/index.html +++ b/docs/javadoc/index.html @@ -2,7 +2,7 @@ - + java-xpx-catapult-sdk 0.2.0 API - - - - - -
    - - - - - - - -
    - - - -
    -
    io.proximax.sdk.infrastructure
    -

    Class Router.GetByArgument<T>

    -
    -
    - -
    -
      -
    • -
      -
      Enclosing class:
      -
      Router
      -
      -
      -
      -
      public static class Router.GetByArgument<T>
      -extends java.lang.Object
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        GetByArgument(java.lang.String route, - java.lang.String argument) 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - -
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        java.lang.Stringwith(T argValue) 
        -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          GetByArgument

          -
          public GetByArgument(java.lang.String route,
          -                     java.lang.String argument)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - -
          -
        • -

          with

          -
          public java.lang.String with(T argValue)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - -
    - - - - - - - -
    - - - - diff --git a/docs/javadoc/io/proximax/sdk/infrastructure/Router.html b/docs/javadoc/io/proximax/sdk/infrastructure/Router.html deleted file mode 100644 index 9172b0ab..00000000 --- a/docs/javadoc/io/proximax/sdk/infrastructure/Router.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - -Router (java-xpx-catapult-sdk 0.2.0 API) - - - - - - - - -
    - - - - - - - -
    - - - -
    -
    io.proximax.sdk.infrastructure
    -

    Class Router

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class Router
      -extends java.lang.Object
      -
      TODO add proper description
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Nested Class Summary

        - - - - - - - - - - -
        Nested Classes 
        Modifier and TypeClass and Description
        static class Router.GetByArgument<T> 
        -
      • -
      - - - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        Router() 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - - - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Router

          -
          public Router()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - -
    - - - - - - - -
    - - - - diff --git a/docs/javadoc/io/proximax/sdk/infrastructure/TransactionHttp.html b/docs/javadoc/io/proximax/sdk/infrastructure/TransactionHttp.html index 0f4cb838..eb53c129 100644 --- a/docs/javadoc/io/proximax/sdk/infrastructure/TransactionHttp.html +++ b/docs/javadoc/io/proximax/sdk/infrastructure/TransactionHttp.html @@ -2,7 +2,7 @@ - + TransactionHttp (java-xpx-catapult-sdk 0.2.0 API) @@ -48,7 +48,7 @@