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