Class AsyncDataAttributesClient
java.lang.Object
com.intercom.api.resources.dataattributes.AsyncDataAttributesClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateDataAttributeRequest request) You can create a data attributes for acontactor acompany.create(CreateDataAttributeRequest request, RequestOptions requestOptions) You can create a data attributes for acontactor acompany.list()You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations.list(ListDataAttributesRequest request) You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations.list(ListDataAttributesRequest request, RequestOptions requestOptions) You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations.update(UpdateDataAttributeRequest request) You can update a data attribute.update(UpdateDataAttributeRequest request, RequestOptions requestOptions) You can update a data attribute.Get responses with HTTP metadata like headers
-
Field Details
-
clientOptions
-
-
Constructor Details
-
AsyncDataAttributesClient
-
-
Method Details
-
withRawResponse
Get responses with HTTP metadata like headers -
list
You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations. -
list
You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations. -
list
public CompletableFuture<DataAttributeList> list(ListDataAttributesRequest request, RequestOptions requestOptions) You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations. -
create
You can create a data attributes for acontactor acompany. -
create
public CompletableFuture<DataAttribute> create(CreateDataAttributeRequest request, RequestOptions requestOptions) You can create a data attributes for acontactor acompany. -
update
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 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.
-