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