Class AsyncAttributesClient
java.lang.Object
com.intercom.api.resources.tickettypes.attributes.AsyncAttributesClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateTicketTypeAttributeRequest request) You can create a new attribute for a ticket type.create(CreateTicketTypeAttributeRequest request, RequestOptions requestOptions) You can create a new attribute for a ticket type.update(UpdateTicketTypeAttributeRequest request) You can update an existing attribute for a ticket type.update(UpdateTicketTypeAttributeRequest request, RequestOptions requestOptions) You can update an existing attribute for a ticket type.Get responses with HTTP metadata like headers
-
Field Details
-
clientOptions
-
-
Constructor Details
-
AsyncAttributesClient
-
-
Method Details
-
withRawResponse
Get responses with HTTP metadata like headers -
create
You can create a new attribute for a ticket type. -
create
public CompletableFuture<TicketTypeAttribute> create(CreateTicketTypeAttributeRequest request, RequestOptions requestOptions) You can create a new attribute for a ticket type. -
update
You can update an existing attribute for a ticket type. -
update
public CompletableFuture<TicketTypeAttribute> update(UpdateTicketTypeAttributeRequest request, RequestOptions requestOptions) You can update an existing attribute for a ticket type.
-