Class ForwarderClient
- java.lang.Object
-
- com.chrt.api.resources.orgs.orginfoforconnections.forwarder.ForwarderClient
-
public class ForwarderClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description ForwarderClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcreateV1(ForwarderOrgInfoForConnectionsClientCreate1 request)Creates forwarder organization connection information.java.lang.StringcreateV1(ForwarderOrgInfoForConnectionsClientCreate1 request, RequestOptions requestOptions)Creates forwarder organization connection information.ForwarderOrgInfoForConnections1getV1()Retrieves forwarder organization connection information for the caller's organization.ForwarderOrgInfoForConnections1getV1(RequestOptions requestOptions)Retrieves forwarder organization connection information for the caller's organization.booleanupdateV1()Updates existing forwarder organization connection information.booleanupdateV1(ForwarderOrgInfoForConnectionsClientUpdate1 request)Updates existing forwarder organization connection information.booleanupdateV1(ForwarderOrgInfoForConnectionsClientUpdate1 request, RequestOptions requestOptions)Updates existing forwarder organization connection information.RawForwarderClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
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)
-
getV1
public ForwarderOrgInfoForConnections1 getV1(RequestOptions requestOptions)
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)
-
createV1
public java.lang.String createV1(ForwarderOrgInfoForConnectionsClientCreate1 request, RequestOptions requestOptions)
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)
-
updateV1
public boolean updateV1(ForwarderOrgInfoForConnectionsClientUpdate1 request, RequestOptions requestOptions)
Updates existing forwarder organization connection information. | (ForwarderOrgInfoForConnectionsClientUpdate1) -> (bool)
-
-