Class AsyncForwarderClient


  • public class AsyncForwarderClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncForwarderClient

        public AsyncForwarderClient​(ClientOptions clientOptions)
    • Method Detail

      • getV1

        public java.util.concurrent.CompletableFuture<ForwarderOrgInfoForConnections1> getV1()
        Retrieves forwarder organization connection information for the caller's organization. | () -> (ForwarderOrgInfoForConnections1)
      • getV1

        public java.util.concurrent.CompletableFuture<ForwarderOrgInfoForConnections1> getV1​(RequestOptions requestOptions)
        Retrieves forwarder organization connection information for the caller's organization. | () -> (ForwarderOrgInfoForConnections1)
      • createV1

        public java.util.concurrent.CompletableFuture<java.lang.String> createV1​(ForwarderOrgInfoForConnectionsClientCreate1 request)
        Creates forwarder organization connection information. Fails if already exists. | (ForwarderOrgInfoForConnectionsClientCreate1) -> (PydanticObjectId)
      • createV1

        public java.util.concurrent.CompletableFuture<java.lang.String> createV1​(ForwarderOrgInfoForConnectionsClientCreate1 request,
                                                                                 RequestOptions requestOptions)
        Creates forwarder organization connection information. Fails if already exists. | (ForwarderOrgInfoForConnectionsClientCreate1) -> (PydanticObjectId)
      • updateV1

        public java.util.concurrent.CompletableFuture<java.lang.Boolean> updateV1()
        Updates existing forwarder organization connection information. | (ForwarderOrgInfoForConnectionsClientUpdate1) -> (bool)
      • updateV1

        public java.util.concurrent.CompletableFuture<java.lang.Boolean> updateV1​(ForwarderOrgInfoForConnectionsClientUpdate1 request)
        Updates existing forwarder organization connection information. | (ForwarderOrgInfoForConnectionsClientUpdate1) -> (bool)
      • updateV1

        public java.util.concurrent.CompletableFuture<java.lang.Boolean> updateV1​(ForwarderOrgInfoForConnectionsClientUpdate1 request,
                                                                                  RequestOptions requestOptions)
        Updates existing forwarder organization connection information. | (ForwarderOrgInfoForConnectionsClientUpdate1) -> (bool)