Class AsyncRawTicketTypesClient


  • public class AsyncRawTicketTypesClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncRawTicketTypesClient

        public AsyncRawTicketTypesClient​(ClientOptions clientOptions)
    • Method Detail

      • listTicketTypes

        public java.util.concurrent.CompletableFuture<IntercomHttpResponse<TicketTypeList>> listTicketTypes()
        You can get a list of all ticket types for a workspace.
      • createTicketType

        public java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.util.Optional<TicketType>>> createTicketType​(java.lang.Object request)
        You can create a new ticket type.

        📘 Creating ticket types.

        Every ticket type will be created with two default attributes: default_title and default_description. For the icon propery, use an emoji from Twemoji Cheatsheet

      • createTicketType

        public java.util.concurrent.CompletableFuture<IntercomHttpResponse<java.util.Optional<TicketType>>> createTicketType​(java.lang.Object request,
                                                                                                                             RequestOptions requestOptions)
        You can create a new ticket type.

        📘 Creating ticket types.

        Every ticket type will be created with two default attributes: default_title and default_description. For the icon propery, use an emoji from Twemoji Cheatsheet