Class AsyncRawAttributesClient
java.lang.Object
com.intercom.api.resources.tickettypes.attributes.AsyncRawAttributesClient
-
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.
-
Field Details
-
clientOptions
-
-
Constructor Details
-
AsyncRawAttributesClient
-
-
Method Details
-
create
public CompletableFuture<IntercomHttpResponse<TicketTypeAttribute>> create(CreateTicketTypeAttributeRequest request) You can create a new attribute for a ticket type. -
create
public CompletableFuture<IntercomHttpResponse<TicketTypeAttribute>> create(CreateTicketTypeAttributeRequest request, RequestOptions requestOptions) You can create a new attribute for a ticket type. -
update
public CompletableFuture<IntercomHttpResponse<TicketTypeAttribute>> update(UpdateTicketTypeAttributeRequest request) You can update an existing attribute for a ticket type. -
update
public CompletableFuture<IntercomHttpResponse<TicketTypeAttribute>> update(UpdateTicketTypeAttributeRequest request, RequestOptions requestOptions) You can update an existing attribute for a ticket type.
-