Class RawShipperClient
- java.lang.Object
-
- com.chrt.api.resources.orgs.orginfoforconnections.shipper.RawShipperClient
-
public class RawShipperClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawShipperClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChrtApiHttpResponse<java.lang.String>createV1(ShipperOrgInfoForConnectionsClientCreate1 request)Creates shipper organization connection information.ChrtApiHttpResponse<java.lang.String>createV1(ShipperOrgInfoForConnectionsClientCreate1 request, RequestOptions requestOptions)Creates shipper organization connection information.ChrtApiHttpResponse<ShipperOrgInfoForConnections1>getV1()Retrieves shipper organization connection information for the caller's organization.ChrtApiHttpResponse<ShipperOrgInfoForConnections1>getV1(RequestOptions requestOptions)Retrieves shipper organization connection information for the caller's organization.ChrtApiHttpResponse<java.lang.Boolean>updateV1()Updates existing shipper organization connection information.ChrtApiHttpResponse<java.lang.Boolean>updateV1(ShipperOrgInfoForConnectionsClientUpdate1 request)Updates existing shipper organization connection information.ChrtApiHttpResponse<java.lang.Boolean>updateV1(ShipperOrgInfoForConnectionsClientUpdate1 request, RequestOptions requestOptions)Updates existing shipper organization connection information.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawShipperClient
public RawShipperClient(ClientOptions clientOptions)
-
-
Method Detail
-
getV1
public ChrtApiHttpResponse<ShipperOrgInfoForConnections1> getV1()
Retrieves shipper organization connection information for the caller's organization. | () -> (ShipperOrgInfoForConnections1)
-
getV1
public ChrtApiHttpResponse<ShipperOrgInfoForConnections1> getV1(RequestOptions requestOptions)
Retrieves shipper organization connection information for the caller's organization. | () -> (ShipperOrgInfoForConnections1)
-
createV1
public ChrtApiHttpResponse<java.lang.String> createV1(ShipperOrgInfoForConnectionsClientCreate1 request)
Creates shipper organization connection information. Fails if already exists. | (ShipperOrgInfoForConnectionsClientCreate1) -> (PydanticObjectId)
-
createV1
public ChrtApiHttpResponse<java.lang.String> createV1(ShipperOrgInfoForConnectionsClientCreate1 request, RequestOptions requestOptions)
Creates shipper organization connection information. Fails if already exists. | (ShipperOrgInfoForConnectionsClientCreate1) -> (PydanticObjectId)
-
updateV1
public ChrtApiHttpResponse<java.lang.Boolean> updateV1()
Updates existing shipper organization connection information. | (ShipperOrgInfoForConnectionsClientUpdate1) -> (bool)
-
updateV1
public ChrtApiHttpResponse<java.lang.Boolean> updateV1(ShipperOrgInfoForConnectionsClientUpdate1 request)
Updates existing shipper organization connection information. | (ShipperOrgInfoForConnectionsClientUpdate1) -> (bool)
-
updateV1
public ChrtApiHttpResponse<java.lang.Boolean> updateV1(ShipperOrgInfoForConnectionsClientUpdate1 request, RequestOptions requestOptions)
Updates existing shipper organization connection information. | (ShipperOrgInfoForConnectionsClientUpdate1) -> (bool)
-
-