Class AsyncRawAttributesClient
- java.lang.Object
-
- com.intercom.api.resources.tickettypes.attributes.AsyncRawAttributesClient
-
public class AsyncRawAttributesClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawAttributesClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<IntercomHttpResponse<TicketTypeAttribute>>create(CreateTicketTypeAttributeRequest request)You can create a new attribute for a ticket type.java.util.concurrent.CompletableFuture<IntercomHttpResponse<TicketTypeAttribute>>create(CreateTicketTypeAttributeRequest request, RequestOptions requestOptions)You can create a new attribute for a ticket type.java.util.concurrent.CompletableFuture<IntercomHttpResponse<TicketTypeAttribute>>update(UpdateTicketTypeAttributeRequest request)You can update an existing attribute for a ticket type.java.util.concurrent.CompletableFuture<IntercomHttpResponse<TicketTypeAttribute>>update(UpdateTicketTypeAttributeRequest request, RequestOptions requestOptions)You can update an existing attribute for a ticket type.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawAttributesClient
public AsyncRawAttributesClient(ClientOptions clientOptions)
-
-
Method Detail
-
create
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<TicketTypeAttribute>> create(CreateTicketTypeAttributeRequest request)
You can create a new attribute for a ticket type.
-
create
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<TicketTypeAttribute>> create(CreateTicketTypeAttributeRequest request, RequestOptions requestOptions)
You can create a new attribute for a ticket type.
-
update
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<TicketTypeAttribute>> update(UpdateTicketTypeAttributeRequest request)
You can update an existing attribute for a ticket type.
-
update
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<TicketTypeAttribute>> update(UpdateTicketTypeAttributeRequest request, RequestOptions requestOptions)
You can update an existing attribute for a ticket type.
-
-