Class AsyncDataAttributesClient


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

      • AsyncDataAttributesClient

        public AsyncDataAttributesClient​(ClientOptions clientOptions)
    • Method Detail

      • list

        public java.util.concurrent.CompletableFuture<DataAttributeList> list()
        You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations.
      • list

        public java.util.concurrent.CompletableFuture<DataAttributeList> list​(ListDataAttributesRequest request)
        You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations.
      • update

        public java.util.concurrent.CompletableFuture<DataAttribute> update​(UpdateDataAttributeRequest request)
        You can update a data attribute.

        🚧 Updating the data type is not possible

        It is currently a dangerous action to execute changing a data attribute's type via the API. You will need to update the type via the UI instead.

      • update

        public java.util.concurrent.CompletableFuture<DataAttribute> update​(UpdateDataAttributeRequest request,
                                                                            RequestOptions requestOptions)
        You can update a data attribute.

        🚧 Updating the data type is not possible

        It is currently a dangerous action to execute changing a data attribute's type via the API. You will need to update the type via the UI instead.