Class AsyncRawDataAttributesClient
- java.lang.Object
-
- com.intercom.api.resources.dataattributes.AsyncRawDataAttributesClient
-
public class AsyncRawDataAttributesClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawDataAttributesClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<IntercomHttpResponse<DataAttribute>>create(CreateDataAttributeRequest request)You can create a data attributes for acontactor acompany.java.util.concurrent.CompletableFuture<IntercomHttpResponse<DataAttribute>>create(CreateDataAttributeRequest request, RequestOptions requestOptions)You can create a data attributes for acontactor acompany.java.util.concurrent.CompletableFuture<IntercomHttpResponse<DataAttributeList>>list()You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations.java.util.concurrent.CompletableFuture<IntercomHttpResponse<DataAttributeList>>list(ListDataAttributesRequest request)You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations.java.util.concurrent.CompletableFuture<IntercomHttpResponse<DataAttributeList>>list(ListDataAttributesRequest request, RequestOptions requestOptions)You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations.java.util.concurrent.CompletableFuture<IntercomHttpResponse<DataAttribute>>update(UpdateDataAttributeRequest request)You can update a data attribute.java.util.concurrent.CompletableFuture<IntercomHttpResponse<DataAttribute>>update(UpdateDataAttributeRequest request, RequestOptions requestOptions)You can update a data attribute.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawDataAttributesClient
public AsyncRawDataAttributesClient(ClientOptions clientOptions)
-
-
Method Detail
-
list
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<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<IntercomHttpResponse<DataAttributeList>> list(ListDataAttributesRequest request)
You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations.
-
list
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<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
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<DataAttribute>> create(CreateDataAttributeRequest request)
You can create a data attributes for acontactor acompany.
-
create
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<DataAttribute>> create(CreateDataAttributeRequest request, RequestOptions requestOptions)
You can create a data attributes for acontactor acompany.
-
update
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<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<IntercomHttpResponse<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.
-
-