Class PrivateDataClient
- java.lang.Object
-
- com.chrt.api.resources.orgs.privatedata.PrivateDataClient
-
public class PrivateDataClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description PrivateDataClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrgPrivateData1getV1()Retrieves private organization data for the caller's organization.OrgPrivateData1getV1(RequestOptions requestOptions)Retrieves private organization data for the caller's organization.RawPrivateDataClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
PrivateDataClient
public PrivateDataClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawPrivateDataClient withRawResponse()
Get responses with HTTP metadata like headers
-
getV1
public OrgPrivateData1 getV1()
Retrieves private organization data for the caller's organization. | authz: min_org_role=operator | () -> (OrgPrivateData1)
-
getV1
public OrgPrivateData1 getV1(RequestOptions requestOptions)
Retrieves private organization data for the caller's organization. | authz: min_org_role=operator | () -> (OrgPrivateData1)
-
-