get

public CompletableFuture<HttpResponseFor<Interaction>> get(String id)

Returns a raw HTTP response for get /{api_version}/interactions/{id}, but is otherwise the same as InteractionServiceAsync.get.


public CompletableFuture<HttpResponseFor<Interaction>> get(String id, InteractionGetParams params, RequestOptions requestOptions)
public CompletableFuture<HttpResponseFor<Interaction>> get(String id, InteractionGetParams params)
public abstract CompletableFuture<HttpResponseFor<Interaction>> get(InteractionGetParams params, RequestOptions requestOptions)
public CompletableFuture<HttpResponseFor<Interaction>> get(InteractionGetParams params)
public CompletableFuture<HttpResponseFor<Interaction>> get(String id, RequestOptions requestOptions)

See also