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