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