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