Class AsyncPublicDataClient


  • public class AsyncPublicDataClient
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<CreateOrgPublicDataRes> createV1()
      Creates org_public_data and org_private_data documents for the caller's organization using org_type from JWT.
      java.util.concurrent.CompletableFuture<CreateOrgPublicDataRes> createV1​(CreateOrgPublicDataReq request)
      Creates org_public_data and org_private_data documents for the caller's organization using org_type from JWT.
      java.util.concurrent.CompletableFuture<CreateOrgPublicDataRes> createV1​(CreateOrgPublicDataReq request, RequestOptions requestOptions)
      Creates org_public_data and org_private_data documents for the caller's organization using org_type from JWT.
      java.util.concurrent.CompletableFuture<OrgPublicData1> getByOrgIdV1​(java.lang.String orgId)
      Retrieves public organization data for a specific organization by ID.
      java.util.concurrent.CompletableFuture<OrgPublicData1> getByOrgIdV1​(java.lang.String orgId, RequestOptions requestOptions)
      Retrieves public organization data for a specific organization by ID.
      java.util.concurrent.CompletableFuture<java.lang.Boolean> getHandleAvailabilityV1​(java.lang.String handle)
      Returns True when the provided handle is available, otherwise False.
      java.util.concurrent.CompletableFuture<java.lang.Boolean> getHandleAvailabilityV1​(java.lang.String handle, RequestOptions requestOptions)
      Returns True when the provided handle is available, otherwise False.
      java.util.concurrent.CompletableFuture<OrgPublicData1> getV1()
      Retrieves public organization data for the caller's organization.
      java.util.concurrent.CompletableFuture<OrgPublicData1> getV1​(RequestOptions requestOptions)
      Retrieves public organization data for the caller's organization.
      java.util.concurrent.CompletableFuture<java.lang.Boolean> updateV1()
      Updates the handle and/or company_name for the caller's organization.
      java.util.concurrent.CompletableFuture<java.lang.Boolean> updateV1​(UpdateOrgPublicDataReq request)
      Updates the handle and/or company_name for the caller's organization.
      java.util.concurrent.CompletableFuture<java.lang.Boolean> updateV1​(UpdateOrgPublicDataReq request, RequestOptions requestOptions)
      Updates the handle and/or company_name for the caller's organization.
      AsyncRawPublicDataClient withRawResponse()
      Get responses with HTTP metadata like headers
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AsyncPublicDataClient

        public AsyncPublicDataClient​(ClientOptions clientOptions)
    • Method Detail

      • getV1

        public java.util.concurrent.CompletableFuture<OrgPublicData1> getV1()
        Retrieves public organization data for the caller's organization. | () -> (OrgPublicData1)
      • getV1

        public java.util.concurrent.CompletableFuture<OrgPublicData1> getV1​(RequestOptions requestOptions)
        Retrieves public organization data for the caller's organization. | () -> (OrgPublicData1)
      • createV1

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

        public java.util.concurrent.CompletableFuture<CreateOrgPublicDataRes> createV1​(CreateOrgPublicDataReq request)
        Creates org_public_data and org_private_data documents for the caller's organization using org_type from JWT. | (CreateOrgPublicDataReq) -> (CreateOrgPublicDataRes)
      • createV1

        public java.util.concurrent.CompletableFuture<CreateOrgPublicDataRes> createV1​(CreateOrgPublicDataReq request,
                                                                                       RequestOptions requestOptions)
        Creates org_public_data and org_private_data documents for the caller's organization using org_type from JWT. | (CreateOrgPublicDataReq) -> (CreateOrgPublicDataRes)
      • updateV1

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

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

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

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

        public java.util.concurrent.CompletableFuture<OrgPublicData1> getByOrgIdV1​(java.lang.String orgId,
                                                                                   RequestOptions requestOptions)
        Retrieves public organization data for a specific organization by ID. | () -> (OrgPublicData1)
      • getHandleAvailabilityV1

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

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