Class TicketStatesClient
- java.lang.Object
-
- com.intercom.api.resources.unstable.ticketstates.TicketStatesClient
-
public class TicketStatesClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description TicketStatesClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketStateListlistTicketStates()You can get a list of all ticket states for a workspace.TicketStateListlistTicketStates(RequestOptions requestOptions)You can get a list of all ticket states for a workspace.RawTicketStatesClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
TicketStatesClient
public TicketStatesClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawTicketStatesClient withRawResponse()
Get responses with HTTP metadata like headers
-
listTicketStates
public TicketStateList listTicketStates()
You can get a list of all ticket states for a workspace.
-
listTicketStates
public TicketStateList listTicketStates(RequestOptions requestOptions)
You can get a list of all ticket states for a workspace.
-
-