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