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