Class ProviderClient


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

      • ProviderClient

        public ProviderClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

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

        public ProviderOrgInfoForConnections1 getV1()
        Retrieves provider organization connection information for the caller's organization. | () -> (ProviderOrgInfoForConnections1)
      • listV1

        public java.util.List<ProviderOrgInfoForConnections1> listV1()
        Retrieves list of provider org info documents for providers connected to the caller. Shippers see providers via shipper_provider_connections; providers see other providers via provider_provider_connections (in either direction). | () -> (list[ProviderOrgInfoForConnections1])
      • listV1

        public java.util.List<ProviderOrgInfoForConnections1> listV1​(RequestOptions requestOptions)
        Retrieves list of provider org info documents for providers connected to the caller. Shippers see providers via shipper_provider_connections; providers see other providers via provider_provider_connections (in either direction). | () -> (list[ProviderOrgInfoForConnections1])
      • createV1

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

        public java.lang.String createV1​(ProviderOrgInfoForConnectionsClientCreate1 request,
                                         RequestOptions requestOptions)
        Creates provider organization connection information. Fails if already exists. | (ProviderOrgInfoForConnectionsClientCreate1) -> (PydanticObjectId)
      • updateV1

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

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