Class TicketTypeAttributesClient
- java.lang.Object
-
- com.intercom.api.resources.unstable.tickettypeattributes.TicketTypeAttributesClient
-
public class TicketTypeAttributesClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description TicketTypeAttributesClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<TicketTypeAttribute>createTicketTypeAttribute(CreateTicketTypeAttributeRequest request)You can create a new attribute for a ticket type.java.util.Optional<TicketTypeAttribute>createTicketTypeAttribute(CreateTicketTypeAttributeRequest request, RequestOptions requestOptions)You can create a new attribute for a ticket type.java.util.Optional<TicketTypeAttribute>updateTicketTypeAttribute(UpdateTicketTypeAttributeRequest request)You can update an existing attribute for a ticket type.java.util.Optional<TicketTypeAttribute>updateTicketTypeAttribute(UpdateTicketTypeAttributeRequest request, RequestOptions requestOptions)You can update an existing attribute for a ticket type.RawTicketTypeAttributesClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
TicketTypeAttributesClient
public TicketTypeAttributesClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawTicketTypeAttributesClient withRawResponse()
Get responses with HTTP metadata like headers
-
createTicketTypeAttribute
public java.util.Optional<TicketTypeAttribute> createTicketTypeAttribute(CreateTicketTypeAttributeRequest request)
You can create a new attribute for a ticket type.
-
createTicketTypeAttribute
public java.util.Optional<TicketTypeAttribute> createTicketTypeAttribute(CreateTicketTypeAttributeRequest request, RequestOptions requestOptions)
You can create a new attribute for a ticket type.
-
updateTicketTypeAttribute
public java.util.Optional<TicketTypeAttribute> updateTicketTypeAttribute(UpdateTicketTypeAttributeRequest request)
You can update an existing attribute for a ticket type.
-
updateTicketTypeAttribute
public java.util.Optional<TicketTypeAttribute> updateTicketTypeAttribute(UpdateTicketTypeAttributeRequest request, RequestOptions requestOptions)
You can update an existing attribute for a ticket type.
-
-