Class RawCourierClient
- java.lang.Object
-
- com.chrt.api.resources.orgs.orginfoforconnections.courier.RawCourierClient
-
public class RawCourierClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawCourierClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChrtApiHttpResponse<java.lang.String>createV1(CourierOrgInfoForConnectionsClientCreate1 request)Creates courier organization connection information.ChrtApiHttpResponse<java.lang.String>createV1(CourierOrgInfoForConnectionsClientCreate1 request, RequestOptions requestOptions)Creates courier organization connection information.ChrtApiHttpResponse<CourierOrgInfoForConnections1>getV1()Retrieves courier organization connection information for the caller's organization.ChrtApiHttpResponse<CourierOrgInfoForConnections1>getV1(RequestOptions requestOptions)Retrieves courier organization connection information for the caller's organization.ChrtApiHttpResponse<java.util.List<CourierOrgInfoForConnections1>>listV1()Retrieves list of connected courier organizations for forwarder or shipper organizations.ChrtApiHttpResponse<java.util.List<CourierOrgInfoForConnections1>>listV1(RequestOptions requestOptions)Retrieves list of connected courier organizations for forwarder or shipper organizations.ChrtApiHttpResponse<java.lang.Boolean>updateV1()Updates existing courier organization connection information.ChrtApiHttpResponse<java.lang.Boolean>updateV1(CourierOrgInfoForConnectionsClientUpdate1 request)Updates existing courier organization connection information.ChrtApiHttpResponse<java.lang.Boolean>updateV1(CourierOrgInfoForConnectionsClientUpdate1 request, RequestOptions requestOptions)Updates existing courier organization connection information.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawCourierClient
public RawCourierClient(ClientOptions clientOptions)
-
-
Method Detail
-
getV1
public ChrtApiHttpResponse<CourierOrgInfoForConnections1> getV1()
Retrieves courier organization connection information for the caller's organization. | () -> (CourierOrgInfoForConnections1)
-
getV1
public ChrtApiHttpResponse<CourierOrgInfoForConnections1> getV1(RequestOptions requestOptions)
Retrieves courier organization connection information for the caller's organization. | () -> (CourierOrgInfoForConnections1)
-
listV1
public ChrtApiHttpResponse<java.util.List<CourierOrgInfoForConnections1>> listV1()
Retrieves list of connected courier organizations for forwarder or shipper organizations. Not accessible by courier organizations. | () -> (list[CourierOrgInfoForConnections1])
-
listV1
public ChrtApiHttpResponse<java.util.List<CourierOrgInfoForConnections1>> listV1(RequestOptions requestOptions)
Retrieves list of connected courier organizations for forwarder or shipper organizations. Not accessible by courier organizations. | () -> (list[CourierOrgInfoForConnections1])
-
createV1
public ChrtApiHttpResponse<java.lang.String> createV1(CourierOrgInfoForConnectionsClientCreate1 request)
Creates courier organization connection information. Fails if already exists. | (CourierOrgInfoForConnectionsClientCreate1) -> (PydanticObjectId)
-
createV1
public ChrtApiHttpResponse<java.lang.String> createV1(CourierOrgInfoForConnectionsClientCreate1 request, RequestOptions requestOptions)
Creates courier organization connection information. Fails if already exists. | (CourierOrgInfoForConnectionsClientCreate1) -> (PydanticObjectId)
-
updateV1
public ChrtApiHttpResponse<java.lang.Boolean> updateV1()
Updates existing courier organization connection information. | (CourierOrgInfoForConnectionsClientUpdate1) -> (bool)
-
updateV1
public ChrtApiHttpResponse<java.lang.Boolean> updateV1(CourierOrgInfoForConnectionsClientUpdate1 request)
Updates existing courier organization connection information. | (CourierOrgInfoForConnectionsClientUpdate1) -> (bool)
-
updateV1
public ChrtApiHttpResponse<java.lang.Boolean> updateV1(CourierOrgInfoForConnectionsClientUpdate1 request, RequestOptions requestOptions)
Updates existing courier organization connection information. | (CourierOrgInfoForConnectionsClientUpdate1) -> (bool)
-
-