Class RawProviderClient
- java.lang.Object
-
- com.chrt.api.resources.orgs.orginfoforconnections.provider.RawProviderClient
-
public class RawProviderClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawProviderClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChrtApiHttpResponse<java.lang.String>createV1(ProviderOrgInfoForConnectionsClientCreate1 request)Creates provider organization connection information.ChrtApiHttpResponse<java.lang.String>createV1(ProviderOrgInfoForConnectionsClientCreate1 request, RequestOptions requestOptions)Creates provider organization connection information.ChrtApiHttpResponse<ProviderOrgInfoForConnections1>getV1()Retrieves provider organization connection information for the caller's organization.ChrtApiHttpResponse<ProviderOrgInfoForConnections1>getV1(RequestOptions requestOptions)Retrieves provider organization connection information for the caller's organization.ChrtApiHttpResponse<java.util.List<ProviderOrgInfoForConnections1>>listV1()Retrieves list of provider org info documents for providers connected to the caller.ChrtApiHttpResponse<java.util.List<ProviderOrgInfoForConnections1>>listV1(RequestOptions requestOptions)Retrieves list of provider org info documents for providers connected to the caller.ChrtApiHttpResponse<java.lang.Boolean>updateV1()Updates existing provider organization connection information.ChrtApiHttpResponse<java.lang.Boolean>updateV1(ProviderOrgInfoForConnectionsClientUpdate1 request)Updates existing provider organization connection information.ChrtApiHttpResponse<java.lang.Boolean>updateV1(ProviderOrgInfoForConnectionsClientUpdate1 request, RequestOptions requestOptions)Updates existing provider organization connection information.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawProviderClient
public RawProviderClient(ClientOptions clientOptions)
-
-
Method Detail
-
getV1
public ChrtApiHttpResponse<ProviderOrgInfoForConnections1> getV1()
Retrieves provider organization connection information for the caller's organization. | () -> (ProviderOrgInfoForConnections1)
-
getV1
public ChrtApiHttpResponse<ProviderOrgInfoForConnections1> getV1(RequestOptions requestOptions)
Retrieves provider organization connection information for the caller's organization. | () -> (ProviderOrgInfoForConnections1)
-
listV1
public ChrtApiHttpResponse<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 ChrtApiHttpResponse<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 ChrtApiHttpResponse<java.lang.String> createV1(ProviderOrgInfoForConnectionsClientCreate1 request)
Creates provider organization connection information. Fails if already exists. | (ProviderOrgInfoForConnectionsClientCreate1) -> (PydanticObjectId)
-
createV1
public ChrtApiHttpResponse<java.lang.String> createV1(ProviderOrgInfoForConnectionsClientCreate1 request, RequestOptions requestOptions)
Creates provider organization connection information. Fails if already exists. | (ProviderOrgInfoForConnectionsClientCreate1) -> (PydanticObjectId)
-
updateV1
public ChrtApiHttpResponse<java.lang.Boolean> updateV1()
Updates existing provider organization connection information. | (ProviderOrgInfoForConnectionsClientUpdate1) -> (bool)
-
updateV1
public ChrtApiHttpResponse<java.lang.Boolean> updateV1(ProviderOrgInfoForConnectionsClientUpdate1 request)
Updates existing provider organization connection information. | (ProviderOrgInfoForConnectionsClientUpdate1) -> (bool)
-
updateV1
public ChrtApiHttpResponse<java.lang.Boolean> updateV1(ProviderOrgInfoForConnectionsClientUpdate1 request, RequestOptions requestOptions)
Updates existing provider organization connection information. | (ProviderOrgInfoForConnectionsClientUpdate1) -> (bool)
-
-