Class ForwarderClient


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

      • ForwarderClient

        public ForwarderClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

        public RawForwarderClient withRawResponse()
        Get responses with HTTP metadata like headers
      • getV1

        public ForwarderOrgInfoForConnections1 getV1()
        Retrieves forwarder organization connection information for the caller's organization. | () -> (ForwarderOrgInfoForConnections1)
      • createV1

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

        public boolean updateV1()
        Updates existing forwarder organization connection information. | (ForwarderOrgInfoForConnectionsClientUpdate1) -> (bool)
      • updateV1

        public boolean updateV1​(ForwarderOrgInfoForConnectionsClientUpdate1 request)
        Updates existing forwarder organization connection information. | (ForwarderOrgInfoForConnectionsClientUpdate1) -> (bool)