Class RawDataAttributesClient
java.lang.Object
com.intercom.api.resources.dataattributes.RawDataAttributesClient
-
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.
-
Field Details
-
clientOptions
-
-
Constructor Details
-
RawDataAttributesClient
-
-
Method Details
-
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 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
You can create a data attributes for acontactor acompany. -
create
public IntercomHttpResponse<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 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.
-