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