Class AsyncRawTicketStatesClient
- java.lang.Object
-
- com.intercom.api.resources.unstable.ticketstates.AsyncRawTicketStatesClient
-
public class AsyncRawTicketStatesClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawTicketStatesClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<IntercomHttpResponse<TicketStateList>>listTicketStates()You can get a list of all ticket states for a workspace.java.util.concurrent.CompletableFuture<IntercomHttpResponse<TicketStateList>>listTicketStates(RequestOptions requestOptions)You can get a list of all ticket states for a workspace.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawTicketStatesClient
public AsyncRawTicketStatesClient(ClientOptions clientOptions)
-
-
Method Detail
-
listTicketStates
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<TicketStateList>> listTicketStates()
You can get a list of all ticket states for a workspace.
-
listTicketStates
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<TicketStateList>> listTicketStates(RequestOptions requestOptions)
You can get a list of all ticket states for a workspace.
-
-