Class RawPublicDataClient


  • public class RawPublicDataClient
    extends java.lang.Object
    • Constructor Detail

      • RawPublicDataClient

        public RawPublicDataClient​(ClientOptions clientOptions)
    • Method Detail

      • createV1

        public ChrtApiHttpResponse<CreateOrgPublicDataRes> createV1()
        Creates org_public_data and org_private_data documents for the caller's organization using org_type from JWT. | (CreateOrgPublicDataReq) -> (CreateOrgPublicDataRes)
      • updateV1

        public ChrtApiHttpResponse<java.lang.Boolean> updateV1()
        Updates the handle and/or company_name for the caller's organization. | (UpdateOrgPublicDataReq) -> (bool)
      • updateV1

        public ChrtApiHttpResponse<java.lang.Boolean> updateV1​(UpdateOrgPublicDataReq request)
        Updates the handle and/or company_name for the caller's organization. | (UpdateOrgPublicDataReq) -> (bool)
      • getByOrgIdV1

        public ChrtApiHttpResponse<OrgPublicData1> getByOrgIdV1​(java.lang.String orgId)
        Retrieves public organization data for a specific organization by ID. | () -> (OrgPublicData1)
      • getHandleAvailabilityV1

        public ChrtApiHttpResponse<java.lang.Boolean> getHandleAvailabilityV1​(java.lang.String handle)
        Returns True when the provided handle is available, otherwise False. | () -> (bool)
      • getHandleAvailabilityV1

        public ChrtApiHttpResponse<java.lang.Boolean> getHandleAvailabilityV1​(java.lang.String handle,
                                                                              RequestOptions requestOptions)
        Returns True when the provided handle is available, otherwise False. | () -> (bool)